Skip to content

Commit

Permalink
Merge branch 'main' into sam/copy-script
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Feb 12, 2024
2 parents 41b9d60 + b1f6984 commit 971e79f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sidebar_position: 0
* [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.
* [RFC](./rfc/README.md) - A Request for Comments (RFC) is a record of discussion on an open-ended topic related to the design and implementation of the Cosmos SDK, for which no immediate decision is required.
* [Specifications](./spec/README.md) - A detailed reference for the specifications of various components and features.
* [Cosmos SDK API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.
* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const config = {
docId: "build/building-modules/intro",
},
{
label: "Cosmos SDK API",
label: "REST API",
to: "api",
},
],
Expand Down Expand Up @@ -185,7 +185,7 @@ const config = {
href: "https://ibc.cosmos.network",
},
{
label: "Cosmos SDK API",
label: "REST API",
to: "api",
},
],
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.47/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sidebar_position: 0
* [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.
* [RFC](./rfc/README.md) - A Request for Comments (RFC) is a record of discussion on an open-ended topic related to the design and implementation of the Cosmos SDK, for which no immediate decision is required.
* [Specifications](./spec/README.md) - A detailed reference for the specifications of various components and features.
* [Cosmos SDK API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.
* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.
2 changes: 1 addition & 1 deletion versioned_docs/version-0.50/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sidebar_position: 0
* [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.
* [RFC](./rfc/README.md) - A Request for Comments (RFC) is a record of discussion on an open-ended topic related to the design and implementation of the Cosmos SDK, for which no immediate decision is required.
* [Specifications](./spec/README.md) - A detailed reference for the specifications of various components and features.
* [Cosmos SDK API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.
* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.

0 comments on commit 971e79f

Please sign in to comment.