bitcoin-s/website/sidebars.json

50 lines
1 KiB
JSON

{
"docs": {
"Getting Started": ["getting-started"],
"Getting Setup": ["getting-setup"],
"Applications": [
"applications/cli",
"applications/server"
],
"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"
],
"Testkit": [
"testkit/testkit"
],
"Contributing": ["contributing", "contributing-website"],
"Security": ["security"]
}
}