Skip to content

Commit

Permalink
Merge pull request #399 from oasisprotocol/matevz/docs/revamp-oasis-cli
Browse files Browse the repository at this point in the history
Replace oasis-node with Oasis CLI
  • Loading branch information
matevz authored Aug 21, 2023
2 parents ae508fd + 53d5d52 commit 397313f
Show file tree
Hide file tree
Showing 50 changed files with 198 additions and 1,865 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
[submodule "external/adrs"]
path = external/adrs
url = https://github.com/oasisprotocol/adrs
[submodule "external/cli"]
path = external/cli
url = https://github.com/oasisprotocol/cli
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Markdown files hosted by this repository should:
`../howto-use-wallet.md`.
`../../../operators/set-up-your-node.md`

Markdown files hosted by other Oasis repositories should:
Symlinked Markdown files hosted by other Oasis repositories should:

- reference markdown files in the same repository by a relative path e.g.
`../howto-write-contract.md`.
Expand Down
4 changes: 2 additions & 2 deletions docs/general/manage-tokens/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This documentation will guide you on how to use your ROSE tokens, where to keep
* For **self-custody**, we recommend using one of our **official** [**Oasis Wallets**](oasis-wallets/README.mdx), [Web](oasis-wallets/web.md) or [Browser Extension](oasis-wallets/browser-extension.md).
* ROSE is supported via three [**custody providers**](holding-rose-tokens/custody-providers.md): [Copper.co](https://copper.co), [Anchorage](https://anchorage.com) and [Finoa](https://finoa.io).
* For extra security with self-custody, we recommend using the [Ledger](https://www.ledger.com) wallet with one of our official [Oasis Wallets](oasis-wallets/README.mdx).
* For experienced developers/power users, we offer [Oasis CLI Tools](advanced/oasis-cli-tools/README.md).
* For experienced developers/power users, we offer [Oasis CLI Tools](cli/README.md).

:::caution

Expand All @@ -24,7 +24,7 @@ For your own security and peace of mind, please only use wallets that are listed
findSidebarItem('/general/manage-tokens/terminology'),
findSidebarItem('/general/manage-tokens/staking-and-delegating'),
findSidebarItem('/general/manage-tokens/oasis-wallets/'),
findSidebarItem('/general/manage-tokens/advanced/oasis-cli-tools/'),
findSidebarItem('/general/manage-tokens/cli/'),
findSidebarItem('/general/manage-tokens/holding-rose-tokens/custody-providers'),
findSidebarItem('/general/manage-tokens/holding-rose-tokens/ledger-wallet'),
]} />
13 changes: 0 additions & 13 deletions docs/general/manage-tokens/advanced/README.mdx

This file was deleted.

41 changes: 0 additions & 41 deletions docs/general/manage-tokens/advanced/file-based-signer.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/general/manage-tokens/advanced/oasis-cli-tools/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/general/manage-tokens/advanced/oasis-cli-tools/address.md

This file was deleted.

This file was deleted.

155 changes: 0 additions & 155 deletions docs/general/manage-tokens/advanced/oasis-cli-tools/delegate-tokens.md

This file was deleted.

Loading

0 comments on commit 397313f

Please sign in to comment.