-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (29 loc) · 1.2 KB
/
Copy pathmkdocs.yml
File metadata and controls
35 lines (29 loc) · 1.2 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
# Documentation configuration for ProgramVer.
INHERIT: .mkdocs-shared/shared/mkdocs.base.yml
site_name: 'ProgramVer'
site_description: 'A Python version of Microsoft''s ''winver'', built to be customizable, and to show copyright info and licenses.'
site_author: willtheorangeguy
site_url: https://williamvdg.me/ProgramVer/
repo_url: https://github.com/willtheorangeguy/ProgramVer
repo_name: willtheorangeguy/ProgramVer
edit_uri: edit/master/docs/
copyright: Copyright © willtheorangeguy
nav:
- Home: index.md
- 'Quickstart': 'quickstart.md'
- 'Installation': 'installation.md'
- 'Configuration': 'configuration.md'
- 'Architecture': 'architecture.md'
- 'Development': 'development.md'
- 'Testing': 'testing.md'
- 'FAQ': 'faq.md'
- 'Troubleshooting': 'troubleshooting.md'
- 'Roadmap': 'roadmap.md'
- 'ProgramVer': 'internal/known-issues.md'
- Changelog: changelog.md
- License: license.md
- Contributing: https://github.com/willtheorangeguy/.github/blob/main/CONTRIBUTING.md
- Code of Conduct: https://github.com/willtheorangeguy/.github/blob/main/CODE_OF_CONDUCT.md
- Security: https://github.com/willtheorangeguy/.github/blob/main/SECURITY.md
exclude_docs: |
docs.instructions.md