-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathtopnav.yml
More file actions
30 lines (30 loc) · 915 Bytes
/
topnav.yml
File metadata and controls
30 lines (30 loc) · 915 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
##
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
subitems:
- title: Tools
url: /index
- title: Workflows
url: /workflows
- title: Training
url: /training
- title: About
url: /about
#Community specific links:
- title: Microbiome
subitems:
- title: Tools
url: /microgalaxy_tools
- title: Workflows
url: /microgalaxy_workflows
- title: Tutorials
url: /microgalaxy_tutorials
#Community specific links are added manually when a lab is created to ensure communities are ready to display them
#To add a community specific tab, copy/paste the template below and replace with you community name and generate a PR
#- title: <Community name>
# subitems:
# - title: Tools
# url: /<community-name>_tools
# - title: Workflows
# url: /<community-name>_workflows
# - title: Tutorials
# url: /<community-name>_tutorials