Skip to content

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)

  1. Add content pages — architecture overview, Supabase schema, edge functions reference, voice/speech integration
  2. Organize into subdirectoriesdocs/guide/, docs/architecture/
  3. Install Mermaidpnpm add -Dw vitepress-plugin-mermaid, update config
  4. Create docs/adr/ with template + first decision
  5. Document environment variables — Supabase URL, anon key, etc.

Stats

  • 2 pages only (index + getting-started)
  • Youngest project — most content still to be written