We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c52884 commit cf3a69dCopy full SHA for cf3a69d
README.md
@@ -3,24 +3,24 @@
3
## 安装
4
5
``` shell
6
-yarn
+npm install
7
```
8
9
## 调试
10
11
```shell
12
-yarn docs:dev
+npm run docs:dev
13
14
浏览器打开 http://localhost:5173
15
16
## 部署
17
18
19
-yarn docs:build
+npm run docs:build
20
21
22
本地预览,执行下列命令后,生成一个本地静态 Web 服务 http://localhost:4173,该服务以 .vitepress/dist 作为源文件
23
24
-yarn docs:preview
+npm run docs:preview
25
26
docs/.vitepress/config.mts
@@ -8,6 +8,7 @@ export default defineConfig({
description: "A 灵矽 Documentation Project",
lastUpdated: true,
cleanUrls: true,
+ base: "/Xrobot-docs/",
locales: {
root: {
label: "简体中文",
0 commit comments