@@ -9,42 +9,6 @@ const twitterUrl = 'https://twitter.com/intent/follow?screen_name=bitcoindevkit'
9
9
const nostrUrl = 'nostr:npub13dk3dke4zm9vdkucm7f6vv7vhqgkevgg3gju9kr2wzumz7nrykdq0dgnvc'
10
10
const themeColor = '#ffffff'
11
11
12
- const docsSidebar = [
13
- {
14
- title : 'Documentation' ,
15
- collapsable : false ,
16
- children : [
17
- [ '/getting-started' , 'Getting Started' ] ,
18
- {
19
- title : "BDK-CLI" ,
20
- collapsable : true ,
21
- children : [
22
- '/bdk-cli/introduction' ,
23
- '/bdk-cli/installation' ,
24
- '/bdk-cli/concept' ,
25
- '/bdk-cli/interface' ,
26
- '/bdk-cli/regtest' ,
27
- '/bdk-cli/compiler' ,
28
- '/bdk-cli/playground'
29
- ]
30
- } ,
31
- '/descriptors/' ,
32
- '/examples/' ,
33
- ]
34
- } ,
35
- {
36
- title : 'API Reference' ,
37
- collapsable : false ,
38
- children : [
39
- [ 'https://docs.rs/bdk_wallet/' , 'Rust Stable Docs' ] ,
40
- [ 'https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk_wallet/' , 'Rust Nightly Docs' ] ,
41
- [ 'https://bitcoindevkit.org/android/' , 'Android Docs' ] ,
42
- [ 'https://bitcoindevkit.org/jvm/' , 'Kotlin/JVM Docs' ] ,
43
- [ 'https://bitcoindevkit.org/java/' , 'Java Docs' ] ,
44
- ] ,
45
- }
46
- ]
47
-
48
12
const builtWithBdkSidebar = [
49
13
{
50
14
title : 'Built With BDK' ,
@@ -107,9 +71,13 @@ module.exports = {
107
71
editLinks : true ,
108
72
sidebarDepth : 0 ,
109
73
nav : [
74
+ {
75
+ text : 'Github' ,
76
+ link : 'https://github.com/bitcoindevkit'
77
+ } ,
110
78
{
111
79
text : 'Docs' ,
112
- link : '/getting-started /'
80
+ link : '/docs /'
113
81
} ,
114
82
{
115
83
text : 'Adoption' ,
@@ -129,24 +97,23 @@ module.exports = {
129
97
'/_blog/' : blogSidebar ,
130
98
'/blog/' : blogSidebar ,
131
99
'/foundation/' : foundationSidebar ,
132
- '/' : docsSidebar ,
133
100
} ,
134
101
footer : {
135
102
links : [
136
103
{
137
104
title : 'Docs' ,
138
105
children : [
139
106
{
140
- text : 'Getting Started ' ,
141
- link : '/getting-started/ '
107
+ text : 'Book ' ,
108
+ link : '/docs/#book '
142
109
} ,
143
110
{
144
- text : 'BDK-CLI ' ,
145
- link : '/bdk-cli/installation/ '
111
+ text : 'Rust APIs ' ,
112
+ link : '/docs/#rust-apis '
146
113
} ,
147
114
{
148
- text : 'Descriptors ' ,
149
- link : '/descriptors/ '
115
+ text : 'Other APIs ' ,
116
+ link : '/docs/#other-apis '
150
117
}
151
118
]
152
119
} ,
0 commit comments