forked from 18F/uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavigation.yml
44 lines (41 loc) · 990 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file defines the structure of various named navigational
# listings, any of which can be used (with some caveats) as the
# links in your header, footer, and per-page side navigation.
#
# For instance, if you have a "primary" navigation list here, you
# can use that as your header's primary navigation by setting
# `primary.links` to "primary":
#
# primary:
# links: primary
#
primary:
- text: Documentation
href: /docs/
- text: Navigation section
links:
- text: Demo link A
href: /two/a/
- text: Demo link B
href: /two/b/
- text: Demo link C
href: /two/c/
- text: Referenced section
links: footer
secondary: []
footer:
- text: Documentation
href: /docs/
- text: Demo link one
href: /one/
- text: Demo link two
href: /two/
docs:
- text: Documentation
href: /docs/
- text: Installation
href: /docs/install/
- text: Upgrading
href: /docs/upgrade/
- text: Help
href: /docs/help/