We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e188 commit 6be27aaCopy full SHA for 6be27aa
docs/pages/sdks/intro.md docs/pages/sdks/index.mddocs/pages/sdks/intro.md renamed to docs/pages/sdks/index.md
vocs.config.tsx
@@ -170,8 +170,15 @@ export default defineConfig({
170
{
171
text: "PAPI SDKs",
172
collapsed: true,
173
- link: "/sdks/intro",
174
items: [
+ {
175
+ text: "Introduction",
176
+ link: "/sdks",
177
+ },
178
179
+ text: "Ink! SDK",
180
+ link: "/sdks/ink-sdk",
181
182
183
text: "Accounts SDK",
184
@@ -185,10 +192,6 @@ export default defineConfig({
185
192
},
186
193
],
187
194
188
- {
189
- text: "Ink! SDK",
190
- link: "/sdks/ink-sdk",
191
- },
195
196
text: "Governance SDK",
197
0 commit comments