chore: rename develop to learn (#17821)

This commit is contained in:
Marko
2023-09-21 09:15:41 +00:00
committed by GitHub
parent 7c0c0f5b8d
commit 2efafee656
61 changed files with 90 additions and 230 deletions
+4 -4
View File
@@ -9,16 +9,16 @@ Cosmos SDK is the worlds most popular framework for building application-spec
Read all about the SDK or dive straight into the code with tutorials.
* [**Introductions to the Cosmos SDK**](develop/intro/00-overview.md) - Learn about all the parts of the Cosmos SDK.
* [**Introductions to the Cosmos SDK**](learn/intro/00-overview.md) - Learn about all the parts of the Cosmos SDK.
* [**SDK Tutorials**](https://tutorials.cosmos.network) - Build a complete blockchain application from scratch.
## Explore the SDK
Get familiar with the SDK and explore its main concepts.
* [**Introduction**](develop/intro/00-overview.md) - High-level overview of the Cosmos SDK.
* [**Basics**](develop/beginner/00-app-anatomy.md) - Anatomy of a blockchain, transaction lifecycle, accounts and more.
* [**Core Concepts**](develop/advanced/00-baseapp.md) - Read about the core concepts like baseapp, the store, or the server.
* [**Introduction**](learn/intro/00-overview.md) - High-level overview of the Cosmos SDK.
* [**Basics**](learn/beginner/00-app-anatomy.md) - Anatomy of a blockchain, transaction lifecycle, accounts and more.
* [**Core Concepts**](learn/advanced/00-baseapp.md) - Read about the core concepts like baseapp, the store, or the server.
* [**Building Modules**](build/building-modules/00-intro.md) - Discover how to build modules for the Cosmos SDK.
* [**Running a Node**](user/run-node/00-keyring.md) - Running and interacting with nodes using the CLI and API.
* [**Modules**](./build/modules/README.md) - Explore existing modules to build your application with.