-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
133 lines (127 loc) · 4.22 KB
/
mkdocs.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
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
nav:
- Home: index.md
- References:
- All features in one page: 'guides/reference/index.md'
- Features category: 'guides/reference/tabbed.md'
- Dataplane: 'guides/reference/dataplane.md'
- Interoperability: 'guides/reference/interoperability.md'
- Installation:
- Overview: 'guides/installation/index.md'
- TOFINO P4 switch:
- RARE HCL: 'guides/installation/wedge100bf32/rare-hcl.md'
- RARE NOS install: 'guides/installation/wedge100bf32/onie-nos-install.md'
- Interfaces configuration: 'guides/installation/wedge100bf32/interface.md'
- Software operation CLI: 'guides/installation/wedge100bf32/rare-nos-lcm-cli.md'
- RARE NOS update: 'guides/installation/wedge100bf32/rare-nos-upgrade.md'
- RARE NOS experimental: 'guides/installation/wedge100bf32/rare-nos-exp-upgrade.md'
- RARE NOS switch profile: 'guides/installation/wedge100bf32/rare-nos-switch-profile.md'
- TOFINO P4 DEV VM:
- VM configuration: 'guides/installation/dev-vm/tofino-p4-dev-vm-page1.md'
- RARE configuration: 'guides/installation/dev-vm/tofino-p4-dev-vm-page2.md'
- Run and verification: 'guides/installation/dev-vm/tofino-p4-dev-vm-page3.md'
- Cookbook:
- Basics: 'guides/recipes/basics.md'
- Bridge and VRF: 'guides/recipes/vrf.md'
- Hello freeRtr !: 'guides/getting-started/001-hello-world.md'
- Topology example: 'guides/getting-started/002-topology-example.md'
- Unleash freeRtr !: 'guides/getting-started/003-unleash.md'
- Intra domain routing: 'guides/getting-started/004-igp.md'
- MPLS forwarding core: 'guides/getting-started/005-mpls.md'
- iBGP: 'guides/getting-started/006-ibgp.md'
- Polka: 'guides/getting-started/007-polka.md'
- Traffic mitigation: 'guides/recipes/flowspec.md'
- Code of conduct: conduct.md
- License: license.md
- Contacts: contacts.md
- About: about.md
site_name: ''
site_author: Frederic LOUI
site_description: 'RARE Documentation'
repo_name: rare-freertr/freertr
repo_url: https://github.com/frederic-loui/freertr
site_url: https://docs.rare.geant.org
theme:
logo: 'assets/images/rare-icon-light.png'
favicon: 'img/rare-icon-dark.svg'
#favicon: 'img/favicon.ico'
name: 'material'
custom_dir: docs/overrides
features:
- navigation.top
- navigation.tabs
- content.code.copy
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: cyan
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: cyan
toggle:
icon: material/toggle-switch
name: Switch to light mode
#palette:
# scheme: slate
# primary: 'green'
# accent: 'light green'
# include_search_page: false
# search_index_only: true
icon:
repo: fontawesome/brands/github
extra_css:
- 'css/extra.css'
copyright: >
<a href="#__consent">Change cookie settings</a>
extra:
generator: true
search:
language: 'en'
tokenizer: '[\s\-\.]+'
analytics:
provider: google
property: G-J5GQXX6N6K
consent:
title: Cookie Consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
markdown_extensions:
- attr_list
- pymdownx.snippets:
base_path: ['docs/guides/reference/snippets','.']
check_paths: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- tables