Skip to content

Commit d59065b

Browse files
web3jenksclaude
andauthored
docs(tbv): hide Technical Details + Safety pages pending Vlad's corrections (#448)
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>
1 parent 9cd491d commit d59065b

5 files changed

Lines changed: 4 additions & 13 deletions

File tree

docs/trustless-bitcoin-vault/start-here/safety-and-trust-assumptions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Safety & trust assumptions
33
sidebar_position: 4
4+
draft: true
45
---
56

67
# Safety & trust assumptions

docs/trustless-bitcoin-vault/technical-details/aave-v4-integration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Aave v4 integration
33
sidebar_position: 3
4+
draft: true
45
---
56

67
# Aave v4 integration

docs/trustless-bitcoin-vault/technical-details/protocol-actors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Protocol actors
33
sidebar_position: 2
4+
draft: true
45
---
56

67
# Protocol actors

docs/trustless-bitcoin-vault/technical-details/protocol-architecture.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Protocol architecture
33
sidebar_position: 1
4+
draft: true
45
---
56

67
# Protocol architecture

sidebars-default.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ const sidebars = {
265265
'trustless-bitcoin-vault/start-here/what-is-tbv',
266266
'trustless-bitcoin-vault/start-here/how-it-works',
267267
'trustless-bitcoin-vault/start-here/tbv-vs-alternatives',
268-
'trustless-bitcoin-vault/start-here/safety-and-trust-assumptions',
269268
],
270269
},
271270
{
@@ -295,18 +294,6 @@ const sidebars = {
295294
'trustless-bitcoin-vault/use-for-lending/faq',
296295
],
297296
},
298-
{
299-
type: 'category',
300-
label: 'Technical Details',
301-
collapsible: true,
302-
collapsed: true,
303-
className: 'specs_sidebar_header',
304-
items: [
305-
'trustless-bitcoin-vault/technical-details/protocol-architecture',
306-
'trustless-bitcoin-vault/technical-details/protocol-actors',
307-
'trustless-bitcoin-vault/technical-details/aave-v4-integration',
308-
],
309-
},
310297
{
311298
type: 'category',
312299
label: 'Research',

0 commit comments

Comments
 (0)