docs(tbv): hide Technical Details + Safety pages pending corrections#448
Merged
Conversation
…ctions Marks the four Phase-2 TBV pages draft:true so they are excluded from the production build (404 on the live site), and removes their sidebar entries: - technical-details/protocol-architecture - technical-details/protocol-actors - technical-details/aave-v4-integration - start-here/safety-and-trust-assumptions These are held until Vlad provides corrections. Reversible by removing the draft flag and restoring the sidebar entries. No other pages link to them, so no broken links; production build passes with onBrokenLinks:'throw'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🔐 Commit Signature Verification✅ All 1 commit(s) passed verification
Summary
Required key type: Last verified: 2026-06-25 00:35 UTC |
Greptile SummaryThis PR hides several Trustless Bitcoin Vault docs pages until their content is ready.
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "docs(tbv): hide Technical Details + Safe..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Temporarily hides four Phase-2 TBV testnet pages (merged in #443) from the published site. They are held until Vlad provides corrections.
Pages hidden:
technical-details/protocol-architecturetechnical-details/protocol-actorstechnical-details/aave-v4-integrationstart-here/safety-and-trust-assumptionsHow
draft: trueto each page's frontmatter → Docusaurus excludes them from the production build, so they 404 on docs.babylonlabs.io (and docs-dev).sidebars-default.js.Reversible
To bring them back once corrections land: remove the
draft: trueflags and restore the two sidebar references. The content itself is untouched.Verification
NODE_ENV=production docusaurus build,onBrokenLinks: 'throw') passes; the fourindex.htmlroutes are confirmed absent frombuild/.🤖 Generated with Claude Code