Fix docs sidebar (#2466)

This commit is contained in:
benthecarman 2021-01-04 06:13:46 -06:00 committed by GitHub
parent 4e1a6c69f0
commit 012533c2db
2 changed files with 8 additions and 1 deletions

View file

@ -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 The [Application Server](../applications/server.md) supports a Neutrino node and wallet. For its wallet, it uses

View file

@ -32,6 +32,9 @@
"applications/wallet": { "applications/wallet": {
"title": "Wallet" "title": "Wallet"
}, },
"bips": {
"title": "Supported BIPs"
},
"chain/chain-query-api": { "chain/chain-query-api": {
"title": "Chain Query API" "title": "Chain Query API"
}, },
@ -95,6 +98,9 @@
"key-manager/key-manager": { "key-manager/key-manager": {
"title": "Key Manager" "title": "Key Manager"
}, },
"key-manager/server-key-manager": {
"title": "Server Key Manager"
},
"node/node-api": { "node/node-api": {
"title": "Node API" "title": "Node API"
}, },