添加readme.md
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# devstar介绍文档
|
||||
|
||||
## 如何启动项目
|
||||
```md
|
||||
npm run docs:dev
|
||||
```
|
||||
## 如何打包项目
|
||||
```md
|
||||
npm run docs:build
|
||||
```
|
||||
## 如何预览项目
|
||||
```md
|
||||
npm run docs:preview
|
||||
```
|
||||
## 如何添加或修改目录
|
||||
在docs/.vitepress/config.mts中的sidebar进行修改,text为目录的描述内容,link为点击目录后加载的内容的链接,如果有子目录,在items进行修改
|
||||
link链接的内容既可以是网页链接,也可以是本地文档
|
Reference in New Issue
Block a user