edp-doc/mkdocs.yaml

24 lines
643 B
YAML
Raw Normal View History

2024-12-18 13:58:35 +00:00
site_name: EDFDoc
site_description: 'EDP documentation'
nav:
- Getting Started:
- 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:
- 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