mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
Add comprehensive documentation site using Astro Starlight with: - Getting Started guides (introduction, quick-start, project structure) - Development docs (local dev, env vars, docker, migrations, testing) - Architecture docs (overview, auth, backend, web, mobile, storage, search) - Guidelines (code style, error handling, database, design/UX) - Deployment docs (overview, Cloudflare Pages, Mac Mini, self-hosting) - Project pages (overview, chat) - API reference structure Features: - Dark mode support - Full-text search (Pagefind) - Tailwind CSS styling - Cloudflare Pages deployment ready - Edit on GitHub links
6 lines
187 B
TOML
6 lines
187 B
TOML
# Cloudflare Pages configuration for Manacore Docs
|
|
# Deployed via GitHub Actions (Direct Upload)
|
|
|
|
name = "manacore-docs"
|
|
compatibility_date = "2024-12-01"
|
|
pages_build_output_dir = "dist"
|