diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 1e26380..0000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Getting Started - -Main entry point diff --git a/docs/index.md b/docs/index.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/mkdocs.yaml b/mkdocs.yaml index 615d18b..84e32c8 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,17 +1,19 @@ -site_name: eDFDoc -site_description: 'eDF PoC documentation' +site_name: EDPDoc +site_description: 'EDP documentation' nav: - - Getting Started: - - User Documentation: 'gettingstarted/user-documentation.md' + - Home: index.md + - Overview: + - User Documentation: gettingstarted/user-documentation.md - User Guide: - - 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