From 2d6847c27b9dae85eeb749831ada9243b00bfc37 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 11:26:36 -0700 Subject: [PATCH] Add a support page for wallet docs (#9229) (#9235) automerge --- docs/src/SUMMARY.md | 1 + docs/src/paper-wallet/paper-wallet-usage.md | 4 ++++ docs/src/remote-wallet/ledger.md | 2 +- docs/src/wallet/ledger-live.md | 4 ++++ docs/src/wallet/support.md | 13 +++++++++++++ docs/src/wallet/trust-wallet.md | 4 ++++ 6 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/src/wallet/support.md diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 29981af0ef..99993dff2b 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -10,6 +10,7 @@ * [Paper Wallet Usage](paper-wallet/paper-wallet-usage.md) * [Hardware Wallets](remote-wallet/README.md) * [Ledger Hardware Wallet](remote-wallet/ledger.md) + * [Support / Troubleshooting](wallet/support.md) * [Command Line Guide](cli/README.md) * [Install the Solana Command Line Tool Suite](cli/install-solana-cli-tools.md) * [Generate Keys](cli/generate-keys.md) diff --git a/docs/src/paper-wallet/paper-wallet-usage.md b/docs/src/paper-wallet/paper-wallet-usage.md index 6803154b7f..700553cb78 100644 --- a/docs/src/paper-wallet/paper-wallet-usage.md +++ b/docs/src/paper-wallet/paper-wallet-usage.md @@ -289,3 +289,7 @@ Refer to the following page for a comprehensive guide on delegating stake: --- {% page-ref page="../api-reference/cli.md" %} + +## Support + +Check out our [Wallet Support Page](../wallet/support.md) for ways to get help. diff --git a/docs/src/remote-wallet/ledger.md b/docs/src/remote-wallet/ledger.md index 19a53ff832..c25c760aa6 100644 --- a/docs/src/remote-wallet/ledger.md +++ b/docs/src/remote-wallet/ledger.md @@ -59,4 +59,4 @@ anywhere you see an option or argument that accepts a ``. ## Support -Email maintainers@solana.com +Check out our [Wallet Support Page](../wallet/support.md) for ways to get help. diff --git a/docs/src/wallet/ledger-live.md b/docs/src/wallet/ledger-live.md index 9530556a1b..92f77e5a19 100644 --- a/docs/src/wallet/ledger-live.md +++ b/docs/src/wallet/ledger-live.md @@ -40,3 +40,7 @@ line tools](../remote-wallet/ledger.md). - To interact with your Ledger wallet on our live network, please see our instructions on how to [use a Ledger Nano S with the Solana command line tools](../remote-wallet/ledger.md). + +## Support + +Check out our [Wallet Support Page](../wallet/support.md) for ways to get help. diff --git a/docs/src/wallet/support.md b/docs/src/wallet/support.md new file mode 100644 index 0000000000..3801095308 --- /dev/null +++ b/docs/src/wallet/support.md @@ -0,0 +1,13 @@ +# Support / Troubleshooting +If you have questions or are having trouble setting up or using your wallet +of choice, please make sure you've read through all the relevant pages in our +[Wallet Guide](README.md). The Solana team is working hard to support new +features on popular wallets, and we do our best to keep our documents up to date +with the latest available features. + +If you have questions after reading the docs, feel free to reach out to us on +our [Telegram](https://t.me/solanaio). + +For **technical support**, reach out to us on +[Discord](https://discordapp.com/invite/pquxPsq), using the #wallet-support +channel in our Community section. diff --git a/docs/src/wallet/trust-wallet.md b/docs/src/wallet/trust-wallet.md index 235597c6a5..778021ae54 100644 --- a/docs/src/wallet/trust-wallet.md +++ b/docs/src/wallet/trust-wallet.md @@ -35,3 +35,7 @@ to that address, **those tokens will be lost forever**. ##Troubleshooting If you are having trouble setting up your Trust Wallet app, check out their [Community Help Center](https://community.trustwallet.com/c/helpcenter) + +## Support + +Check out our [Wallet Support Page](../wallet/support.md) for ways to get help.