From d67ca9111f5c569941b2ca5d806aa1afc58c50ee Mon Sep 17 00:00:00 2001 From: Royer Yangali <royer.yangali@etsi.org> Date: Thu, 5 Sep 2024 22:32:50 +0200 Subject: [PATCH] UPDATES: updating left nav bar --- mkdocs.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 975f8c3..a12cf8a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,12 +72,22 @@ extra: # Page tree nav: - - Overview: - - Introduction: index.md - - Release Notes: releasenotes.md - - Architecture: architecture.md - - Getting Started: - - How to Run: ./gettingstarted/howtorun.md + - Deployment Guide: + - Configure your Machine: index.md + - Physical Server: releasenotes.md + - Oracle Virtual Box: releasenotes.md + - VMWare Fusion: releasenotes.md + - OpenStack: releasenotes.md + - Vagrant Box: releasenotes.md + - Install MicroK8s: architecture.md + - Deploy TeraFlowSDN: architecture.md + - WebUI and Grafana Dashboards: architecture.md + - Show deployments and Logs: architecture.md + - Development Guide: + - Configure Environment: ./gettingstarted/howtorun.md + - Python: ./gettingstarted/howtorun.md + - Java (Quarkus): ./gettingstarted/howtorun.md + - Testing: - Test Plan: ./testing/testplan/README.md - Robot Framework: ./testing/robotframework/README.md -- GitLab