forked from aristanetworks/avd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
205 lines (198 loc) · 7.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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Project information
site_name: Arista AVD
site_author: Arista Ansible Team
site_description: Arista Validated Designs documentation
copyright: Copyright © 2019 - 2023 Arista Networks
strict: true
exclude_docs: |
/README.md
# Repository information
repo_name: AVD on Github
repo_url: https://github.com/aristanetworks/avd
# Configuration
use_directory_urls: false
edit_uri: edit/devel/ansible_collections/arista/avd/
theme:
name: material
# custom_dir: ansible_collections/arista/avd/docs/_overrides
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- header.autohide
- navigation.instant
- navigation.prune
- navigation.top
- search.highlight
# - toc.integrate
- toc.follow
highlightjs: true
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/book
edit: fontawesome/solid/file-pen
favicon: docs/_media/favicon.ico
font:
code: Fira Mono
language: en
include_search_page: false
search_index_only: true
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/aristanetworks/avd
- icon: fontawesome/brands/twitter
link: https://twitter.com/AristaNetworks
- icon: fontawesome/solid/globe
link: https://www.arista.com
version:
provider: mike
default: stable
extra_css:
- docs/stylesheets/extra.material.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- docs/stylesheets/tables.js
plugins:
- exclude:
glob:
- .*
- changelogs/*
- molecule/*
- tests/*
- plugins/README.md
- docs/release-notes/1.0.x.md
- docs/release-notes/1.1.x.md
- docs/release-notes/2.x.x.md
- docs/release-notes/3.x.x.md
- docs/*/4.x.x.md
- roles/*/docs/tables/*
regex:
# Exclude examples common md snippets
- '^examples\/common/.*'
# Exclude all examples but single-dc-l3ls which is referenced in getting getting-started
- '^examples\/((?!single-dc-l3ls).*)\/documentation\/.*'
# Exclude all single-dc-l3ls files not referenced in getting getting-started
- '^examples\/single-dc-l3ls\/documentation\/fabric\/((?!FABRIC-documentation.md).*)'
- '^examples\/single-dc-l3ls\/documentation\/devices\/((?!dc1-leaf1a.md).*)'
- include_dir_to_nav
- git-revision-date-localized:
type: date
- search:
lang: en
- mkdocstrings:
handlers:
python:
paths:
- python-avd
markdown_extensions:
- admonition
- attr_list
- md_in_html
- mdx_truly_sane_lists
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols:
fractions: false
- pymdownx.snippets:
base_path: 'ansible_collections/arista/avd/'
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- smarty
- tables
- toc:
separator: "-"
permalink: true
# TOC
docs_dir: ansible_collections/arista/avd/
nav:
- Home: index.md
- Getting Started:
- Introduction to Ansible and AVD: docs/getting-started/intro-to-ansible-and-avd.md
- AVD and Ansible Automation Platform: docs/getting-started/avd-aap.md
- Examples:
- Single DC L3LS: examples/single-dc-l3ls/README.md
- Dual DC L3LS: examples/dual-dc-l3ls/README.md
- L2LS Fabric: examples/l2ls-fabric/README.md
- Campus Fabric: examples/campus-fabric/README.md
- ISIS-LDP IPVPN: examples/isis-ldp-ipvpn/README.md
- CV Pathfinder: examples/cv-pathfinder/README.md
- Installation:
- Collection Installation: docs/installation/collection-installation.md
- Ansible Collection Roles:
- eos_designs:
- Overview: roles/eos_designs/README.md
- Role Configuration: roles/eos_designs/docs/role-configuration.md
- Input Variables: roles/eos_designs/docs/input-variables.md
- How-To Guides:
- Configuring PTP: roles/eos_designs/docs/how-to/ptp.md
- Configuring WAN: roles/eos_designs/docs/how-to/wan.md
- Custom descriptions and names: roles/eos_designs/docs/how-to/custom-descriptions-names.md
- Custom Structured Configuration: roles/eos_designs/docs/how-to/custom-structured-configuration.md
- Custom Templates: roles/eos_designs/docs/how-to/custom-templates.md
- Generate CloudVision Tags Preview: roles/eos_designs/docs/how-to/cloudvision-tags-preview.md
- eos_cli_config_gen:
- Overview: roles/eos_cli_config_gen/README.md
- Role Configuration: roles/eos_cli_config_gen/docs/role-configuration.md
- Input Variables: roles/eos_cli_config_gen/docs/input-variables.md
- How-To Guides:
- Custom Templates: roles/eos_cli_config_gen/docs/how-to/custom-templates.md
- cvp_configlet_upload: roles/cvp_configlet_upload/README.md
- eos_config_deploy_cvp:
- Overview: roles/eos_config_deploy_cvp/README.md
- Integrating AVD with CVaaS: roles/eos_config_deploy_cvp/docs/avd-to-cvaas.md
- eos_config_deploy_eapi: roles/eos_config_deploy_eapi/README.md
- eos_validate_state: roles/eos_validate_state/README.md
- eos_snapshot: roles/eos_snapshot/README.md
- dhcp_provisioner: roles/dhcp_provisioner/README.md
- build_output_folders: roles/build_output_folders/README.md
- cv_deploy: roles/cv_deploy/README.md
- Ansible Collection Plugins: docs/plugins/
- Contributing to AVD:
- Overview: docs/contribution/overview.md
- Development Tooling: docs/contribution/development-tooling.md
- Code Style: docs/contribution/style-guide.md
- Validation of Input Variables: docs/contribution/input-variable-validation.md
- EOS Designs internal notes: docs/contribution/eos_designs_internal_notes.md
- External Resources:
- Ansible Collection User Guide: https://docs.ansible.com/ansible/latest/user_guide/collections_using.html
- Ansible User Guide: https://docs.ansible.com/ansible/latest/user_guide/index.html
- Release Notes: docs/release-notes/5.x.x.md
- Porting Guide: docs/porting-guides/5.x.x.md
- PyAVD: docs/pyavd.md
- Versioning: docs/semantic-versioning.md
- AVD Dev Containers:
- Overview: docs/containers/overview.md
- About:
- AVD on Ansible Galaxy: https://galaxy.ansible.com/arista/avd
- Arista CVP Collection: https://cvp.avd.sh/en/latest/
- Arista Installation Script: https://github.com/arista-netdevops-community/avd-install
- Arista NetDevOps Community: https://aristanetworks.github.io/netdevops-examples/