Skip to content

🗂 RawDigs Documentation

Welcome to the RawDigs documentation hub. Use the links below to navigate to key sections.

⚙️ CLI

📦 Platform

🧩 Setup

🔐 Auth

🧱 ER Diagrams

🖼 Media

🖼 Frontend


Getting started (MkDocs)

This site is built with MkDocs and the Material theme.

  1. Install Python 3.10+ (or your preferred Python >=3.8).
  2. Create a virtual environment and install the docs dependencies:

    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
    
  3. Run the docs locally:

    mkdocs serve
    

Useful links