This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
202 lines (195 loc) · 4.73 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
baseurl = "/"
copyright = ""
defaultContentLanguage = "en-us"
destination = "public"
enableEmoji = true
enableRobotsTXT = false
languageCode = "en-us"
metaDataFormat = "yaml"
paginate = 10
pluralizeListTitles = false
relativeURLs = false
disablePathToLower = true
uglyURLs = false
smartDashes = true
title = ""
canonifyURLs = true
enableGitInfo = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.asciidocExt]
backend = "html5"
docType = "article"
extensions = []
failureLevel = "fatal"
noHeaderOrFooter = true
safeMode = "unsafe"
sectionNumbers = false
trace = false
verbose = true
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[[menu.footer]]
name = "Developer Center"
parent = "Developer Network"
url = "/"
weight = 1
[[menu.footer]]
name = "API Documentation and User Guides"
parent = "Developer Network"
url = "/docs"
weight = 2
# [[menu.footer]]
# name = "SDKs"
# parent = "Developer Network"
# url = "/sdks/python/"
# weight = 3
[[menu.footer]]
name = "Rackspace How-To"
parent = "Developer Network"
url = "/support/how-to/"
weight = 3
[[menu.footer]]
name = "Expert Insights Tech Blog"
parent = "Blogs"
url = "/blog"
weight = 4
[[menu.footer]]
name = "Rackspace Blog"
parent = "Blogs"
url = "https://www.rackspace.com/blog"
weight = 5
[[menu.footer]]
name = "Solve: Thought Leadership"
parent = "Blogs"
url = "https://www.rackspace.com/solve"
weight = 6
[[menu.footer]]
name = "Customer Stories"
parent = "Other Information"
url = "https://www.rackspace.com/customer-stories"
weight = 7
[[menu.footer]]
name = "Events"
parent = "Other Information"
url = "https://www.rackspace.com/events"
weight = 8
[[menu.footer]]
name = "Programs"
parent = "Other Information"
url = "https://www.rackspace.com/responsibility"
weight = 9
[[menu.footer]]
name = "Careers"
parent = "Other Information"
url = "https://jobs.jobvite.com/rackspace/"
weight = 10
[[menu.footer]]
name = "Style Guide for Technical Content"
parent = "Other Information"
url = "/docs/style-guide/"
weight = 11
[[menu.main]]
identifier = "developer_home"
name = "Developer Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "developer_documentation"
name = "Developer Documentation"
url = "/docs"
weight = 2
[[menu.main]]
identifier = "blogs"
name = "Blogs"
url = "#"
post = ""
weight = 3
[[menu.main]]
identifier = "technical-blog"
name ="Expert Insights Tech Blog"
url ="/blog"
weight = 1
parent = "blogs"
[[menu.main]]
identifier = "rackspace-blog"
name = "Rackspace Blog"
url = "https://www.rackspace.com/blog"
weight = 2
parent = "blogs"
[[menu.main]]
identifier = "solve"
name = "Solve: Thought Leadership"
url = "https://www.rackspace.com/solve"
weight = 3
parent = "blogs"
[[menu.main]]
identifier = "support_documentation"
name = "Support Documentation"
url = "/support"
weight = 4
[[menu.buttons]]
identifier = "buynow"
name = "Buy Now"
url = "#"
weight = 5
[[menu.buttons]]
identifier = "login"
name = "Login"
url = "#"
weight = 6
[outputs]
home = ["HTML", "RSS"]
[params]
dateformat = "January 2, 2006"
description = ""
ghrepo = "https://github.com/rackerlabs/docs-landing-page"
ghrepo_edit = "https://github.com/rackerlabs/docs-landing-page/edit/master/content/"
ghrepo_new = "https://github.com/rackerlabs/docs-landing-page/issues/new"
images = ["/img"]