-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
52 lines (43 loc) · 1.34 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
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
baseURL = 'https://cloudforet-io.github.io'
title = 'Cloudforet API'
theme = 'hugo-book'
# Book configuration
disablePathToLower = true
enableGitInfo = true
# Needed for mermaid/katex shortcodes
[markup]
[mkarkup.goldmark]
[markup.goldmark.extensions]
table = true
strikethrough = true
tasklist = true
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
# Multi-lingual mode config
# There are different options to translate files
# See https://gohugo.io/content-management/multilingual/#translation-by-filename
# And https://gohugo.io/content-management/multilingual/#translation-by-content-directory
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content/en'
weight = 1
[params]
BookTheme = 'light'
BookToC = true
BookLogo = 'logo.png'
BookSection = '/'
BookRepo = 'https://github.com/cloudforet-io/api-doc'
# Requires 'BookRepo' param.
# Value used to construct a URL consisting of BookRepo/BookCommitPath/<commit-hash>
# Github uses 'commit', Bitbucket uses 'commits'
BookCommitPath = 'commit'
BookEditPath = 'edit/master'
BookDateFormat = 'January 2, 2006'
BookSearch = true
BookComments = true
BookPortableLinks = true
enableHeader = true