[fix][doc] Do not change docsdev.js during releasing (#12151) (#12740)

Co-authored-by: Jiajie Zhong <zhongjiajie955@hotmail.com>
This commit is contained in:
Eric Gao 2022-11-07 10:40:04 +08:00 committed by GitHub
parent c9e467f660
commit c1f39d0a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,4 @@ For example, to release `x.y.z`, the following updates are required:
- Change the placeholder `<version>`(except `pom`) to the `x.y.z` in directory `docs`
- Add new history version
- `docs/docs/en/history-versions.md` and `docs/docs/zh/history-versions.md`: Add the new version and link for `x.y.z`
- `docs/configs/docsdev.js`: change `/dev/` to `/x.y.z/`
- `docs/configs/docsdev.js`: change `/dev/` to `/x.y.z/`, **DO NOT** change this filename, is will be auto change by website tools.

View File

@ -29,4 +29,4 @@
- 新增历史版本
- `docs/docs/en/history-versions.md``docs/docs/zh/history-versions.md`: 增加新的历史版本为 `x.y.z`
- 修改文档 sidebar
- `docs/configs/docsdev.js`: 将里面的 `/dev/` 修改成 `/x.y.z/`
- `docs/configs/docsdev.js`: 将里面的 `/dev/` 修改成 `/x.y.z/`**不要**修改文件名称website 仓库的 shell 脚本会对他进行修改