Refactor file and URL paths in docusaurus (#11080)

* Fix introduction link

* Restore staking guide pages

* Remove Edit this page link

* Fix broken wallet guide link

* Restore lost images

* Fixup URL paths to match gitbook style

* Refactor wallet guide READMEs and clean up URLs

* Remove lingering gitbook files

* Refactor all README files to keep consistent linking

* Updte homepage tile links

Co-authored-by: publish-docs.sh <maintainers@solana.com>
This commit is contained in:
Dan Albert
2020-07-15 14:11:51 -06:00
committed by GitHub
parent 7fe870ba48
commit 6342e3e215
50 changed files with 107 additions and 274 deletions

22
docs/src/cli.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: Command-line Guide
---
In this section, we will describe how to use the Solana command-line tools to
create a _wallet_, to send and receive SOL tokens, and to participate in
the cluster by delegating stake.
To interact with a Solana cluster, we will use its command-line interface, also
known as the CLI. We use the command-line because it is the first place the
Solana core team deploys new functionality. The command-line interface is not
necessarily the easiest to use, but it provides the most direct, flexible, and
secure access to your Solana accounts.
## Getting Started
To get started using the Solana Command Line (CLI) tools:
- [Install the Solana Tools](cli/install-solana-cli-tools.md)
- [Choose a Cluster](cli/choose-a-cluster.md)
- [Create a Wallet](wallet-guide/cli.md)
- [Check out our CLI conventions](cli/conventions.md)