-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
77 lines (63 loc) · 1.88 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
baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
theme = "learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
disqusShortname = "clevergo"
[params]
editURL = "https://github.com/clevergo/website/edit/master/content/"
description = "Documentation for CleverGo"
author = "Razon Yang"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
baiduAnalytics = "afba29a2d051b29ccf73018b8c9df89c"
disableSearch = false
themeVariant = "green"
titleSeparator = "-"
[params.beian]
no = "粤公网安备44040302000337号"
link = "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44040302000337"
icpNo = "粤ICP备20043980号"
icpLink = "http://beian.miit.gov.cn/"
[params.docsearch]
api_key = "6e86444395683d3c6fb2d97c278095c8"
index_name = "clevergo"
input_selector = "#searchBy"
debug = false # Set debug to true if you want to inspect the dropdown
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "CleverGo"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
url = "https://github.com/clevergo/clevergo"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/en/tags"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-eye'></i> Examples"
url = "https://github.com/clevergo/examples"
weight = 100
[Languages.zh]
title = "CleverGo"
weight = 2
languageName = "简体中文"
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
url = "https://github.com/clevergo/clevergo"
weight = 10
[[Languages.zh.menu.shortcuts]]
name = "<i class='fas fa-tags'></i> 标签"
url = "/zh/tags"
weight = 20
[[Languages.zh.menu.shortcuts]]
name = "<i class='fas fa-fw fa-eye'></i> 示例"
url = "https://github.com/clevergo/examples"
weight = 100