bitcoin-s/website/sidebars.json
Chris Stewart 24ff908240 Move initialization of wallet entropy into the key manager (#966)
* Move initialization of wallet entropy into the key manager

* Enable key-manager in ci, add coverage minimum

* Add coverage minimum for key manager, add KeyManagerParams, start adding KeyManager test harness

* Remove success cases on ADTs, start using Either

* fix import

* Get test coverage to 90%

* Add documentation for key-manager.md, add side bar for key-manager

* Fix wallet.md

* Make seedPath default to baseDatadir, so we don't have a unique seed for every network. Add more documentation

* Address code review

* Address code review from Ben

* Add missing import

* Add more tests for coverage
2019-12-26 19:12:08 -06:00

30 lines
667 B
JSON

{
"docs": {
"Getting started": ["getting-started"],
"Core module": [
"core/core-intro",
"core/addresses",
"core/hd-keys",
"core/sign",
"core/txbuilder"
],
"Key manager": [
"key-manager/key-manager"
],
"RPC clients": [
"rpc/rpc-clients-intro",
"rpc/rpc-eclair",
"rpc/rpc-bitcoind"
],
"Applications": [
"applications/chain",
"applications/cli",
"applications/configuration",
"applications/node",
"applications/server",
"applications/wallet"
],
"Contributing": ["contributing", "contributing-website"],
"Security": ["security"]
}
}