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'
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue