Skip to content

Commit

Permalink
docs: fix directory active
Browse files Browse the repository at this point in the history
  • Loading branch information
warmthsea committed Aug 26, 2024
1 parent c4dc591 commit 2507dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Guides = [
},
{
text: 'Getting Started',
link: '/guide/index',
link: '/guide/',
},
{
text: 'Syntax Guide',
Expand Down
2 changes: 1 addition & 1 deletion docs/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function removeTag(tag: string) {

This is a list of all the individual features that Slidev provides. Each feature can be used independently and is optional.

You can also read <LinkInline link="guide/index" /> to learn the features by topic.
You can also read <LinkInline link="guide/" /> to learn the features by topic.

<div flex items-center mt-6 gap-6>
<div
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Compared to Marp, Slidev has the following advantages:

## Give it a Try

Playing around with Slidev will tell you more than thousands of words. Check the <LinkInline link="guide/index"/> guide to create your first Slidev project in one click or one command.
Playing around with Slidev will tell you more than thousands of words. Check the <LinkInline link="guide/"/> guide to create your first Slidev project in one click or one command.

Or you can have a quick preview of it:

Expand Down

0 comments on commit 2507dce

Please sign in to comment.