This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6289bbdb update docs
6289bbdb is described below
commit 6289bbdbd089f943bc6755395c95e8bf6b658b27
Author: xwm1992 <[email protected]>
AuthorDate: Fri Feb 3 17:47:14 2023 +0800
update docs
---
.../current/introduction.md | 4 ++++
.../current/upgrade-guide/01-upgrade-guide.md | 16 ++++++++++++++++
.../current/upgrade-guide/_category_.json | 5 +++++
3 files changed, 25 insertions(+)
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/introduction.md
b/i18n/zh/docusaurus-plugin-content-docs/current/introduction.md
index b0770b93..255ad9fc 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/introduction.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/introduction.md
@@ -1,3 +1,7 @@
+---
+sidebar_position: 0
+---
+
# Apache EventMesh (Incubating)
[](https://github.com/apache/incubator-eventmesh/actions/workflows/ci.yml)
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/upgrade-guide/01-upgrade-guide.md
b/i18n/zh/docusaurus-plugin-content-docs/current/upgrade-guide/01-upgrade-guide.md
new file mode 100644
index 00000000..733b5e19
--- /dev/null
+++
b/i18n/zh/docusaurus-plugin-content-docs/current/upgrade-guide/01-upgrade-guide.md
@@ -0,0 +1,16 @@
+# EventMesh 升级指引
+
+> 本文简单介绍EventMesh从1.2.0版本升级到最新版本的注意事项。
+
+## 1. 注意事项
+
+**如果您是首次接触并使用EventMesh,您可以忽略该章节。**
+
+## 2. 服务升级安装
+
+EventMesh运行时模块的升级和启动可以按照
[设计文档](https://eventmesh.apache.org/docs/instruction/runtime) 完成.
+
+版本之间的差异和变化,请参考不同版本的[release
notes](https://eventmesh.apache.org/events/release-notes)。可以满足不同版本间的兼容性。
+
+如果需要使用最新的功能,按照版本说明升级到相应的版本即可,不同的插件模块组件可以单独打包配置。可以参考相应的[功能设计文档和指南](https://eventmesh.apache.org/docs/design-document/)
+
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/upgrade-guide/_category_.json
b/i18n/zh/docusaurus-plugin-content-docs/current/upgrade-guide/_category_.json
new file mode 100644
index 00000000..af764643
--- /dev/null
+++
b/i18n/zh/docusaurus-plugin-content-docs/current/upgrade-guide/_category_.json
@@ -0,0 +1,5 @@
+{
+ "position": 7,
+ "label": "Upgrade Guide",
+ "collapsed": false
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]