We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6413b9c commit 9f4d4c4Copy full SHA for 9f4d4c4
3 files changed
docs/staking-api/cosmos/_category_.json
@@ -2,6 +2,6 @@
2
"label": "Cosmos",
3
"link": {
4
"type": "doc",
5
- "id": "cosmos/index"
+ "id": "staking-api/cosmos/index"
6
}
7
docusaurus.config.js
@@ -90,7 +90,7 @@ const config = {
90
},
91
items: [
92
{
93
- to: "staking-api/what-is-staking",
+ to: "staking-api/introduction",
94
label: "Staking API",
95
position: "left",
96
activeBasePath: 'staking-api/',
src/pages/index.js
@@ -29,7 +29,7 @@ function Home() {
29
<div className="container">
30
<div className="row cards__container">
31
<Card
32
- to="staking-api/what-is-staking"
+ to="staking-api/introduction"
33
header={{
34
label:"Staking API"
35
}}
0 commit comments