-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
82 lines (75 loc) · 2.33 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
78
79
baseURL = "https://synbiohub.github.io"
languageCode = "en-us"
title = "SynBioHub-Documentation"
theme = "ace-documentation"
Copyright = "© SynBioHub 2020"
canonifyurls = true
[params]
disableReadmoreNav = true
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
disableSearch = true
hideHUGOSupport = false
[[menu.main]] # here are the buttons on the menu
name = "Main Page" # Button will display as "Home"
weight = 100 # the weight decides the position of the button (higher or lower)
identifier = "_index.md"
pre = "<br />"
url = "/"
[[menu.main]]
name = "About SynBioHub"
weight = 100
identifier = "AboutSynBioHub" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/AboutSynBioHub"
[[menu.main]]
name = "API Documentation"
identifier = "APIDocumentation" # this page will refer to a markdown file named "blog" in the content folder
pre = "<br />"
url = "/APIDocumentation"
weight = 70
[[menu.main]]
name = "References"
weight = 40
identifier = "References" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/References"
[[menu.main]]
name = "Installation"
weight = 90
identifier = "Installation" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/Installation"
[[menu.main]]
name = "Reporting Errors"
weight = 85
identifier = "ReportingErrors" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/ReportingErrors"
[[menu.main]]
name = "Plugins"
weight = 60
identifier = "Plugins" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/Plugins"
[[menu.main]]
name = "Troubleshooting"
weight = 50
identifier = "T&R" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/T&R"
[[menu.main]]
name = "User Documentation"
weight = 100
identifier = "UserDocumentation" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/UserDocumentation"
[[menu.main]]
name = "Setup"
weight = 80
identifier = "Setup" # this button will refer to a markdown file named "contact" in the content folder
pre = "<br />"
url = "/Setup"
[sitemap]
ChangeFreq = ""
Filename = "sitemap.xml"
Priority = "-1"