Skip to content

Commit 09ee30d

Browse files
author
Conor Okus
committed
Remove unused files
1 parent 387ac95 commit 09ee30d

9 files changed

+21
-1905
lines changed

docs/.vuepress/config.js

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ const docsSidebar = [
2626
["/introduction/networking", "Networking"],
2727
["/introduction/private_key_management", "Private Key Management"],
2828
["/introduction/transactions", "Transactions"],
29-
["/introduction/random_number_generation", "Random Number Generation"],
29+
[
30+
"/introduction/random_number_generation",
31+
"Random Number Generation",
32+
],
3033
],
3134
},
3235
{
@@ -37,36 +40,21 @@ const docsSidebar = [
3740
["/building-a-node-with-ldk/installation", "Installation"],
3841
[
3942
"/building-a-node-with-ldk/setting-up-a-channel-manager",
40-
"Setting up a Channel Manager",
41-
],
42-
[
43-
"/building-a-node-with-ldk/handling-events",
44-
"Handling Events",
43+
"Setting up a Channel Manager"
4544
],
45+
["/building-a-node-with-ldk/handling-events", "Handling Events"],
4646
[
4747
"/building-a-node-with-ldk/setting-up-a-peer-manager",
48-
"Setting up a Peer Manager",
49-
],
50-
[
51-
"/building-a-node-with-ldk/connect-to-peers",
52-
"Connect to Peers",
53-
],
54-
[
55-
"/building-a-node-with-ldk/opening-a-channel",
56-
"Opening a Channel",
57-
],
58-
[
59-
"/building-a-node-with-ldk/sending-payments",
60-
"Sending Payments",
48+
"Setting up a Peer Manager"
6149
],
50+
["/building-a-node-with-ldk/connect-to-peers", "Connect to Peers"],
51+
["/building-a-node-with-ldk/opening-a-channel", "Opening a Channel"],
52+
["/building-a-node-with-ldk/sending-payments", "Sending Payments"],
6253
[
6354
"/building-a-node-with-ldk/receiving-payments",
64-
"Receiving Payments",
65-
],
66-
[
67-
"/building-a-node-with-ldk/closing-a-channel",
68-
"Closing a Channel",
55+
"Receiving Payments"
6956
],
57+
["/building-a-node-with-ldk/closing-a-channel", "Closing a Channel"],
7058
],
7159
},
7260
"/running-a-sample-ldk-node",
@@ -82,7 +70,7 @@ const docsSidebar = [
8270
["/blockchain_data/confirmed_transactions", "Confirmed Transactions"],
8371
[
8472
"/blockchain_data/transaction_broadcasting",
85-
"Transaction Broadcasting",
73+
"Transaction Broadcasting"
8674
],
8775
],
8876
},
@@ -101,35 +89,35 @@ const docsSidebar = [
10189
["https://docs.rs/lightning/*/lightning/", "lightning"],
10290
[
10391
"https://docs.rs/lightning-background-processor/*/lightning_background_processor/",
104-
"lightning-background-processor",
92+
"lightning-background-processor"
10593
],
10694
[
10795
"https://docs.rs/lightning-block-sync/*/lightning_block_sync/",
108-
"lightning-block-sync",
96+
"lightning-block-sync"
10997
],
11098
[
11199
"https://docs.rs/lightning-invoice/*/lightning_invoice/",
112-
"lightning-invoice",
100+
"lightning-invoice"
113101
],
114102
[
115103
"https://docs.rs/lightning-net-tokio/*/lightning_net_tokio/",
116-
"lightning-net-tokio",
104+
"lightning-net-tokio"
117105
],
118106
[
119107
"https://docs.rs/lightning-persister/*/lightning_persister/",
120-
"lightning-persister",
108+
"lightning-persister"
121109
],
122110
[
123111
"https://docs.rs/lightning-rapid-gossip-sync/*/lightning_rapid_gossip_sync/",
124-
"lightning-rapid-gossip-sync",
112+
"lightning-rapid-gossip-sync"
125113
],
126114
[
127115
"https://docs.rs/lightning-transaction-sync/*/lightning_transaction_sync/",
128-
"lightning-transaction-sync",
116+
"lightning-transaction-sync"
129117
],
130118
[
131119
"https://docs.rs/lightning-custom-message/*/lightning_custom_message/",
132-
"lightning-custom-message",
120+
"lightning-custom-message"
133121
],
134122
],
135123
},
@@ -141,7 +129,6 @@ const docsSidebar = [
141129
},
142130
];
143131

144-
145132
const blogSidebar = [
146133
{
147134
title: "Blog",

docs/build_node2.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/payments/connecting_peers.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

docs/payments/index.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)