-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (39 loc) · 1 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
site_name: NetBox OS Manager - Plugin
site_url: https://github.com/jonasnieberle/netbox-os-manager
repo_url: https://github.com/jonasnieberle/netbox-os-manager
repo_name: jonasnieberle/netbox-os-manager
nav:
- Introduction: index.md
# - Tutorial: tutorial.md
# - Prompts: prompts.md
# - Release checklist: pypi_release_checklist.md
# - History: history.md
theme:
name: material
language: en
#logo: assets/logo.png
palette:
scheme: preference
primary: indigo
accent: indigo
features:
- navigation.indexes
- navigation.instant
- navigation.tabs.sticky
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
plugins:
- include-markdown
- search:
lang: en