Appearance
SkillProbe
Level 2 — 11/20 | skillprobe-docs.pages.dev | GitHub
Checklist
Level 1: Foundation ✅
- [x] VitePress config
- [x] Home page
- [x] Getting started
- [x] Auto-deploy (Cloudflare Pages)
- [x] Gitignore
Level 2: Structure
- [x] Auto-discovered sidebar
- [ ] Subdirectories ❌
- [x] Local search
- [x] Last updated
Level 3: Decisions & Diagrams ❌
- [ ] ADR directory
- [ ] At least one ADR
- [ ] Mermaid plugin
- [ ] At least one diagram
- [x] Alternatives documented
Level 4: API & Types
- [ ] API reference (Supabase edge functions)
- [x] Data models (schemas.ts)
- [ ] Environment variables
Level 5: Polish
- [ ] Versioned docs
- [ ] Changelog page
- [x] Access control references
What's Missing (to reach Level 3)
- Add content pages — architecture overview, Supabase schema, edge functions reference, voice/speech integration
- Organize into subdirectories —
docs/guide/,docs/architecture/ - Install Mermaid —
pnpm add -Dw vitepress-plugin-mermaid, update config - Create
docs/adr/with template + first decision - Document environment variables — Supabase URL, anon key, etc.
Stats
- 2 pages only (index + getting-started)
- Youngest project — most content still to be written