forked from cloudify-cosmo/docs.getcloudify.org-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
135 lines (112 loc) · 2.88 KB
/
config.toml
File metadata and controls
135 lines (112 loc) · 2.88 KB
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
baseurl = "http://docs.getcloudify.org/"
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 analytics ID
googleAnalytics="UA-31930048-1"
# 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 = "3.3"
parent = "docs"
weight = 0
url = "http://docs.getcloudify.org/3.3.0/intro/what-is-cloudify/"
[[menu.main]]
name = "3.2"
parent = "docs"
weight = 1
url = "http://getcloudify.org/guide/3.2/quickstart.html"
[[menu.main]]
name = "3.1"
parent = "docs"
weight = 2
url = "http://getcloudify.org/guide/3.1/quickstart.html"
[[menu.main]]
name = "tutorials"
weight = -90
url = "http://getcloudify.org/cloudifysourcetv.html"
[[menu.main]]
name = "training"
weight = -80
url = "http://getcloudify.org/participate.htm"
[[menu.main]]
name = "resources"
weight = -70
[[menu.main]]
name = "mailing list"
parent = "resources"
weight = 0
url = "https://groups.google.com/forum/#!forum/cloudify-users"
[[menu.main]]
name = "blog"
parent = "resources"
weight = 1
url = "http://getcloudify.org/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 = "agents"
name = "Agents"
weight = 10
[[menu.docs]]
identifier = "composer"
name = "Blueprint Composer"
weight = 11
[[menu.docs]]
identifier = "apis"
name = "APIs"
weight = 12