2019-05-15 01:05:14 +02:00
|
|
|
{
|
|
|
|
"docs": {
|
|
|
|
"Getting started": ["getting-started"],
|
2020-02-26 13:09:44 -07:00
|
|
|
"Getting setup": ["getting-setup"],
|
2019-06-11 14:55:59 +02:00
|
|
|
"Core module": [
|
|
|
|
"core/core-intro",
|
|
|
|
"core/addresses",
|
|
|
|
"core/hd-keys",
|
2020-03-10 13:30:16 -06:00
|
|
|
"core/adding-spks",
|
|
|
|
"core/spending-info",
|
2019-12-20 12:47:10 -06:00
|
|
|
"core/sign",
|
2020-02-26 16:06:57 -06:00
|
|
|
"core/psbts",
|
2019-06-11 14:55:59 +02:00
|
|
|
"core/txbuilder"
|
|
|
|
],
|
2019-12-26 19:12:08 -06:00
|
|
|
"Key manager": [
|
|
|
|
"key-manager/key-manager"
|
|
|
|
],
|
2020-03-11 08:56:37 -05:00
|
|
|
"Wallet": [
|
|
|
|
"wallet/chain-query-api"
|
|
|
|
],
|
2019-05-15 01:05:14 +02:00
|
|
|
"RPC clients": [
|
|
|
|
"rpc/rpc-clients-intro",
|
|
|
|
"rpc/rpc-eclair",
|
|
|
|
"rpc/rpc-bitcoind"
|
|
|
|
],
|
2019-09-02 15:16:44 +02:00
|
|
|
"Applications": [
|
|
|
|
"applications/chain",
|
2020-03-10 18:01:14 -05:00
|
|
|
"applications/filter-sync",
|
2019-12-16 05:57:14 -06:00
|
|
|
"applications/cli",
|
|
|
|
"applications/configuration",
|
2020-02-26 13:09:44 -07:00
|
|
|
"applications/dlc",
|
2019-12-16 05:57:14 -06:00
|
|
|
"applications/node",
|
|
|
|
"applications/server",
|
|
|
|
"applications/wallet"
|
2019-09-02 15:16:44 +02:00
|
|
|
],
|
2019-05-15 01:05:14 +02:00
|
|
|
"Contributing": ["contributing", "contributing-website"],
|
|
|
|
"Security": ["security"]
|
|
|
|
}
|
|
|
|
}
|