forked from aristanetworks/openmgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.79 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
# Site information
site_name: Open Management
site_url: https://aristanetworks.github.io/openmgmt/
site_author: Arista Networks
site_description: Arista Open Management repository documentation
# Repository information
repo_name: openmgmt on Github
repo_url: https://github.com/aristanetworks/openmgmt
# Configuration
theme: mkdocs
theme:
name: material
palette:
scheme: slate
primary: blue
accent: orange
extra:
analytics:
provider: google
property: G-4V8W728SS9
nav:
- Home: index.md
- Configuration:
- OpenConfig: configuration/openconfig.md
- NETCONF: configuration/netconf.md
- RESTCONF: configuration/restconf.md
- Certificate Authentication: configuration/mtls.md
- Security Configuration: configuration/security.md
- Examples:
- Ansible: examples/ansible/index.md
- gNMI clients:
- gnmi (Arista): examples/gnmi-clients/arista-gnmi/index.md
- gnmic: examples/gnmi-clients/gnmic/index.md
- gNMI gateway: examples/gnmi-gateway/index.md
- gNOI:
- About gNOI: examples/gnoi/index.md
- gNOIc: examples/gnoi/gnoic.md
- gRPCurl: examples/gnoi/grpcurl.md
- Go Lang: examples/golang/index.md
- NETCONF:
- About NETCONF: examples/netconf/index.md
- ncclient: examples/netconf/ncclient.md
- NETCONF over SSH: examples/netconf/netconf_over_ssh.md
- Pygnmi: examples/pygnmi/index.md
- Pyang: examples/pyang/index.md
- Pyangbind: examples/pyangbind/index.md
- RESTCONF:
- About RESTCONF: examples/restconf/index.md
- cURL: examples/restconf/curl.md
- Python: examples/restconf/python.md
- ygot: examples/ygot/index.md
- Telemetry:
- gNMIReverse: telemetry/adapters/gnmireverse/index.md
- ocprometheus: telemetry/adapters/ocprometheus/index.md
- Models: models/index.md