-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
56 lines (48 loc) · 1.15 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
theme = "docuapi"
languageCode = "en-us"
baseurl = "http://docuapi.com/"
title = "StockDB Documentation"
publishdir = "docs"
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsOptions = ""
pygmentsStyle = "monokai"
# The monokai stylesheet is included in the base template.
pygmentsUseClasses = true
defaultContentLanguage = "en"
[params]
search = false
# Configure the language example tabs.
[[params.language_tabs]]
key = "js"
name = "JavaScript"
[[params.language_tabs]]
key = "go"
name = "Golang"
#Languages
[languages]
[languages.en]
languageName = "English"
weight = 1
title = "StockDB Documentation"
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"[Official Repos](https://github.com/miaolz123/stockdb)"
]
[languages.en.blackfriday]
angledQuotes = false
hrefTargetBlank = true
[languages.cn]
languageName = "中文"
weight = 2
title = "StockDB文档"
# Left sidebar footer items. Use HTMl or Markdown.
toc_footers = [
"[English](/)",
"[官方仓库](https://github.com/miaolz123/stockdb)"
]
[languages.cn.blackfriday]
# Norwegian uses angled quotes
angledQuotes = true
hrefTargetBlank = true