bitcoin-s/website/sidebars.json
Nadav Kohen c46a96b6e7 Update Secp256k1 (#1310)
* Rebased secp onto bitcoin-core's master (see https://github.com/bitcoin-s/secp256k1/pull/3) and built linux binaries

* Wrote a doc on adding to jni

* Built for website

* Added build instructions for other OSs

* Added table of contents using doctoc

* Edited .gitmodules

* Added windows binaries

* Updated secp branch

* Added osx binaries

* Added make check-java to doc

* Fixed typo
2020-04-14 15:42:58 -05:00

56 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/wallet-get-address",
"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",
"secp256k1/jni-modify"
],
"Testkit": [
"testkit/testkit"
],
"Contributing": ["contributing", "contributing-website"],
"Security": ["security"]
}
}