From 2fd4df393d016e88cdc347fc32ee05780abe1398 Mon Sep 17 00:00:00 2001 From: dnesov Date: Wed, 2 Jul 2025 00:42:14 +0200 Subject: [PATCH] Update _Sidebar --- _Sidebar.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index fd0a5cd..749c582 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -9,10 +9,33 @@ ## 🛠️ Development - [Build Instructions](Buildmd) -## 🔍 Engine Details -- [UI System](ui.md) +## 🔍 Manual +### Core +- [Game entry point](Game-entry-point.md) +- [Systems](Systems.md) +- [Resource management](Resources.md) +- [Working with text resources](Working-with-text-resources.md) + +### I/O +- [Loading files](Loading-files.md) +### Input +- [Getting input](Getting-input.md) +- [Input actions](Input-actions.md) +### Rendering +- [Rendering system overview](Render-System.md) +- [Custom shaders](Custom-Shaders.md) - [Rendering Pipeline](Rendering.md) -- [Resource Management](Resources.md) +### UI +- [UI system overview](UI.md) +- [Widgets](Widgets.md) +- [Containers](Containers.md) +- [Styling](Styling.md) +- [Layout](Layout.md) +- [Custom widgets and containers](Custom-widgets-and-containers.md) +- [Debugging UI](Debugging-UI.md) +### Debugging +- [Profiler methods](Profiler-methods.md) +- [Viewing profiler reports](Viewing-profiler-reports.md) ## 📖 Reference - [Glossary](Glossary.md)