Skip to content

Commit

Permalink
chore: Update navigation links in config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaltiok committed Jun 6, 2024
1 parent cc57315 commit af88b99
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ export default defineConfig({

themeConfig: {
nav: [
{ text: "Home", link: "/" },
{ text: "Examples", link: "/markdown-examples" }
{ text: "Guide", link: "/guide/what-is-parsek" },
{ text: "Reference", link: "/reference" },
{ text: "Modules", link: "/modules" },
],

sidebar: [
{
text: "Examples",
items: [
{ text: "Markdown Examples", link: "/markdown-examples" },
{ text: "Runtime API Examples", link: "/api-examples" }
{ text: "What is Parsek?", link: "/guide/what-is-parsek" },
{ text: "Quickstart", link: "/guide/getting-started" }
]
}
],
Expand Down

0 comments on commit af88b99

Please sign in to comment.