@@ -26,7 +26,10 @@ const docsSidebar = [
26
26
[ "/introduction/networking" , "Networking" ] ,
27
27
[ "/introduction/private_key_management" , "Private Key Management" ] ,
28
28
[ "/introduction/transactions" , "Transactions" ] ,
29
- [ "/introduction/random_number_generation" , "Random Number Generation" ] ,
29
+ [
30
+ "/introduction/random_number_generation" ,
31
+ "Random Number Generation" ,
32
+ ] ,
30
33
] ,
31
34
} ,
32
35
{
@@ -37,36 +40,21 @@ const docsSidebar = [
37
40
[ "/building-a-node-with-ldk/installation" , "Installation" ] ,
38
41
[
39
42
"/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"
45
44
] ,
45
+ [ "/building-a-node-with-ldk/handling-events" , "Handling Events" ] ,
46
46
[
47
47
"/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"
61
49
] ,
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" ] ,
62
53
[
63
54
"/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"
69
56
] ,
57
+ [ "/building-a-node-with-ldk/closing-a-channel" , "Closing a Channel" ] ,
70
58
] ,
71
59
} ,
72
60
"/running-a-sample-ldk-node" ,
@@ -82,7 +70,7 @@ const docsSidebar = [
82
70
[ "/blockchain_data/confirmed_transactions" , "Confirmed Transactions" ] ,
83
71
[
84
72
"/blockchain_data/transaction_broadcasting" ,
85
- "Transaction Broadcasting" ,
73
+ "Transaction Broadcasting"
86
74
] ,
87
75
] ,
88
76
} ,
@@ -101,35 +89,35 @@ const docsSidebar = [
101
89
[ "https://docs.rs/lightning/*/lightning/" , "lightning" ] ,
102
90
[
103
91
"https://docs.rs/lightning-background-processor/*/lightning_background_processor/" ,
104
- "lightning-background-processor" ,
92
+ "lightning-background-processor"
105
93
] ,
106
94
[
107
95
"https://docs.rs/lightning-block-sync/*/lightning_block_sync/" ,
108
- "lightning-block-sync" ,
96
+ "lightning-block-sync"
109
97
] ,
110
98
[
111
99
"https://docs.rs/lightning-invoice/*/lightning_invoice/" ,
112
- "lightning-invoice" ,
100
+ "lightning-invoice"
113
101
] ,
114
102
[
115
103
"https://docs.rs/lightning-net-tokio/*/lightning_net_tokio/" ,
116
- "lightning-net-tokio" ,
104
+ "lightning-net-tokio"
117
105
] ,
118
106
[
119
107
"https://docs.rs/lightning-persister/*/lightning_persister/" ,
120
- "lightning-persister" ,
108
+ "lightning-persister"
121
109
] ,
122
110
[
123
111
"https://docs.rs/lightning-rapid-gossip-sync/*/lightning_rapid_gossip_sync/" ,
124
- "lightning-rapid-gossip-sync" ,
112
+ "lightning-rapid-gossip-sync"
125
113
] ,
126
114
[
127
115
"https://docs.rs/lightning-transaction-sync/*/lightning_transaction_sync/" ,
128
- "lightning-transaction-sync" ,
116
+ "lightning-transaction-sync"
129
117
] ,
130
118
[
131
119
"https://docs.rs/lightning-custom-message/*/lightning_custom_message/" ,
132
- "lightning-custom-message" ,
120
+ "lightning-custom-message"
133
121
] ,
134
122
] ,
135
123
} ,
@@ -141,7 +129,6 @@ const docsSidebar = [
141
129
} ,
142
130
] ;
143
131
144
-
145
132
const blogSidebar = [
146
133
{
147
134
title : "Blog" ,
0 commit comments