-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (29 loc) · 1005 Bytes
/
config.toml
File metadata and controls
37 lines (29 loc) · 1005 Bytes
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
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Developer Documentation"
theme = "learn"
# themesdir = "../.."
[params]
editURL = "https://github.com/ottemo/developer.ottemo.io/edit/master/content/"
showVisitedLinks = false # default is false
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = false # default is false
disableNavChevron = true # set true to hide next/prev chevron, default is false
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Github repos"
identifier = "ds"
url = "https://github.com/ottemo"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-code'></i> API Documentation"
url = "https://swaggerhub.com/apis/Ottemo/foundation/1"
weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> Contributors"
url = "/contributors"
weight = 30