You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce from 2.2k to 1.2k chars (44% reduction) by:
- Removing redundant ecosystem info (now in lumos/CLAUDE.md)
- Removing duplicate AI guidelines (now in central file)
- Keeping only documentation-specific details
- Referencing ecosystem context from central CLAUDE.md
REPO-SPECIFIC INFO PRESERVED:
- VitePress site structure
- Local development commands
- Cloudflare Pages deployment setup
- Key pages to maintain
Related: #36
**Purpose:** Official documentation site (VitePress)
3
+
> **Ecosystem Context:** See [getlumos/lumos/CLAUDE.md](https://github.com/getlumos/lumos/blob/main/CLAUDE.md) for LUMOS ecosystem overview, cross-repo standards, and shared guidelines.
6
4
7
5
---
8
6
@@ -23,7 +21,7 @@ docs-lumos/
23
21
## Local Development
24
22
25
23
```bash
26
-
npm install# Install dependencies
24
+
npm install
27
25
npm run docs:dev # Dev server (localhost:5173)
28
26
npm run docs:build # Build for production
29
27
npm run docs:preview # Preview build
@@ -36,26 +34,8 @@ npm run docs:preview # Preview build
36
34
**Platform:** Cloudflare Pages
37
35
**Domain:** lumos-lang.org
38
36
**Auto-deploy:** Push to `main` → live
39
-
**Build:**`npm run docs:build` → `.vitepress/dist/`
40
-
41
-
---
42
-
43
-
## Content Organization
44
-
45
-
| Section | Audience | Purpose |
46
-
|---------|----------|---------|
47
-
|**guide/**| New users | Zero to first schema in 15 min |
48
-
|**reference/**| Active developers | Complete syntax/behavior docs |
49
-
|**examples/**| All users | Copy-paste patterns |
50
-
|**api/**| Integrators | CLI commands, library API |
51
37
52
-
---
53
-
54
-
## Documentation Standards
55
-
56
-
**Writing:** Clear, concise, code examples for every concept.
57
-
**Code Examples:** Complete, runnable, show generated output.
0 commit comments