Files
devstar_introduction/README.md
2025-08-01 14:53:23 +08:00

18 lines
457 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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链接的内容既可以是网页链接也可以是本地文档