forked from aristanetworks/ansible-cvp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (84 loc) · 2.96 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
site_name: Arista CVP collection
site_author: Arista Ansible Team
site_description: Arista Cloudvision collection's documentation
docs_dir: ansible_collections/arista/cvp/
site_favicon: docs/_media/favicon.ico
theme:
name: material
features:
- navigation.instant
- toc.integrate
highlightjs: true
hljs_languages:
- yaml
- python
- shell
extra_css:
- docs/stylesheets/extra.material.css
copyright: Copyright © 2019 - 2020 Arista Networks
repo_name: CVP on Github
repo_url: https://github.com/aristanetworks/ansible-cvp
use_directory_urls: true
markdown_extensions:
- mdx_truly_sane_lists
- 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
nav:
- Home: README.md
- Getting Started: docs/getting-started.md
- Release Notes:
- Versions 1.x: docs/release-notes/v1.x.md
- Versions 2.x: docs/release-notes/v2.x.md
- Installation:
- Requirements: docs/installation/requirements.md
- Configure your local environment: docs/installation/setup-environement.md
- Installation using git: docs/installation/setup-git.md
- Installation using ansible-galaxy: docs/installation/setup-galaxy.md
- Docker & Development: docs/installation/setup-docker.md
- How-To:
- Configure Cloudvision Authentication: docs/how-to/cvp-authentication.md
- Get Facts: docs/how-to/cv_facts.md
- Manage configlets: docs/how-to/cv_configlet.md
- Manage containers: docs/how-to/cv_container.md
- Manage devices: docs/how-to/cv_device.md
- Development tips & tricks: docs/installation/development.md
- Activate logging: docs/how-to/debug.md
- Frequently Asked Questions:
- Error Messages: docs/faq/errors.md
- Roles documentation:
- DHCP Configuration role: roles/dhcp_configuration/README.md
- Cloudvision Configlet Sync: roles/configlets_sync/README.md
- Modules documentation:
- Module cv_facts: docs/modules/cv_facts.rst.md
- Module cv_configlet: docs/modules/cv_configlet.rst.md
- Module cv_container: docs/modules/cv_container.rst.md
- Module cv_device: docs/modules/cv_device.rst.md
- Module cv_tasks: docs/modules/cv_task.rst.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
- About:
- Ansible Galaxy page: https://galaxy.ansible.com/arista/cvp
- Arista Validated Design Collection: https://www.avd.sh
- Arista Automation Examples: https://aristanetworks.github.io/netdevops-examples/