Engineering docs — overview
Status: Live · URL: https://docs.thetaxgraph.com · Owner: TTG Technical Lead
This site is the single place for TTG engineering architecture, decisions and runbooks.
At a glance
| Topic | Value |
|---|---|
| Generator | Docusaurus 3.10 (TypeScript, classic preset, docs-only, served at /) |
| Source | GitHub thetaxgraph-ai/engineering-docs (private) |
| Hosting | Cloudflare Worker engineering-docs — static assets only, no server code |
| Domain | docs.thetaxgraph.com (Worker Custom Domain on the thetaxgraph.com zone) |
| Other URLs | workers.dev and preview URLs disabled — the custom domain is the only entry point |
| Search engines | Blocked (noindex, nofollow on every page) |
| Access control | Cloudflare Access (Zero Trust) — see Access & security |
| Cost | $0 (Workers Free, Zero Trust Free ≤ 50 users) |
How a request is served
Browser → docs.thetaxgraph.com
→ Cloudflare edge (Access login check, once enabled)
→ Worker engineering-docs → static file from ./build
Repository layout
engineering-docs/
docs/ Markdown content (one folder per product/area)
static/img/ Images, diagrams exported from .drawio sources
src/css/custom.css Theme overrides
docusaurus.config.ts Site configuration (noindex, docs at /, no blog)
sidebars.ts Navigation
wrangler.toml Worker + custom domain configuration