This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new b027305 Modify and add a new version is the content to be modified
(#99)
b027305 is described below
commit b027305ed3874842a443f92cd1c5304feac82852
Author: ChunFu Wu <[email protected]>
AuthorDate: Wed Mar 30 11:35:28 2022 +0800
Modify and add a new version is the content to be modified (#99)
---
README.md | 2 +-
README_ZH.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0435b16..d6b4cbf 100644
--- a/README.md
+++ b/README.md
@@ -167,4 +167,4 @@ Located in `src/pages/versions`
### 3.9 add a new version for documents
- 1、Run `npm run docusaurus docs:version replace_by_target_version` locally to
copy a document.
-- 2、Modify the last version in `/src/pages/version/index.js` .
+- 2、Modify `/src/pages/version/config.json` for the latest and history
versions.
diff --git a/README_ZH.md b/README_ZH.md
index f081c54..ff5b512 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -167,4 +167,4 @@ css等样式文件放在`src/css`目录下
### 3.9 为文档添加新版本
- 1、在本地运行 npm run docusaurus docs:version replace_by_target_version 以复制文档。
-- 2、修改 `/src/pages/version/index.js` 中的最新的版本。
+- 2、修改 `/src/pages/version/config.json` 中的最新的版本以及历史版本。