diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0f03331..8181544 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,6 +25,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - run: npm install - run: npm run demo-build --if-present - run: npm test 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) diff --git a/package.json b/package.json index 00a0ac7..37d9f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress-carbon", - "version": "0.0.14", + "version": "1.0.0", "description": "Carbon embraces GitHub's monochromatic ethos, offering a theme for VitePress documentation that is sleek, modern, and effortlessly stylish.", "main": "src/index.ts", "exports": { @@ -59,10 +59,10 @@ "picocolors": "^1.0.0", "prettier": "^2.7.1", "typescript": "^4.9.5", - "vitepress": "^1.0.0-alpha.60", + "vitepress": "^1.0.0-rc.44", "vue": "^3.2.47" }, "peerDependencies": { - "vitepress": "^1.0.0-alpha.60" + "vitepress": "^1.0.0-rc.44" } }