diff --git a/demo/src/guide/configuration.md b/demo/src/guide/configuration.md index 95b9e3b..d96a75f 100644 --- a/demo/src/guide/configuration.md +++ b/demo/src/guide/configuration.md @@ -2,7 +2,8 @@ ## Overview -To customize your site, you need first create a `.vitepress` directory inside your documentation directory. This is where all VitePress-specific files will be placed. Your project structure is probably like this: +To customize your site, you need first create a `.vitepress` directory inside your documentation directory. +This is where all VitePress-specific files will be placed. Your project structure is probably like this: ::: code-group diff --git a/demo/src/guide/introduction.md b/demo/src/guide/introduction.md index 692154d..d6c8f87 100644 --- a/demo/src/guide/introduction.md +++ b/demo/src/guide/introduction.md @@ -4,11 +4,9 @@ VitePress Carbon is a sleek and minimalistic theme for VitePress, inspired by Gi ## Installation -To create a project with VitePress Carbon theme, simply run this command: +To create a project with VitePress Carbon theme, use this template: -```bash -TODO -``` +[VitePress Carbon Template](https://github.com/brenoepics/vitepress-carbon-template) or add to an existing VitePress project: [Get Started](/guide/getting-started)