forked from DevNetSandbox/sbx_multi_ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (28 loc) · 806 Bytes
/
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
site_name: NetDevOps Sandbox Labs
site_description: a description
repo_name: GitHub
repo_url: https://github.com/DevNetSandbox/sbx_multi_ios
docs_dir: docs/
theme:
name: 'material'
nav:
- Overview: index.md
- Sandbox Setup: sandbox-setup.md
- Labs:
- NSO with Ansible: labs/nso-with-ansible.md
- NSO with Ansible (Part 2): labs/nso-service-development.md
- Visualizing Telemetry Data with Grafana: labs/metrics-grafana.md
# WIP: additioonal labs need blogged @julio
# - Telemetry with PIG: labs/telemetry-with-pig.md
# - Using PYATS with Jenkins: labs/using_pyats_with_jenkins.md
# - cicd-xxxxx
# - etc.
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tasklist
- codehilite
plugins:
- search