-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (38 loc) · 1.12 KB
/
mkdocs.yml
File metadata and controls
38 lines (38 loc) · 1.12 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
site_name: PyPNM-WebUI
site_description: Documentation for the PyPNM WebUI frontend
repo_name: PyPNM-WebUI
docs_dir: docs
theme:
name: material
features:
- navigation.instant
- navigation.sections
- content.code.copy
markdown_extensions:
- admonition
- attr_list
- tables
- toc:
permalink: true
nav:
- Home: index.md
- User:
- Getting Started: user/getting-started.md
- Install And Bootstrap: user/install-and-bootstrap.md
- Runtime Configuration: user/runtime-configuration.md
- Using The UI: user/using-the-ui.md
- Troubleshooting: user/troubleshooting.md
- Release Helpers: user/release-helpers.md
- Release Workflow: user/release-workflow.md
- Development:
- Workflow: development/workflow.md
- Logging: development/logging.md
- Git Helpers: development/git-helpers.md
- Field Hints: development/field-hints.md
- Reference:
- Architecture: architecture.md
- API Integration: api-integration.md
- Environment: env.md
- Roadmap: roadmap.md
- Planning:
- Repository Plan: planning/pypnm-webui-repo-plan.md