-
Notifications
You must be signed in to change notification settings - Fork 121
/
navigation.yml
91 lines (87 loc) · 2.16 KB
/
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
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
# This is the configuration for the site navigation.
# 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: Demo link D
href: /two/a/
- text: Demo link E
href: /two/b/
- text: Demo link F
href: /two/c/
- text: Referenced section
links: footer
- text: External link
href: https://18f.gsa.gov
external: true
secondary:
- text: Documentation
href: /docs/
- text: Theme
href: /theme/
docs:
- text: Sidenav Documentation
href: /docs/
- text: Sidenav External link
href: https://18f.gsa.gov
external: true
# Uncomment the 'links' sections below to use footer link columns
# with the 'big' footer style.
footer:
- text: Documentation
href: /docs/
links:
- text: Overview
href: /docs/
- text: Secondary documentation page
href: /docs/two/
- text: Tertiary docs
href: /docs/three/
- text: Navigation section
href: /docs/
links:
- text: Demo link A
href: /two/a/
- text: Demo link B
href: /two/b/
- text: Demo link C
href: /two/c/
- text: External links
href: /docs/
links:
- text: 18F
href: https://18f.gsa.gov
external: true
- text: Technology Transformation Service
href: https://join.tts.gsa.gov/
external: true
- text: code.gov
href: https://code.gov/
external: true
- text: Privacy policy
href: /docs/
# links:
# - text: Demo link A
# href: /three/a/
# - text: Demo link B
# href: /three/b/
# - text: Demo link C
# href: /three/c/