diff --git a/docs/README.md b/docs/README.md index e953281097..5ddfacfbe6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ sections: icon: basics url: /basics/app-anatomy.html - title: Core Concepts - desc: Read about the core concepts like `baseapp`, the store, or the server. + desc: Read about the core concepts like baseapp, the store, or the server. icon: core url: /core/baseapp.html - title: Building Modules @@ -47,18 +47,18 @@ aside: false ## Get Started -- **[SDK Intro](./intro/overview.md)**: High-level overview of the Cosmos SDK. -- **[Starport](https://docs.starport.network/)**: A developer-friendly interface to the Cosmos SDK to scaffold a standard Cosmos SDK blockchain app. -- **[SDK Tutorials](https://tutorials.cosmos.network/)**: Tutorials that showcase how to build Cosmos SDK-based blockchains from scratch and explain the basic principles of the SDK in the process. +- **[Cosmos SDK Intro](./intro/overview.md)**: High-level overview of the Cosmos SDK. +- **[Starport](https://docs.starport.network/)**: A developer-friendly interface to the Cosmos SDK to scaffold, launch, and maintain any crypto application on a sovereign and secured blockchain. +- **[SDK Tutorials](https://tutorials.cosmos.network/)**: Tutorials that showcase how to build Cosmos SDK-based blockchains from scratch and explain the basic Cosmos SDK principles in the process. -## Reference +## Reference Docs -- **[Basics](./basics/)**: Documentation on the basic concepts of the Cosmos SDK, like the standard anatomy of an application, the transaction lifecycle, and accounts management. -- **[Core](./core/)**: Documentation on the core concepts of the Cosmos SDK, like `baseapp`, the `store`, or the `server`. +- **[Basics](./basics/)**: Basic concepts of the Cosmos SDK, including the standard anatomy of an application, the transaction lifecycle, and accounts management. +- **[Core](./core/)**: Core concepts of the Cosmos SDK, including `baseapp`, the `store`, or the `server`. - **[Building Modules](./building-modules/)**: Important concepts for module developers like `message`, `keeper`, and `querier`. -- **[IBC](./ibc/)**: Documentation for the IBC protocol integration and concepts. -- **[Running a Node, API, CLI](./run-node/)**: Documentation on how to run a node and interact with the node using the CLI and the API. -- **[Migrations](./migrations/)**: Migration guides for updating to newer versions of the SDK. +- **[IBC](./ibc/)**: IBC protocol integration and concepts. +- **[Running a Node, API, CLI](./run-node/)**: How to run a node and interact with the node using the CLI and the API. +- **[Migrations](./migrations/)**: Migration guides for updating to newer versions of Cosmos SDK. ## Other Resources