-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
44 lines (36 loc) · 938 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
34
35
36
37
38
39
40
41
42
43
44
# See https://github.com/aristanetworks/ansible-avd/blob/devel/mkdocs.yml for Arista standards
site_name: pytest-netdut
site_description: A pytest plugin to enable remote testing on Arista network switches.
site_author: Arista Networks FDK Team
repo_name: pytest-netdut
repo_url: https://github.com/aristanetworks/pytest-netdut
theme:
name: material
language: en
features:
- navigation.instant
- navigation.top
- search.highlight
- header.autohide
- content.code.annotate
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/aristanetworks/pytest-netdut
- icon: fontawesome/solid/globe
link: https://www.arista.com
markdown_extensions:
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
watch:
- src/pytest_netdut
nav:
- Home: index.md
- API: api.md