We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c3287 commit de71309Copy full SHA for de71309
docs/.vuepress/config.js
@@ -82,7 +82,9 @@ const docsSidebar = [
82
['https://docs.rs/lightning-transaction-sync/*/lightning_transaction_sync/', 'lightning-transaction-sync']
83
]
84
},
85
- ['https://github.com/arik-so/SwiftLightning/tree/master/Documentation', 'Swift']
+ ['https://github.com/lightningdevkit/ldk-garbagecollected/tree/main/src/main/java/org/ldk', 'Java/Kotlin'],
86
+ ['https://github.com/lightningdevkit/ldk-swift', 'Swift'],
87
+ ['https://github.com/lightningdevkit/ldk-garbagecollected/tree/main/ts', 'TypeScript'],
88
],
89
}
90
0 commit comments