Skip to content

Portable doc-site guide (#263, reframed) - #313

Merged
drawmeanelephant merged 1 commit into
mainfrom
t3code/publishing-docs-263
Aug 28, 2026
Merged

drawmeanelephant merged 1 commit into
mainfrom
t3code/publishing-docs-263

Conversation

@drawmeanelephant

Copy link
Copy Markdown
Owner

Closes #263 (reframed).

The rotkeeper.com domain is abandoned, so "auto-generate docs.rotkeeper.com" was the wrong target. The reframed scope: the docs are portable generated output — the same bytes any workstation produces on a full render + DIP + book run — publishable to any static host.

New home/content/docs/publishing.md:

  • What the pipeline produces (renderoutput/, dipdip-matrix.md + book reports, book binders → bones/book-reports/, showcase → gallery)
  • That output/ is self-contained static HTML (relative asset links, no JS runtime, no server, no CDN) and publishes as-is to any static host
  • GitHub Pages as one option among many — interesting only because it serves identical bytes to a local run; a hosting choice, not a pipeline
  • What not to do: commit output/, wire CI to a specific domain, hand-edit generated artifacts

Linked from the docs index under "Hosting the Generated Docs". Validated: render + status green, no scripts touched.

The old docs.rotkeeper.com domain is abandoned, so the issue is reframed
from "auto-generate a dead domain" to "the docs are portable generated
output." New home/content/docs/publishing.md documents:

- what the pipeline produces (render -> output/, dip -> dip-matrix + book
  reports, book binders -> bones/book-reports, showcase -> gallery) — the
  same bytes any workstation generates on a full docs run
- that output/ is self-contained static HTML (relative asset links, no JS
  runtime, no server, no CDN) and publishes as-is to any static host
- GitHub Pages as one option among many — it serves identical bytes to a
  local run, a hosting choice rather than a pipeline
- what not to do: commit output/, wire CI to a specific domain, or hand-edit
  generated artifacts

Linked from the docs index under a new "Hosting the Generated Docs" section.
Validated: render + status green, no scripts touched.
@drawmeanelephant
drawmeanelephant merged commit c9e801e into main Aug 28, 2026
3 checks passed
@drawmeanelephant
drawmeanelephant deleted the t3code/publishing-docs-263 branch August 28, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto-generate docs.rotkeeper.com from output/

1 participant