# MBKAuthe Documentation This directory is organized by how the documentation is used: - **Guides** - setup and operational walkthroughs. - **Reference** - detailed API and error-code documentation. - **Schema** - executable database SQL. - **Diagrams** - Mermaid source files and rendered images. ## Start here - [Project README](../README.md) - [Configuration guide](guides/configuration.md) - [Database guide](guides/database.md) - [API reference](reference/api.md) - [Error codes](reference/error-codes.md) - [Documentation style guide](STYLE.md) ## Source layout - `guides/` - task-oriented setup and operations docs. - `reference/` - detailed facts, route lists, middleware details, and error-code documentation. - `reference/api/` - split API reference sections included from the API index. - `schema/` - executable SQL and schema assets. - `diagrams/` - Mermaid source files. - `images/` - rendered diagram outputs and documentation images. ## Assets - [Database schema SQL - PostgreSQL](schema/db.sql) - [Database schema SQL - SQLite](schema/db.sqlite.sql) - [Authentication flow Mermaid source](diagrams/auth-flows.mmd) - [Authentication process Mermaid source](diagrams/auth-processes.mmd) - [Rendered diagram images](images/)