Add new wallets to docs, clean up existing structure (#12655)

* Add new wallets to docs

* Re-enstate SolFlare guide

* Update docs/src/wallet-guide/apps.md

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

Co-authored-by: publish-docs.sh <maintainers@solana.com>
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
This commit is contained in:
Dan Albert
2020-10-05 16:25:05 -06:00
committed by GitHub
parent 74a6083269
commit 0571882b1d
7 changed files with 41 additions and 213 deletions

View File

@ -7,15 +7,7 @@ module.exports = {
],
"Wallets": [
"wallet-guide",
{
type: "category",
label: "App Wallets",
items: [
"wallet-guide/apps",
"wallet-guide/trust-wallet",
"wallet-guide/ledger-live",
],
},
"wallet-guide/apps",
{
type: "category",
label: "Web Wallets",
@ -24,6 +16,13 @@ module.exports = {
"wallet-guide/solflare",
],
},
{
type: "category",
label: "Hardware Wallets",
items: [
"wallet-guide/ledger-live",
],
},
{
type: "category",
label: "Command-line Wallets",
@ -33,7 +32,10 @@ module.exports = {
{
type: "category",
label: "Hardware Wallets",
items: ["wallet-guide/hardware-wallets", "wallet-guide/hardware-wallets/ledger"],
items: [
"wallet-guide/hardware-wallets",
"wallet-guide/hardware-wallets/ledger",
],
},
"wallet-guide/file-system-wallet",
],