forked from networkRob/netdevops-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (50 loc) · 1.32 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
site_name: Arista Devops Community
site_author: Arista Ansible Team
site_description: A List of contribution in devops world
docs_dir: docs/
theme:
name: material
features:
- instant
font:
text: Ubuntu
code: Ubuntu Mono
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2019 - 2020 Arista Networks
repo_name: 'Arista Netdevops Community'
repo_url: https://github.com/aristanetworks/netdevops-examples
use_directory_urls: true
nav:
- Arista Netdevops Community: index.md
- Arista Networks: arista.md
- Arista EOS+: eosplus.md
- Existing Netdevops Examples: github.md
- About:
- Ansible Cloudvision: https://aristanetworks.github.io/ansible-cvp/
- Arista Validated Design: https://github.com/aristanetworks/ansible-avd
- Arista Automation Community: https://github.com/arista-netdevops-community
markdown_extensions:
- smarty
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- fontawesome_markdown
- admonition
- codehilite:
guess_lang: true
- toc:
separator: "-"
permalink: "#"
baselevel: 1