diff --git a/docs/index.md b/docs/index.md index b3e00063..284cab3a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -61,19 +61,14 @@ This project was announced by [AOSSIE](https://aossie.org/), an umbrella organiz

Frontend

diff --git a/mkdocs.yml b/mkdocs.yml index 70778130..47469bc7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,8 +61,13 @@ extra_css: nav: - Home: - Introduction: index.md - - Overview: overview/features.md - - Setup: setup.md + - Overview: + - Features: overview/features.md + - Architecture: overview/architecture.md + - Setup: + - Quick Setup: setup.md + - Manual Setup: Manual_Setup_Guide.md + - Script Setup: Script_Setup_Guide.md - Backend: - Python Backend API: backend/backend_python/api.md - Python Backend Database: backend/backend_python/database.md