-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
60 lines (54 loc) · 1.24 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
extra:
config_override: false
doc_owner: Verizon Media Python Language Platform Team
doc_owner_shortid: python
extra_css: []
markdown_extensions:
- admonition
- codehilite
- markdown_include.include:
base_path: docs
- 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
- toc:
permalink: true
toc_depth: 4
nav:
- Install: install.md
- Usage: usage.md
- Examples: examples.md
- Changelog: changelog.md
- Developer Resources:
- Code Documentation: sphinxindex.html
- License: license.txt
plugins:
- search
theme:
name: material
highlightjs: true
hljs_language:
- yaml
- toml
- python
- console
- bash
remote_branch: gh-pages
remote_name: origin
repo_name: GitHub
repo_url: https://github.com/yahoo/serviceping
site_description: Serviceping Network troubleshooting utility
site_name: Serviceping
strict: false
use_directory_urls: true