Skip to content

Commit 444f1e2

Browse files
committed
Update Bitcoin section sidebar with comprehensive navigation
1 parent abbffb0 commit 444f1e2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,14 @@ sidebar: [
101101
{
102102
text: 'Bitcoin',
103103
items: [
104-
{ text: 'Use Bitcoin Privately', link: '/bitcoin#how-to-use-bitcoin-privately' }
104+
{ text: 'Bitcoin Privacy', link: '/bitcoin#bitcoin-privacy' },
105+
{ text: 'UTXOs and Transactions', link: '/bitcoin#utxos-fees-and-transactions' },
106+
{ text: 'Full Node', link: '/bitcoin#the-full-node' },
107+
{ text: 'Chain Analysis', link: '/bitcoin#chain-analysis' },
108+
{ text: 'Wallets and Security', link: '/bitcoin#wallets-security-and-seed' },
109+
{ text: 'Acquiring Bitcoin', link: '/bitcoin#acquiring-bitcoin' },
110+
{ text: 'Defense Strategies', link: '/bitcoin#how-to-defend-yourself' },
111+
{ text: 'CoinJoin', link: '/bitcoin#coinjoin' }
105112
]
106113
},
107114
{

0 commit comments

Comments
 (0)