Skip to content

Commit

Permalink
Fix previous/next pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Sep 3, 2024
1 parent 39f8a06 commit f03a71e
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 f03a71e

Please sign in to comment.