-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
49 lines (46 loc) · 1.14 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
site_name: Network Tech Documentation
site_author: Glen Harmon
repo_url: https://github.com/heyglen/network_tech
extra:
generator: false
theme:
name: material
palette:
scheme: slate
primary: purple
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs.sticky
- search.highlight
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.keys
- admonition
- pymdownx.critic
- pymdownx.snippets:
base_path: .
- toc:
permalink: true
toc_depth: 3
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
nav:
- Home: "src/index.md"
- "src/install.md"
- "src/syntax.md"
- "src/snippets.md"
- "src/context_info.md"
- "src/formatting.md"
- "src/password_decode.md"
- "src/jumping.md"
- "src/network_search.md"
- "src/keyboard-shortcuts.md"
- "src/settings.md"
- "src/feature_requets_and_bugs.md"
- "src/contribute.md"