These documents are private. Enter the password to continue.
TableMaster / Documents
Written work meant to be read: reports, reviews, briefs, assessments and plans. One place, one address, and one folder each.
Newest first. Every document is behind the same password.
The fifteen documents published before 3 September 2026 still live at their own addresses, because their links have been shared. The document hub lists everything published and stays the front door.
Copy _template/ to a new folder, write the document in its
index.html, and open a pull request. Merging publishes it at
docs.tblmaster.app/<folder>. There is no build step and
no dashboard visit.
The one rule that differs from the old one-repo-per-document pattern:
links inside a multi-page document must be relative. A
document here is not at the site root, so href="/build" leaves
the document and fails. Write href="build" instead.
The password gate is convenience rather than security: the page is served to the browser either way. Nothing genuinely confidential belongs in a published document.
Tracked as TM-664. Full procedure in the repository README.