-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (38 loc) · 1014 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (38 loc) · 1014 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
40
41
42
site_name: Postman PyPNMApps API Visual Docs
site_description: Generated documentation and previews for Postman visual examples
repo_url: https://github.com/PyPNMApps/Postman-PyPNMApps-API
theme:
name: material
features:
- navigation.instant
- navigation.sections
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
docs_dir: docs
site_dir: site
markdown_extensions:
- tables
- fenced_code
extra_css:
- assets/stylesheets/extra.css
nav:
- Home: index.md
- Docs Index: docs-index.md
- User Guide: user-guide.md
- Tools: tools.md
- Release: release.md
- Visual Examples: visual/index.md
- Visual MkDocs Plan: visual-mkdocs-plan.md