-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.toml
232 lines (183 loc) · 5.84 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
baseURL = "https://docs.spaceone.org/"
languageCode = "en-us"
title = "SpaceONE"
theme = "docsy"
# Will give values to .Lastmod etc.
enableGitInfo = true
# Enable Emoji emoticons support for page content
# See https://www.webfx.com/tools/emoji-cheat-sheet/
enableEmoji = true
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
disableKinds = ["taxonomy", "taxonomyTerm"]
# Useful when translating.
enableMissingTranslationPlaceholders = true
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic = false
#pygmentsOptions = "linenos=table"
# See https://help.farbox.com/pygments.html
pygmentsStyle = "tango"
[languages]
[languages.en]
title = ""
description = "SpaceONE Documentation"
languageName ="English"
contentDir = "content/en"
time_format_default = "02.01.2006"
time_format_blog = "02.01.2006"
# Weight used for sorting.
weight = 1
[languages.ko]
title = ""
languageName ="Korean"
description = "스페이스원 레퍼런스 사이트입니다."
contentDir = "content/ko"
time_format_default = "2006.01.02"
time_format_blog = "2006.01.02"
weight = 2
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]
section = [ "HTML"]
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
# Additional menu items
#[[menu.main]]
#name = "Project Site"
#url = "https://www.spaceone.org/"
#pre = "<i class='fas fa-laptop-code'></i>"
# Configure how URLs look like per section.
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
# Options to using html inline markdown
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
table = true
typographer = false
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "emacs"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]
[menu]
[[menu.main]]
name = "Documentation"
pre = "<i class='fas fa-book'></i>"
weight = 10
url = "/docs/home"
[params]
version_menu = "Versions"
copyright = "SpaceONE Team"
#privacy_policy = "https://policies.google.com/privacy"
latest = "v1.7.2"
#archived_version = true
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/spaceone-dev/docs"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
#github_project_repo = "https://github.com/spaceone-dev/docs"
body_classes = "georgia bg-near-white"
navbar_logo = true
sidebar_search_disable = false
# Enable Algolia DocSearch
algolia_docsearch = false
# Enable Lunr.js offline search
offlineSearch = true
description = "OpenSource multicloud operation tool"
showedit = true
docsbranch = "master"
currentUrl = "https://docs.spaceone.org/docs/home/"
# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting = false
# Configure url of latest version
# url_latest_version = ""
[params.fonts]
name = "Open Sans"
sizes = [300, 400, 600, 700]
type = "sans_serif"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
sidebar_menu_foldable = true
sidebar_cache_limit = 10
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = true
# Set to true to disable the About link in the site footer
footer_about_disable = true
[params.ui.feedback]
enable = true
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
[params.ui.readingtime]
enable = false
[[params.versions]]
fullversion = "v1.7.2"
version = "v1.7.2"
githubbranch = "release-1.7.2"
docsbranch = "master"
# Set master version url
url = "https://docs.spaceone.org/"
#[[params.versions]]
#fullversion = "v1.17.17"
#version = "v1.17"
#githubbranch = "v1.17.17"
#docsbranch = "release-1.17"
## Set release version url
#url = ""
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name ="GitHub"
url = "https://github.com/spaceone-dev"
icon = "fab fa-github"
desc = "Discussion and help from your fellow users"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/spaceone-dev"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "HomePage"
url = "https://www.spaceone.org/"
icon = "fas fa-user-astronaut"
desc = "SpaceONE main page"
# [[params.links.developer]]
# name = "Developer mailing list"
# url = "https://example.org/mail"
# icon = "fa fa-envelope"
# desc = "Discuss development issues around the project"