Skip to content

Commit

Permalink
Release: 1.0.0
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
brenoepics authored Feb 19, 2024
2 parents 0ac0db5 + 2902720 commit 35e38f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion demo/src/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 2 additions & 4 deletions demo/src/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 35e38f6

Please sign in to comment.