Skip to content

Commit

Permalink
Merge pull request #32 from marcoroth/fix-prev-next-pages
Browse files Browse the repository at this point in the history
Fix previous/next pages
  • Loading branch information
joeldrapper authored Sep 3, 2024
2 parents 39f8a06 + f03a71e commit a037510
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ export default defineConfig({
],
sidebar: [
{
text: "Intro",
link: "/guide/index/",
},
{
text: "Setup",
link: "/guide/setup/",
text: "Getting Started",
items: [
{ text: "Intro", link: "/guide/" },
{ text: "Setup", link: "/guide/setup" }
]
},
{
text: "Rails",
items: [
{ text: "Views", link: "guide/rails/views" },
{ text: "Views", link: "/guide/rails/views" },
{ text: "Generators" },
{ text: "Migrating to Phlex" },
],
Expand Down Expand Up @@ -62,4 +61,4 @@ export default defineConfig({
message: "Released under the MIT License.",
},
},
});
})

0 comments on commit a037510

Please sign in to comment.