-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
76 lines (76 loc) · 2.06 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
67
68
69
70
71
72
73
74
75
76
site_name: NetBox Labs Documentation
theme:
name: material
#custom_dir: overrides
favicon: images/netbox-favicon.png
logo: images/netbox-light-favicon.png
features:
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
- navigation.sections
- navigation.prune
- search.suggest
# - toc.integrate
- content.code.copy
- content.code.select
palette:
- scheme: nbl-light
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: nbl-dark
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- toc:
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
nav:
- Home: index.md
- Usage: usage.md
- Proxmox VM Templates: proxmox-vm-templates.md
- NetBox IPAM: netbox-ipam.md
- NetBox API Key and Permissions: netbox-key-and-permissions.md
- NetBox Customization: netbox-customization.md
- Proxmox API User and Key: proxmox-api-user-and-key.md
- Configure Flask Application: configure-flask-application.md
- Configure AWX or Tower/AAP: configure-awx-aap.md
- NetBox Event Rules and Webhooks (Flask): netbox-event-rules-and-webhooks-flask.md
- NetBox Event Rules and Webhooks (AWX/Tower/AAP): netbox-event-rules-and-webhooks-awx-aap.md
extra:
social:
- icon: fontawesome/solid/globe
link: https://netboxlabs.com
- icon: octicons/mail-24
link: "mailto:[email protected]"
analytics:
provider: google
property: G-Q107GMDTJM
copyright: Copyright © 2024 NetBox Labs