-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
66 lines (66 loc) · 1.72 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
61
62
63
64
65
66
site_name: NetBox Data Flows
site_url: https://Alef-Burzmali.github.io/netbox-data-flows
repo_name: Alef-Burzmali/netbox-data-flows
repo_url: https://github.com/Alef-Burzmali/netbox-data-flows
strict: yes
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to Light Mode
features:
- navigation.sections
- content.code.copy
plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
handlers:
python:
options:
heading_level: 3
members_order: source
show_root_heading: true
show_root_full_path: false
show_root_toc_entry: false
show_source: false
markdown_extensions:
- attr_list
- footnotes
- github-callouts
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- toc:
baselevel: 2
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Alef-Burzmali/netbox-data-flows
name: Github
nav:
- Home: index.md
- Documentation:
- Quick Start: quick-start.md
- Installation and Configuration: installation-configuration.md
- Data Model: data-model.md
- Development:
- Changelog: changelog.md
- Security policy: security.md