🗂 RawDigs Documentation¶
Welcome to the RawDigs documentation hub. Use the links below to navigate to key sections.
⚙️ CLI¶
📦 Platform¶
🧩 Setup¶
🔐 Auth¶
🧱 ER Diagrams¶
- Entity Relationship Index
- Accounts Models
- Accounts Entity Map
- Creators Models
- Creators Entity Map
- Roles & Permissions Schema Map
- Auth Entity Map
- Context Scaffolding Roadmap
🖼 Media¶
🖼 Frontend¶
Getting started (MkDocs)¶
This site is built with MkDocs and the Material theme.
- Install Python 3.10+ (or your preferred Python >=3.8).
-
Create a virtual environment and install the docs dependencies:
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt -
Run the docs locally:
mkdocs serve
Useful links
- Project repository: https://github.com/omar-karray/rawdigs-core-app
- App README: README.md