Skip to content

Commit

Permalink
docs: bump docs to use latest version (#3368)
Browse files Browse the repository at this point in the history
* docs: fix issues with versioning

* docs: rm banner

* cleanup
  • Loading branch information
MSalopek authored Oct 2, 2024
1 parent 341eafe commit 7649566
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 39 deletions.
57 changes: 28 additions & 29 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,45 +18,44 @@ Learn more about [being a delegator](./delegators/delegator-faq.md), learn about

## Cosmos Hub Wallets

:::warning
:::tip
Do your own research and take precautions in regards to wallet security. Maintaining proper security practices is solely your responsibility when using third party wallets.
:::

These community-maintained web and mobile wallets allow you to store & transfer ATOM, delegate ATOM to validators, and vote on on-chain governance proposals. Note that we do not endorse any of the wallets, they are listed for your convenience.

* [Keplr](https://wallet.keplr.app) - Web
* [Ledger](https://www.ledger.com/cosmos-wallet) - Hardware
* [Cosmostation](https://www.cosmostation.io/) - Android, iOS
* [Leap Wallet](https://www.leapwallet.io/) - Android, iOS, Web
* [Atomic Wallet](https://atomicwallet.io/) - Android, Linux, macOS, Windows
* [Citadel.One](https://citadel.one/#mobile) - Android, iOS
* [Cobo](https://cobo.com/) - Android, iOS
* [Crypto.com](https://crypto.com/) - Android, iOS
* [Huobi Wallet](https://www.huobiwallet.com/) - Android, iOS
* [ShapeShift](https://app.shapeshift.com/) - Android, iOS, Web
* [imToken](https://token.im/) - Android, iOS
* [Math Wallet](https://www.mathwallet.org/en/) - Android, iOS, Web
* [Rainbow Wallet](https://www.rainbow.one) - Android, iOS
* [Trust Wallet](https://trustwallet.com/) Android, iOS
* [Komodo Wallet](https://atomicdex.io/en/)

- [Keplr](https://wallet.keplr.app) - Web
- [Ledger](https://www.ledger.com/cosmos-wallet) - Hardware
- [Cosmostation](https://www.cosmostation.io/) - Android, iOS
- [Leap Wallet](https://www.leapwallet.io/) - Android, iOS, Web
- [Atomic Wallet](https://atomicwallet.io/) - Android, Linux, macOS, Windows
- [Citadel.One](https://citadel.one/#mobile) - Android, iOS
- [Cobo](https://cobo.com/) - Android, iOS
- [Crypto.com](https://crypto.com/) - Android, iOS
- [Huobi Wallet](https://www.huobiwallet.com/) - Android, iOS
- [ShapeShift](https://app.shapeshift.com/) - Android, iOS, Web
- [imToken](https://token.im/) - Android, iOS
- [Math Wallet](https://www.mathwallet.org/en/) - Android, iOS, Web
- [Rainbow Wallet](https://www.rainbow.one) - Android, iOS
- [Trust Wallet](https://trustwallet.com/) Android, iOS
- [Komodo Wallet](https://atomicdex.io/en/)

## Metamask Snaps

* [Leap Wallet](https://www.leapwallet.io/snaps)
* [Mystic Lab](https://metamask.mysticlabs.xyz/)
- [Leap Wallet](https://www.leapwallet.io/snaps)
- [Mystic Lab](https://metamask.mysticlabs.xyz/)

## Cosmos Hub Explorers

These block explorers allow you to search, view and analyze Cosmos Hub data—like blocks, transactions, validators, etc.

* [Mintscan](https://mintscan.io)
* [Numia](https://www.datalenses.zone/chain/cosmos)
* [ATOMScan](https://atomscan.com)
* [IOBScan](https://cosmoshub.iobscan.io/)
* [Ping.Pub](https://ping.pub/cosmos)
* [BronBro](https://monitor.bronbro.io/d/cosmos-stats/cosmos)
* [SmartStake](https://cosmos.smartstake.io/stats)
- [Mintscan](https://mintscan.io)
- [Numia](https://www.datalenses.zone/chain/cosmos)
- [ATOMScan](https://atomscan.com)
- [IOBScan](https://cosmoshub.iobscan.io/)
- [Ping.Pub](https://ping.pub/cosmos)
- [BronBro](https://monitor.bronbro.io/d/cosmos-stats/cosmos)
- [SmartStake](https://cosmos.smartstake.io/stats)

## Cosmos Hub CLI

Expand All @@ -72,8 +71,8 @@ ator-setup).

Have questions, comments, or new ideas? Participate in the Cosmos community through one of the following channels.

* [Discord](https://discord.gg/interchain)
* [Cosmos Forum](https://forum.cosmos.network)
* [Cosmos on Reddit](https://reddit.com/r/cosmosnetwork)
- [Discord](https://discord.gg/interchain)
- [Cosmos Forum](https://forum.cosmos.network)
- [Cosmos on Reddit](https://reddit.com/r/cosmosnetwork)

To learn more about the Cosmos Hub and how it fits within the Cosmos Network, visit [cosmos.network](https://cosmos.network).
8 changes: 1 addition & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,10 @@ const config = {
docs: {
routeBasePath: "/",
sidebarPath: require.resolve("./sidebars.js"),
lastVersion: "v19.2.0",
versions: {
current: {
path: "main",
label: "Unreleased (main)",
banner: "unreleased",
},
"v19.2.0": {
path: "v19.2.0",
label: "On chain (v19.2.0)",
label: "Latest",
banner: "none",
},
},
Expand Down
4 changes: 1 addition & 3 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
[
"v19.2.0"
]
[]

0 comments on commit 7649566

Please sign in to comment.