Skip to content

Commit

Permalink
chore: update menu titles
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Nov 8, 2024
1 parent 77c9fa4 commit 51c2884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ function sidebarHome() {
text: "Quick start guide",
link: "/tutorials/quick-start",
},
{ text: "Build a Rollup", link: "/tutorials/wordle" },
{ text: "Build a chain", link: "/tutorials/wordle" },
{
text: "Connect Your DA",
text: "DA",
collapsed: true,
items: [
{
Expand Down Expand Up @@ -260,7 +260,7 @@ function sidebarHome() {
],
},
{
text: "Choose your execution",
text: "Execution",
collapsed: true,
items: [
{ text: "CosmWasm", link: "/tutorials/cosmwasm" },
Expand All @@ -283,7 +283,7 @@ function sidebarHome() {
],
},
{
text: "Deploy Your Rollup",
text: "Deploy your chain",
collapsed: true,
items: [
{
Expand Down

0 comments on commit 51c2884

Please sign in to comment.