bitcoin-s/website/sidebars.json
Nadav Kohen c31a4a3f8a Constructed simple Bitcoin-S wallet GUI (#1285)
* Constructed simple Bitcoin-S wallet GUI

* Added note about bitcoin-s server in doc

* Removed wallet dep from gui

* Replaced lambdas with constructors for compatibility with scala 2.11

* Fixed after rebase
2020-03-31 14:30:24 -05:00

55 lines
1.1 KiB
JSON

{
"docs": {
"Getting Started": ["getting-started"],
"Getting Setup": ["getting-setup"],
"Applications": [
"applications/cli",
"applications/server",
"applications/gui"
],
"Chain": [
"chain/chain",
"chain/filter-sync"
],
"Configuration": [
"config/configuration"
],
"Core Module": [
"core/core-intro",
"core/addresses",
"core/hd-keys",
"core/adding-spks",
"core/spending-info",
"core/sign",
"core/psbts",
"core/txbuilder"
],
"Key Manager": [
"key-manager/key-manager"
],
"Node": [
"node/node"
],
"Wallet": [
"wallet/wallet",
"wallet/chain-query-api",
"wallet/node-api",
"wallet/dlc",
"wallet/wallet-rescan"
],
"RPC Clients": [
"rpc/rpc-clients-intro",
"rpc/rpc-eclair",
"rpc/rpc-bitcoind"
],
"Secp256k1": [
"secp256k1/secp256k1"
],
"Testkit": [
"testkit/testkit"
],
"Contributing": ["contributing", "contributing-website"],
"Security": ["security"]
}
}