From 6b81c5c486137d253cfe925701458f648693b958 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Tue, 11 Jul 2023 15:20:49 +0800 Subject: [PATCH] Update docs --- docs/.gitignore | 3 ++- docs/.vitepress/config.ts | 3 ++- docs/installation.md | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/installation.md diff --git a/docs/.gitignore b/docs/.gitignore index b512c09..17f9ed6 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.vitepress/dist \ No newline at end of file diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index a97dadb..55ba124 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -32,7 +32,7 @@ const extendedItems = fs.readdirSync('./extended') link: `/Extended/${file}`, })); -const basePath = '/Extended'; +const basePath = '/Extended/'; export default defineConfig({ base: basePath, @@ -68,6 +68,7 @@ export default defineConfig({ text: 'Introduction', items: [ { text: 'Getting started', link: '/getting-started' }, + { text: 'Installation', link: '/installation' }, ], }, { diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 0000000..f34d65b --- /dev/null +++ b/docs/installation.md @@ -0,0 +1 @@ +# Installation \ No newline at end of file