Skip to content

Commit 374c5da

Browse files
authored
Update getting-started.md
1 parent af77b46 commit 374c5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/others/vitepress/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ echo '<!--@include: ./README.md-->' > docs/index.md
6666
"docs:preview": "vitepress preview docs" // [!code focus]
6767
}, // [!code focus]
6868
"devDependencies": {
69-
"vitepress": "^1.0.0-alpha.58"
69+
"vitepress": "^1.1.4"
7070
}
7171
}
7272
```
@@ -243,4 +243,4 @@ jobs:
243243
echo '[![GitHub Pages](https://github.com/curder/code-snippets/actions/workflows/build-docs.yml/badge.svg)](https://github.com/curder/code-snippets/actions/workflows/build-docs.yml)' >> docs/README.md
244244
```
245245

246-
以上是针对使用 VitePress 写文档的一些经常使用到的流程。
246+
以上是针对使用 VitePress 写文档的一些经常使用到的流程。

0 commit comments

Comments
 (0)