Skip to main content

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

TopicValue
GeneratorDocusaurus 3.10 (TypeScript, classic preset, docs-only, served at /)
SourceGitHub thetaxgraph-ai/engineering-docs (private)
HostingCloudflare Worker engineering-docs — static assets only, no server code
Domaindocs.thetaxgraph.com (Worker Custom Domain on the thetaxgraph.com zone)
Other URLsworkers.dev and preview URLs disabled — the custom domain is the only entry point
Search enginesBlocked (noindex, nofollow on every page)
Access controlCloudflare 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