-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcouscous.yml
86 lines (78 loc) · 2.69 KB
/
couscous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
template:
# Name of the directory containing the website template (default is "website")
directory: docs/template
# Name of the index file (default is "README.md")
index: README.md
# List of directories to include in the processing (by default it's empty, so all markdown files are parsed)
# Paths are relative to the optional source path given when generating the website, repository root by default
include:
- docs
# List of directories to exclude from the processing (default contains "vendor" and "website")
# Paths are relative to the optional include paths given when generating the website, repository root by default
exclude:
scripts:
# Scripts to execute before generating the website
before:
# - cp bin/couscous.phar website/
# Scripts to execute after generating the website
after:
# - rm website/couscous.phar
# Set this variable to use a Custom Domain
# The content of this variable will be directly inserted into the CNAME file
#cname: docs.yourdomain.com
# Set the target branch in which to deploy the generated website
branch: gh-pages
github:
user: markmeeus
repo: marcellodb
# Any variable you put in this file is also available in the Twig layouts:
title: MarcelloDB
logo: http://markmeeus.github.io/MarcelloDB/images/logo/logo_blue.svg
subTitle: NoSQL Data Storage for Xamarin and Windows Apps
# Base URL of the published website (no "/" at the end!)
# You are advised to set and use this variable to write your links in the HTML layouts
baseUrl: http://markmeeus.github.io/MarcelloDB
menu:
sections:
main:
name: Main documentation
items:
home:
text: Home
relativeUrl:
quickstart:
text: Quickstart Guide
relativeUrl: quickstart.html
sessions:
text: Sessions, CollectionFiles and Collections
relativeUrl: sessions.html
persisting:
text: Persist and Destroy
relativeUrl: persisting.html
reading:
text: Find and Enumerate
relativeUrl: reading.html
indexes:
text: Indexes
relativeUrl: indexes.html
transactions:
text: Transactions
relativeUrl: transactions.html
encryption:
text: Encryption
relativeUrl: encryption.html
# contributing:
# text: Contributing
# relativeUrl: contributing.html
upgrade04:
text: Upgrading to 0.4
relativeUrl: upgrade04.html
upgrade05:
text: Upgrading to 0.5
relativeUrl: upgrade05.html
roadmap:
text: Roadmap
relativeUrl: roadmap.html
longterm:
text: After 1.0
relativeUrl: longterm.html