Skip to content

Commit

Permalink
Fix link to getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pckerneis committed Jan 21, 2024
1 parent b5983be commit 7d4cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
text: "Introduction",
items: [
{ text: "What is Documenté", link: "/guide" },
{ text: "Get started", link: "/get-started" },
{ text: "Getting started", link: "/getting-started" },
{ text: "CLI configuration", link: "/cli-configuration" },
{ text: "Language overview", link: "/language-overview" },
{ text: "API reference", link: "/api-reference" },
Expand Down

0 comments on commit 7d4cb23

Please sign in to comment.