mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 07:26:42 +02:00
📝 docs: add Astro Starlight public documentation site
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
This commit is contained in:
parent
dff153ca1e
commit
4b322f59b1
38 changed files with 7497 additions and 234 deletions
5
apps/docs/src/assets/logo-dark.svg
Normal file
5
apps/docs/src/assets/logo-dark.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="32" height="32" rx="8" fill="#0ea5e9"/>
|
||||
<path d="M8 12L16 8L24 12V20L16 24L8 20V12Z" stroke="white" stroke-width="2" fill="none"/>
|
||||
<circle cx="16" cy="16" r="3" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 298 B |
5
apps/docs/src/assets/logo-light.svg
Normal file
5
apps/docs/src/assets/logo-light.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="32" height="32" rx="8" fill="#0ea5e9"/>
|
||||
<path d="M8 12L16 8L24 12V20L16 24L8 20V12Z" stroke="white" stroke-width="2" fill="none"/>
|
||||
<circle cx="16" cy="16" r="3" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 298 B |
Loading…
Add table
Add a link
Reference in a new issue