Skip to content

Commit 51c2884

Browse files
committed
chore: update menu titles
1 parent 77c9fa4 commit 51c2884

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ function sidebarHome() {
218218
text: "Quick start guide",
219219
link: "/tutorials/quick-start",
220220
},
221-
{ text: "Build a Rollup", link: "/tutorials/wordle" },
221+
{ text: "Build a chain", link: "/tutorials/wordle" },
222222
{
223-
text: "Connect Your DA",
223+
text: "DA",
224224
collapsed: true,
225225
items: [
226226
{
@@ -260,7 +260,7 @@ function sidebarHome() {
260260
],
261261
},
262262
{
263-
text: "Choose your execution",
263+
text: "Execution",
264264
collapsed: true,
265265
items: [
266266
{ text: "CosmWasm", link: "/tutorials/cosmwasm" },
@@ -283,7 +283,7 @@ function sidebarHome() {
283283
],
284284
},
285285
{
286-
text: "Deploy Your Rollup",
286+
text: "Deploy your chain",
287287
collapsed: true,
288288
items: [
289289
{

0 commit comments

Comments
 (0)