-
Notifications
You must be signed in to change notification settings - Fork 44
/
navigation.yml
24 lines (23 loc) · 882 Bytes
/
navigation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Links listed below will be included in your site's navbar (navigation at the top)
- text: Home # Note that users can also reach the homepage by clicking the site's title on the left in the navbar
href: /
- text: About
href: /about/
- text: Team
href: /team/
- text: Blog
href: /blog/
- text: Documentation
menu: # Dropdown menu (one level deep only)
- text: Installation
href: /docs/installation/
- text: Configuration
href: /docs/configuration/
- href: /docs/markdown/ # Undefined "text" will automatically get the title of the page at "href" (here "Markdown")
- text: "---" # Divider to separate blocks of menu items (at least 3 "-")
- text: "Dropdown header" # Title for block of menu items
- text: Page with custom navigation
href: /docs/custom-navigation/
- text: GitHub
href: https://github.com/peterdesmet/petridish/
new_window: true