forked from cyrke/docs-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·38 lines (31 loc) · 1016 Bytes
/
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
baseURL = "https://www.section.io/docs/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "section.io Documentation"
theme = "docdock"
# themesdir = "../.."
[params]
editURL = "https://github.com/section-io/docs/blob/master/content/"
noHomeIcon = false # default is false
noSearch = false # default is false
showVisitedLinks = true # default is false
# themeStyle = "theme" # overide base css
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/section-io/docs"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-camera'></i> Community"
url = "https://community.section.io/"
weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-bookmark'></i> section.io Home"
identifier = "hugodoc"
url = "https://www.section.io/"
weight = 20