fix: update mkdocs.yaml navigation to use correct file references

This commit is contained in:
Stephan Lo 2024-12-18 15:41:10 +01:00
parent 6c9d026c16
commit f86ce821bc

View file

@ -2,18 +2,18 @@ site_name: EDPDoc
site_description: 'EDP documentation'
nav:
- Home: 'README.md'
- Home: index.md
- Overview:
- User Documentation: 'gettingstarted/user-documentation.md'
- User Documentation: gettingstarted/user-documentation.md
- User Guide:
- ArgoCD: 'userguide/argocd.md'
- OpenBAO: 'userguide/openbao.md'
- CI Workflow: 'userguide/ci-workflow.md'
- 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'
- 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