fix: update mkdocs.yaml navigation to use correct file references
This commit is contained in:
parent
6c9d026c16
commit
f86ce821bc
1 changed files with 9 additions and 9 deletions
18
mkdocs.yaml
18
mkdocs.yaml
|
@ -2,18 +2,18 @@ site_name: EDPDoc
|
||||||
site_description: 'EDP documentation'
|
site_description: 'EDP documentation'
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: 'README.md'
|
- Home: index.md
|
||||||
- Overview:
|
- Overview:
|
||||||
- User Documentation: 'gettingstarted/user-documentation.md'
|
- User Documentation: gettingstarted/user-documentation.md
|
||||||
- User Guide:
|
- User Guide:
|
||||||
- ArgoCD: 'userguide/argocd.md'
|
- ArgoCD: userguide/argocd.md
|
||||||
- OpenBAO: 'userguide/openbao.md'
|
- OpenBAO: userguide/openbao.md
|
||||||
- CI Workflow: 'userguide/ci-workflow.md'
|
- CI Workflow: userguide/ci-workflow.md
|
||||||
- Technical Documentation:
|
- Technical Documentation:
|
||||||
- Architecture: 'techdocs/architecture.md'
|
- Architecture: techdocs/architecture.md
|
||||||
- Deployment: 'techdocs/deployment.md'
|
- Deployment: techdocs/deployment.md
|
||||||
- Development: 'techdocs/development.md'
|
- Development: techdocs/development.md
|
||||||
- Testing: 'techdocs/testing.md'
|
- Testing: techdocs/testing.md
|
||||||
- About:
|
- About:
|
||||||
- License: about/license.md
|
- License: about/license.md
|
||||||
- Release Notes: about/release-notes.md
|
- Release Notes: about/release-notes.md
|
||||||
|
|
Loading…
Reference in a new issue