-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (37 loc) · 876 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (37 loc) · 876 Bytes
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
site_name: twampy Documentation
site_description: Python implementation of TWAMP/STAMP
site_author: Sven Wisotzky
repo_url: https://github.com/nokia/twampy
repo_name: nokia/twampy
theme:
name: material
palette:
primary: indigo
accent: indigo
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
nav:
- Home: index.md
- User Guide:
- Installation: user-guide/installation.md
- Usage: user-guide/usage.md
- Configuration: user-guide/configuration.md
- Reference:
- Error Codes: reference/error-codes.md
- DSCP Table: reference/dscp-table.md
markdown_extensions:
- admonition
- codehilite
- tables
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
plugins:
- search