forked from SynBioDex/SbolStandardWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenus.toml
180 lines (150 loc) · 3.2 KB
/
menus.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[[main]]
name = "Home"
url = "#about"
weight = 10
[[main]]
name = "Data Model"
url = "/DataModel"
weight = 20
identifier = "dom-id"
[[main]]
name = "About SBOL"
url = "/DataModel-about"
weight = 5
parent = "dom-id"
[[main]]
name = "SBOL Specification"
url = "/DataModel-Specification"
weight = 10
parent = "dom-id"
[[main]]
name = "SBOL Libraries"
url = "/libraries"
weight = 15
parent = "dom-id"
[[main]]
name = "SBOL Ontology"
url = "/ontology"
weight = 20
parent = "dom-id"
[[main]]
name = "SBOL Converter"
url = "https://converter.sbolstandard.org/"
weight = 25
parent = "dom-id"
[[main]]
name = "SBOL Validator"
url = "https://validator.sbolstandard.org/"
weight = 30
parent = "dom-id"
[[main]]
name = "SBOL Examples"
url = "/DataModel-Examples"
weight = 35
parent = "dom-id"
[[main]]
name = "Visual"
url = "/visual"
weight = 25
identifier = "visual-id"
[[main]]
name = "About SBOL Visual"
url = "/visual-about"
weight = 5
parent = "visual-id"
[[main]]
name = "SBOL Visual Specification"
url = "/visual-specification"
weight = 10
parent = "visual-id"
[[main]]
name = "SBOL Visual Glyphs"
url = "/visual-glyphs"
weight = 15
parent = "visual-id"
[[main]]
name = "SBOL Visual Ontology"
url = "/sbol-visual-ontology"
weight = 20
parent = "visual-id"
[[main]]
name = "SBOL Visual Examples"
url = "/visual-examples"
weight = 25
parent = "visual-id"
[[main]]
name = "Applications"
url = "/applications"
weight = 30
[[main]]
name = "Publications"
url = "/publication"
weight = 40
[[main]]
name = "Community"
url = "/community"
weight = 50
identifier = "community-id"
[[main]]
name = "About"
url = "/community"
weight = 5
parent = "community-id"
[[main]]
name = "Meetings"
url = "/community-meetings"
weight = 10
parent = "community-id"
[[main]]
name = "Outreach"
url = "/community-outreach"
weight = 15
parent = "community-id"
[[main]]
name = "Governance"
url = "/community-governance"
weight = 20
parent = "community-id"
[[main]]
name = "SBOL Industrial Consortium"
url = "/sbol-industrial"
weight = 25
parent = "community-id"
[[main]]
name = "Contact"
url = "/contact"
weight = 55
[[main]]
name = "FAQ"
url = "/faq"
weight = 60
[[main]]
name = "About"
url = "/about"
weight = 70
identifier = "about-id"
[[main]]
name = "View Source"
url = "https://synbiodex.github.io/SbolStandardWebsite/"
weight = 75
parent = "about-id"
[[main]]
name = "Community Media"
url = "https://github.com/SynBioDex/Community-Media"
weight = 80
parent = "about-id"
[[main]]
name = "Report an Issue"
url = "https://github.com/SynBioDex/SbolStandardWebsite/issues"
weight = 85
parent = "about-id"
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 70