-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (33 loc) · 1.01 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Zoneminder-InstallerScript
nav:
- Home: 'index.md'
- 'Installation Guide':
- 'Alpine Linux': 'user-guide/Alpine.md'
- 'Arch Linux': 'user-guide/Arch Linux.md'
- 'Debian 12': 'user-guide/Debian12.md'
- 'Debian 11': 'user-guide/Debian11.md'
- 'Fedora': 'user-guide/Fedora.md'
- 'OpenSUSE': 'user-guide/OpenSUSE.md'
- 'Ubuntu': 'user-guide/Ubuntu.md'
- 'Testing Distros in Docker': 'user-guide/Test In Docker.md'
- About:
- 'License': 'LICENSE.txt'
- 'About': 'about.md'
repo_url: https://github.com/justaCasualCoder/Zoneminder-InstallerScript
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
theme:
name: material
highlightjs: true
hljs_languages:
- bash
palette:
scheme: slate