edp-doc/mkdocs.yaml

25 lines
639 B
YAML
Raw Normal View History

2024-12-18 13:58:35 +00:00
site_name: EDPDoc
site_description: 'EDP documentation'
nav:
2024-12-18 13:58:35 +00:00
- Home: index.md
- Overview:
- User Documentation: gettingstarted/user-documentation.md
- User Guide:
2024-12-18 13:58:35 +00:00
- ArgoCD: userguide/argocd.md
- OpenBAO: userguide/openbao.md
- CI Workflow: userguide/ci-workflow.md
- Technical Documentation:
2024-12-18 13:58:35 +00:00
- Architecture: techdocs/architecture.md
- Deployment: techdocs/deployment.md
- Development: techdocs/development.md
- Testing: techdocs/testing.md
- About:
- License: about/license.md
- Release Notes: about/release-notes.md
- A Test doc: about/mkdocs-test.md
plugins:
- techdocs-core