TBook product documentation — migrated from the GitBook space docs.tbook.com/tbook and now maintained here.
Live site: https://docs.tbook.com/tbook/ (URLs mirror the original
GitBook space; docs.tbook.com is a CNAME to tbook-dev.github.io in
Route 53, and the bare domain root redirects to /tbook/)
The docs are plain Markdown files under docs/; the directory tree
mirrors the original GitBook URL structure. Edit a file, open a PR against
master, and the merged change is built and published to GitHub Pages
automatically by .github/workflows/deploy.yml.
- Sidebar/navigation lives in
sidebars.ts. - Images live in
static/img/and are referenced as. - The site is built with Docusaurus:
npm ci && npm startfor a local preview,npm run buildfor the production build (fails on broken links and missing images).
The content was imported verbatim from GitBook:
scripts/gitbook-source/— frozen snapshot of the raw Markdown exports of all 45 GitBook pages (plusllms.txt, the page index), fetched 2026-07-09.scripts/import-gitbook.mjs— the one-shot importer that produceddocs/andstatic/img/from that snapshot. Only sanctioned markup transforms are applied (GitBook hint/stepper templates, figure tags, internal links, heading anchors); body text is untouched.scripts/verify-gitbook-parity.mjs— proved per-page zero-diff parity between the snapshot anddocs/modulo exactly those transforms, and ran in CI until intentional content editing began on 2026-07-10. This repo is the source of truth now; the scripts and snapshot are kept only as a historical record of what was migrated.
Post-migration content fixes (deliberate divergence from the GitBook
original): removed two broken mailto:undefined links (in
architecture-of-wise and the FAQ Telegram setup page) and one stray
[<br>](https://app.gitbook.com/...) editor link (in
custom-off-chain-api-on-sui).