mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 02:39:18 +01:00
Fix docs sidebar (#2466)
This commit is contained in:
parent
4e1a6c69f0
commit
012533c2db
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
id: server-key-manager title: Server Key Manager
|
||||
id: server-key-manager
|
||||
title: Server Key Manager
|
||||
---
|
||||
|
||||
The [Application Server](../applications/server.md) supports a Neutrino node and wallet. For its wallet, it uses
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
"applications/wallet": {
|
||||
"title": "Wallet"
|
||||
},
|
||||
"bips": {
|
||||
"title": "Supported BIPs"
|
||||
},
|
||||
"chain/chain-query-api": {
|
||||
"title": "Chain Query API"
|
||||
},
|
||||
|
@ -95,6 +98,9 @@
|
|||
"key-manager/key-manager": {
|
||||
"title": "Key Manager"
|
||||
},
|
||||
"key-manager/server-key-manager": {
|
||||
"title": "Server Key Manager"
|
||||
},
|
||||
"node/node-api": {
|
||||
"title": "Node API"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue