feat(docs): update docs

This commit is contained in:
chenos 2023-05-25 22:47:05 +08:00
parent 2ebb6737c3
commit 0b0a8d2be5
9 changed files with 10 additions and 3418 deletions

View File

@ -76,7 +76,7 @@ yarn dev
Production
```bash
yarn start # Does not support running on win platform
yarn start
```
Note: For production, if the code has been modified, you need to execute `yarn build` and restart NocoBase.

View File

@ -56,7 +56,7 @@ Production
# Compile
yarn build
# Start
yarn start # Does not support running on win platform
yarn start
```
## 7. Log in to NocoBase

File diff suppressed because it is too large Load Diff

View File

@ -83,7 +83,7 @@ yarn dev
生产环境
```bash
yarn start # 暂不支持在 win 平台下运行
yarn start
```
注:生产环境,如果代码有修改,需要执行 `yarn build`,再重新启动 NocoBase。

View File

@ -58,7 +58,7 @@ yarn dev
# 编译
yarn build
# 启动
yarn start # 暂不支持在 win 平台下运行
yarn start
```
## 7. 登录 NocoBase

View File

@ -69,7 +69,7 @@ yarn dev
生产环境
```bash
yarn start # 暂不支持在 win 平台下运行
yarn start
```
注:生产环境,如果代码有修改,需要执行 `yarn build`,再重新启动 NocoBase。

View File

@ -38,6 +38,5 @@ yarn dev
# 编译
yarn build
# 启动
yarn start # 暂不支持在 win 平台下运行
yarn start
```

File diff suppressed because it is too large Load Diff

View File

@ -23,10 +23,7 @@
"postinstall": "nocobase postinstall",
"lint": "eslint .",
"clean": "nocobase clean",
"changelog": "yarn changelog:root && yarn changelog:zh-CN && yarn changelog:en-US",
"changelog:root": "auto-changelog -p -t keepachangelog",
"changelog:zh-CN": "auto-changelog -p -t keepachangelog -o docs/zh-CN/welcome/release/index.md",
"changelog:en-US": "auto-changelog -p -t keepachangelog -o docs/en-US/welcome/release/index.md",
"changelog": "auto-changelog -p -t keepachangelog",
"version:alpha": "lerna version prerelease --preid alpha --force-publish=* --no-git-tag-version -m \"chore(versions): publish packages %s\"",
"release:force": "lerna publish from-package --yes",
"release": "lerna publish",