-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (41 loc) · 1.14 KB
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (41 loc) · 1.14 KB
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
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2025 Marcin Zieba <marcinpsk@gmail.com>
site_name: NetBox Interface Name Rules
site_url: https://marcinpsk.github.io/netbox-InterfaceNameRules-plugin/
repo_url: https://github.com/marcinpsk/netbox-InterfaceNameRules-plugin
repo_name: marcinpsk/netbox-InterfaceNameRules-plugin
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Light mode
features:
- content.code.copy
- navigation.sections
markdown_extensions:
- admonition
- attr_list
- tables
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
nav:
- Overview: index.md
- Installation: installation.md
- Configuration: configuration.md
- Template Variables: template-variables.md
- Examples: examples.md
- Contributing: contributing.md
- Changelog: changelog.md