Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,14 @@ This project was announced by [AOSSIE](https://aossie.org/), an umbrella organiz
<div style="width:25%">
<h2>Frontend</h2>
<ul>
<li>
<a href="./frontend/ui-components">
UI Components
</a>
</li>
<li>
<a href="./frontend/state-management">
State Management
</a>
</li>
<li>
<a href="./frontend/gallery-view">
Gallery View
<a href="./frontend/screenshots">
Screenshots
</a>
</li>
</ul>
Expand Down
9 changes: 7 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down