Skip to content

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:

  1. Create a new .md file inside the docs/ folder.
  2. Update the nav section in your mkdocs.yml file to include the new page.
  3. 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