From 1baeac9b2a10824b3158a254355ed43c1f121a0b Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Tue, 17 Dec 2024 10:03:31 +0100 Subject: [PATCH] fix(backstage-doc): added missing main mkdocs.yaml --- mkdocs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mkdocs.yaml diff --git a/mkdocs.yaml b/mkdocs.yaml new file mode 100644 index 0000000..615d18b --- /dev/null +++ b/mkdocs.yaml @@ -0,0 +1,22 @@ +site_name: eDFDoc +site_description: 'eDF PoC documentation' + +nav: + - Getting Started: + - User Documentation: 'gettingstarted/user-documentation.md' + - User Guide: + - 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