From 5672337156c4198940ec4502f59546ec5bc430ad Mon Sep 17 00:00:00 2001 From: Eric Gao Date: Mon, 21 Nov 2022 13:50:51 +0800 Subject: [PATCH] [docs] Update new release for 3.0.2 (#12949) --- docs/configs/index.md.jsx | 2 ++ docs/configs/site.js | 8 ++++---- docs/docs/en/history-versions.md | 4 ++++ docs/docs/zh/history-versions.md | 4 ++++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx index 4580fb96d6..276b9eea58 100644 --- a/docs/configs/index.md.jsx +++ b/docs/configs/index.md.jsx @@ -46,6 +46,7 @@ import docs206Config from '../../../site_config/docs2-0-6'; import docs207Config from '../../../site_config/docs2-0-7'; import docs300Config from '../../../site_config/docs3-0-0'; import docs301Config from '../../../site_config/docs3-0-1'; +import docs302Config from '../../../site_config/docs3-0-2'; import docs310Config from '../../../site_config/docs3-1-0'; import docs311Config from '../../../site_config/docs3-1-1'; import docsDevConfig from '../../../site_config/docsdev'; @@ -70,6 +71,7 @@ const docsSource = { '2.0.7': docs207Config, '3.0.0': docs300Config, '3.0.1': docs301Config, + '3.0.2': docs302Config, '3.1.0': docs310Config, '3.1.1': docs311Config, dev: docsDevConfig, diff --git a/docs/configs/site.js b/docs/configs/site.js index 7af5db7c78..562c2742c4 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -50,8 +50,8 @@ export default { }, { key: 'docs1', - text: '3.0.1', - link: '/en-us/docs/3.0.1/user_doc/about/introduction.html', + text: '3.0.2', + link: '/en-us/docs/3.0.2/user_doc/about/introduction.html', }, { key: 'docs2', @@ -178,8 +178,8 @@ export default { }, { key: 'docs1', - text: '3.0.1', - link: '/zh-cn/docs/3.0.1/user_doc/about/introduction.html', + text: '3.0.2', + link: '/zh-cn/docs/3.0.2/user_doc/about/introduction.html', }, { key: 'docs2', diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md index 37e62bb130..924fdf7f98 100644 --- a/docs/docs/en/history-versions.md +++ b/docs/docs/en/history-versions.md @@ -12,6 +12,10 @@ #### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md) +### Versions: 3.0.2 + +#### Links: [3.0.2 Document](../3.0.2/user_doc/about/introduction.md) + ### Versions: 3.0.1 #### Links: [3.0.1 Document](../3.0.1/user_doc/about/introduction.md) diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md index b30f423719..f2ceee8f54 100644 --- a/docs/docs/zh/history-versions.md +++ b/docs/docs/zh/history-versions.md @@ -12,6 +12,10 @@ #### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md) +### Versions: 3.0.2 + +#### Links: [3.0.2 文档](../3.0.2/user_doc/about/introduction.md) + ### Versions: 3.0.1 #### Links: [3.0.1 文档](../3.0.1/user_doc/about/introduction.md)