diff --git a/docs/docs/index.md b/docs/docs/index.md index c05a0f4918b..1f96ef2e3d7 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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 @@ -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). diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 9181df2ec03..9120b8419cd 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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", }, }, diff --git a/docs/versions.json b/docs/versions.json index 29c46b000ad..fe51488c706 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,3 +1 @@ -[ - "v19.2.0" -] \ No newline at end of file +[]