forked from srl-labs/containerlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
163 lines (154 loc) · 5.05 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
site_name: containerlab
nav:
- Home: index.md
- Installation: install.md
- Quick start: quickstart.md
- User manual:
- Topology definition: manual/topo-def-file.md
- Nodes: manual/nodes.md
- Kinds:
- About: manual/kinds/kinds.md
- srl - Nokia SR Linux: manual/kinds/srl.md
- crpd - Juniper cRPD: manual/kinds/crpd.md
- ceos - Arista cEOS: manual/kinds/ceos.md
- sonic-vs - SONiC: manual/kinds/sonic-vs.md
- vr-sros - Nokia SR OS: manual/kinds/vr-sros.md
- vr-vmx - Juniper vMX: manual/kinds/vr-vmx.md
- vr-xrv9k - Cisco XRv9k: manual/kinds/vr-xrv9k.md
- vr-xrv - Cisco XRv: manual/kinds/vr-xrv.md
- vr-veos - Arista vEOS: manual/kinds/vr-veos.md
- linux - Linux container: manual/kinds/linux.md
- bridge - Linux bridge: manual/kinds/bridge.md
- ovs-bridge - Openvswitch bridge: manual/kinds/ovs-bridge.md
- Configuration artifacts: manual/conf-artifacts.md
- Network wiring concepts: manual/network.md
- Packet capture & Wireshark: manual/wireshark.md
- VM based routers integration: manual/vrnetlab.md
- Publish ports: manual/published-ports.md
- Multi-node labs: manual/multi-node.md
- Certificate management: manual/cert.md
- Inventory: manual/inventory.md
- Command reference:
- deploy: cmd/deploy.md
- destroy: cmd/destroy.md
- inspect: cmd/inspect.md
- save: cmd/save.md
- generate: cmd/generate.md
- graph: cmd/graph.md
- tools:
- disable-tx-offload: cmd/tools/disable-tx-offload.md
- veth:
- create: cmd/tools/veth/create.md
- vxlan:
- create: cmd/tools/vxlan/create.md
- delete: cmd/tools/vxlan/delete.md
- cert:
- ca:
- create: cmd/tools/cert/ca/create.md
- sign: cmd/tools/cert/sign.md
- mysocketio:
- login: cmd/tools/mysocketio/login.md
- completions: cmd/completion.md
- Lab examples:
- About: lab-examples/lab-examples.md
- Single SR Linux node: lab-examples/single-srl.md
- Two SR Linux nodes: lab-examples/two-srls.md
- 3-nodes CLOS: lab-examples/min-clos.md
- 5-stage CLOS: lab-examples/min-5clos.md
- Nokia SR Linux and Arista cEOS: lab-examples/srl-ceos.md
- Nokia SR Linux and Juniper cRPD: lab-examples/srl-crpd.md
- Nokia SR Linux and SONiC: lab-examples/srl-sonic.md
- External bridge capability: lab-examples/ext-bridge.md
- WAN topology: lab-examples/wan.md
- Nokia SR Linux and Nokia SR OS: lab-examples/vr-sros.md
- Nokia SR Linux and Juniper vMX: lab-examples/vr-vmx.md
- Nokia SR Linux and Cisco XRv9k: lab-examples/vr-xrv9k.md
- Nokia SR Linux and Cisco XRv: lab-examples/vr-xrv.md
- Nokia SR Linux and FRR: lab-examples/srl-frr.md
- BGP VPLS between Nokia and Juniper: lab-examples/bgp-vpls-nok-jun.md
- Multi-node labs: lab-examples/multinode.md
- Securing gNMI with TLS: lab-examples/tls-cert.md
- Release notes:
- 0.12.0: rn/0.12.0.md
- 0.11.0: rn/0.11.0.md
site_author: Roman Dodin
site_description: >-
Containerlab deploys docker based meshed lab topologies
# Repository
repo_name: srl-labs/containerlab
repo_url: https://github.com/srl-labs/containerlab
edit_uri: ""
theme:
name: material
custom_dir: docs/overrides
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
language: en
palette:
scheme: preference
primary: white
accent: cyan
font:
text: Manrope
code: Fira Mono
icon:
logo: fontawesome/solid/flask
favicon: images/flask.svg
# Plugins
plugins:
- search
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/hellt
- icon: fontawesome/brands/twitter
link: https://twitter.com/ntdvps
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: "#"
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
google_analytics:
- UA-101537614-3
- auto