Documentation Center
Welcome to the centralized knowledge base. This repository contains all technical guides, architecture schemas, and infrastructure documentation.
Quick Start
To add a new page to this documentation, follow these simple steps:
- Create a new
.mdfile inside thedocs/folder. - Update the
navsection in yourmkdocs.ymlfile to include the new page. - Save the file. The container will automatically detect changes and rebuild the page in real-time.
Project Structure
Here is how the documentation workspace is organized:
```text mkdocs-material/ ├── docker-compose.yml └── src/ ├── mkdocs.yml └── docs/ ├── index.md └── architecture/ └── overview.md