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 6
/
Copy pathconfig.toml
213 lines (205 loc) · 5.44 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
202
203
204
205
206
207
208
209
210
211
212
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 = "Rackspace Developer Center"
canonifyURLs = true
enableGitInfo = true
template = "hierarchical"
[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 = true
startLevel = 2
[[menu.footer]]
name = "Developer Network"
weight = 10
[[menu.footer]]
name = "Developer Center"
parent = "Developer Network"
url = "https://docs.rackspace.com/"
weight = 100
[[menu.footer]]
name = "API Documentation and User Guides"
parent = "Developer Network"
url = "/docs"
weight = 200
[[menu.footer]]
name = "Rackspace How-To"
parent = "Developer Network"
url = "https://support.rackspace.com/how-to/"
weight = 300
[[menu.footer]]
name = "Blogs"
weight = 20
[[menu.footer]]
name = "Expert Insights Tech Blog"
parent = "Blogs"
url = "https://docs.rackspace.com/blog"
weight = 100
[[menu.footer]]
name = "Rackspace Blog"
parent = "Blogs"
url = "https://www.rackspace.com/blog"
weight = 200
[[menu.footer]]
name = "Solve: Thought Leadership"
parent = "Blogs"
url = "https://www.rackspace.com/solve"
weight = 300
[[menu.footer]]
name = "Other Information"
weight = 30
[[menu.footer]]
name = "Customer Stories"
parent = "Other Information"
url = "https://www.rackspace.com/customer-stories"
weight = 100
[[menu.footer]]
name = "Events"
parent = "Other Information"
url = "https://www.rackspace.com/events"
weight = 200
[[menu.footer]]
name = "Programs"
parent = "Other Information"
url = "https://www.rackspace.com/responsibility"
weight = 300
[[menu.footer]]
name = "Careers"
parent = "Other Information"
url = "https://jobs.jobvite.com/rackspace/"
weight = 400
[[menu.footer]]
name = "Style Guide for Technical Content"
parent = "Other Information"
url = "https://docs.rackspace.com/docs/style-guide/"
weight = 500
[[menu.main]]
identifier = "developer_home"
name = "Developer Home"
url = "https://docs.rackspace.com/"
weight = 200
[[menu.main]]
identifier = "developer_documentation"
name = "Developer Documentation"
url = "/docs"
weight = 210
[[menu.main]]
identifier = "blogs"
name = "Blogs"
url = "#"
post = ""
weight = 220
[[menu.main]]
identifier = "technical-blog"
name ="Expert Insights Tech Blog"
url ="https://docs.rackspace.com/blog"
weight = 300
parent = "blogs"
[[menu.main]]
identifier = "rackspace-blog"
name = "Rackspace Blog"
url = "https://www.rackspace.com/blog"
weight = 310
parent = "blogs"
[[menu.main]]
identifier = "solve"
name = "Solve: Thought Leadership"
url = "https://www.rackspace.com/solve"
weight = 320
parent = "blogs"
[[menu.main]]
identifier = "support_documentation"
name = "Support Documentation"
url = "https://support.rackspace.com/"
weight = 230
[[menu.buttons]]
identifier = "buynow"
name = "Buy Now"
url = "#"
weight = 240
[[menu.buttons]]
identifier = "login"
name = "Login"
url = "#"
weight = 250
[outputs]
home = ["HTML", "RSS", "Algolia"]
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params]
dateformat = "January 2, 2006"
description = "Rackspace Developer documentation using Hugo, Netlify"
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"]