Skip to content

Commit 955304a

Browse files
docs: add docs boilerplate (backport #22202) (#22210)
Co-authored-by: Julien Robert <julien@rbrt.fr>
1 parent 27f1f78 commit 955304a

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,3 +843,15 @@ jobs:
843843
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
844844
with:
845845
projectBaseDir: x/upgrade/
846+
847+
test-system: # no system tests in v0.50, set to match required job
848+
runs-on: ubuntu-latest
849+
steps:
850+
- name: do nothing
851+
run: echo "no system tests in v0.50"
852+
853+
test-system-v2: # no system tests in v0.50, set to match required job
854+
runs-on: ubuntu-latest
855+
steps:
856+
- name: do nothing
857+
run: echo "no system tests in v0.50"

docs/docs/build/_category_.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Build",
3+
"position": 0,
4+
"link": null
5+
}

docs/docs/build/build.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
sidebar_position: 0
3+
---
4+
5+
# Build
6+
7+
* [Building Apps](./building-apps/00-app-go.md) - The documentation in this section will guide you through the process of developing your dApp using the Cosmos SDK framework.
8+
* [Modules](./modules/README.md) - Information about the various modules available in the Cosmos SDK: Auth, Authz, Bank, Crisis, Distribution, Evidence, Feegrant, Governance, Mint, Params, Slashing, Staking, Upgrade, NFT, Consensus, Circuit, Genutil.
9+
* [Migrations](./migrations/01-intro.md) - See what has been updated in each release the process of the transition between versions.
10+
* [Packages](./packages/README.md) - Explore a curated collection of pre-built modules and functionalities, streamlining the development process.
11+
* [Tooling](./tooling/README.md) - A suite of utilities designed to enhance the development workflow, optimizing the efficiency of Cosmos SDK-based projects.
12+
* [ADR's](./architecture/README.md) - Provides a structured repository of key decisions made during the development process, which have been documented and offers rationale behind key decisions being made.
13+
* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.

0 commit comments

Comments
 (0)