-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
28 lines (25 loc) · 872 Bytes
/
mkdocs.yaml
File metadata and controls
28 lines (25 loc) · 872 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
site_name: 'CMS Platform TechDocs'
site_description: 'Developer documentation for CMS Platform'
repo_url: https://github.com/rajkowski/cms-platform
edit_uri: tree/main/docs
# You can test with: npx @techdocs/cli serve
# You must have docker installed and running
plugins:
- techdocs-core
markdown_extensions:
- attr_list
# For sidebar navigation on https://backstage.io/, see `microsite/sidebars.json`
nav:
- Introduction: 'index.md'
- Architecture: 'architecture.md'
- Project Structure: 'project-structure.md'
- Customization: 'customization.md'
- Dev Environment: 'developer-environment.md'
- Installation: 'installation.md'
- User Guide:
- Web Page Design User Guide: 'user-guide/web-page-design.md'
- DevSecOps Pipeline: 'pipeline.md'
- Integrations:
- OAuth: 'oauth.md'
- Decisions: 'decisions.md'
- Changelog: 'CHANGELOG.md'