Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Jul 11, 2023
1 parent 4fe707d commit 6b81c5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.vitepress/dist
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const extendedItems = fs.readdirSync('./extended')
link: `/Extended/${file}`,
}));

const basePath = '/Extended';
const basePath = '/Extended/';

export default defineConfig({
base: basePath,
Expand Down Expand Up @@ -68,6 +68,7 @@ export default defineConfig({
text: 'Introduction',
items: [
{ text: 'Getting started', link: '/getting-started' },
{ text: 'Installation', link: '/installation' },
],
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Installation

0 comments on commit 6b81c5c

Please sign in to comment.