-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (36 loc) · 898 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (36 loc) · 898 Bytes
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
site_name: PyPNM-WebUI Wrapper
site_description: Wrapper docs for delegating to the unified PyPNM-CMTS-WebUI
repo_name: PyPNM-WebUI
docs_dir: docs
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- navigation.expand
- content.code.copy
markdown_extensions:
- admonition
- attr_list
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Install Wrapper: user/install-wrapper.md
- Migration: migration/pypnm-webui-to-unified.md