-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
165 lines (141 loc) · 3.6 KB
/
config.toml
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# baseurl = "http://docs.cloudify.co/"
languageCode = "en-us"
title = "Cloudify Documentation"
theme="hugo-bootswatch"
uglyurls=false
[blackfriday]
plainIdAnchors=true
[params]
highlightStyle="darkula"
projecturl="https://github.com/cloudify-cosmo/docs.getcloudify.org"
projectversion="master"
# this is where you type google tag manager (formerly google analytics) ID
googleAnalytics="GTM-P8VJ87"
# this is where you decide where "/" redirects to
homepage="/intro/what-is-cloudify/"
# this is where you control the top menu
[[menu.main]]
name = "docs"
weight = -100
[[menu.main]]
name = "5.0.5 (Latest GA)"
parent = "docs"
weight = 3
url = "https://docs.cloudify.co/5.0.5/"
[[menu.main]]
name = "5.0.0"
parent = "docs"
weight = 3
url = "https://docs.cloudify.co/5.0.0/"
[[menu.main]]
name = "4.6"
parent = "docs"
weight = 3
url = "https://docs.cloudify.co/4.6/"
[[menu.main]]
name = "4.5.5"
parent = "docs"
weight = 3
url = "https://docs.cloudify.co/4.5.5/"
[[menu.main]]
name = "4.5.0"
parent = "docs"
weight = 3
url = "https://docs.cloudify.co/4.5.0/"
[[menu.main]]
name = "4.4.0"
parent = "docs"
weight = 4
url = "https://docs.cloudify.co/4.4.0/"
[[menu.main]]
name = "4.3.0"
parent = "docs"
weight = 5
url = "https://docs.cloudify.co/4.3.0/"
[[menu.main]]
name = "tutorials"
weight = -90
url = "http://cloudify.co/videos"
[[menu.main]]
name = "Labs"
weight = -80
url = "http://cloudify.co/academy"
[[menu.main]]
name = "resources"
weight = -70
[[menu.main]]
name = "examples catalog"
parent = "resources"
weight = 0
url = "http://cloudify.co/examples/home.html"
[[menu.main]]
name = "mailing list"
parent = "resources"
weight = 1
url = "https://groups.google.com/forum/#!forum/cloudify-users"
[[menu.main]]
name = "blog"
parent = "resources"
weight = 2
url = "http://cloudify.co/blog/"
# this is where you control the order of sections in docs
# 'identifier' must match the section's directory name
# 'name' is how you want to display the section on screen
# 'weight' sets the order of sections in docs (smaller is higher)
[[menu.docs]]
identifier = "intro"
name = "Introduction"
url = "/intro/what-is-cloudify"
weight = 0
[[menu.docs]]
identifier = "installation"
name = "Installation"
weight = 1
[[menu.docs]]
identifier = "cli"
name = "Command Line Interface"
weight = 2
[[menu.docs]]
identifier = "blueprints"
name = "Blueprints"
weight = 3
[[menu.docs]]
identifier = "plugins"
name = "Plugins"
weight = 4
[[menu.docs]]
identifier = "workflows"
name = "Workflows"
weight = 5
[[menu.docs]]
identifier = "manager"
name = "Cloudify Manager"
weight = 6
[[menu.docs]]
identifier = "manager_architecture"
name = "Manager Architecture"
weight = 7
[[menu.docs]]
identifier = "manager_webui"
name = "Manager Web Interface"
weight = 8
[[menu.docs]]
identifier = "manager_policies"
name = "Manager Policies"
weight = 9
[[menu.docs]]
identifier = "kubernetes"
name = "Cloudify and Kubernetes"
weight = 10
[[menu.docs]]
identifier = "agents"
name = "Agents"
weight = 11
[[menu.docs]]
identifier = "composer"
name = "Blueprint Composer"
weight = 12
[[menu.docs]]
identifier = "apis"
name = "APIs"
weight = 13