Skip to content

Commit

Permalink
Merge pull request #2 from yanglee2421/dev
Browse files Browse the repository at this point in the history
chore: update readme
  • Loading branch information
yanglee2421 authored Jan 24, 2024
2 parents d7576e9 + def390c commit 251a025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ pnpm exec vitepress dev docs

## cli

```powershell
```bash
vitepress dev docs
vitepress build docs
vitepress preview docs
```

## config

```powershell
# desktop/my-docs/docs
```bash
# root-dir/docs
cd .vitepress
# desktop/my-docs/docs/.vitepress
# root-dir/docs/.vitepress
new-item config.ts
```

Expand Down

0 comments on commit 251a025

Please sign in to comment.