Documentation site information architecture
Source of truth lives in this GitHub repository under docs/; signalql.org publishes the same tree.
Top navigation
| Area | Purpose |
|---|---|
| Guide | Narrative docs (why, data model) |
| Spec | v0.1 specification + locked scope |
| Examples | Canonical analytics examples |
| AI | Grammar pack and prompting guide |
| Reference | AST JSON Schema and parser API |
| Integrations | Cursor, Claude, ChatGPT, MCP |
| Launch | Adoption brief and distribution checklist |
| Site | Information architecture and publishing |
Sidebar map
- Guide:
why-signalql,first-query,postgres-local,data-model - Specification:
spec/v0.1 - Integrations:
cursor,claude,chatgpt,mcp - Launch:
adoption-brief,distribution - Site:
information-architecture
GitHub → site publishing workflow
- Authors edit Markdown under
docs/on branches; review via PR. - CI runs
npm run docs:build(VitePress) on main. - Static output
docs/.vitepress/distdeploys to hosting (e.g. GitHub Pages, Cloudflare Pages) configured in.github/workflows/docs.yml.
Content stays versioned in Git; the published site is a build artifact of that tree.