Skip to content

Commit

Permalink
chore: rename cosmos sdk api to rest api (#120)
Browse files Browse the repository at this point in the history
rename cosmos sdk api to rest api
  • Loading branch information
tac0turtle authored Feb 5, 2024
1 parent 185af5d commit b1f6984
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 b1f6984

Please sign in to comment.