diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx index b3ca65f093..264e17eebd 100644 --- a/docs/configs/index.md.jsx +++ b/docs/configs/index.md.jsx @@ -49,6 +49,7 @@ import docs301Config from '../../../site_config/docs3-0-1'; import docs302Config from '../../../site_config/docs3-0-2'; import docs303Config from '../../../site_config/docs3-0-3'; import docs304Config from '../../../site_config/docs3-0-4'; +import docs305Config from '../../../site_config/docs3-0-5'; import docs310Config from '../../../site_config/docs3-1-0'; import docs311Config from '../../../site_config/docs3-1-1'; import docs312Config from '../../../site_config/docs3-1-2'; @@ -79,6 +80,7 @@ const docsSource = { '3.0.2': docs302Config, '3.0.3': docs303Config, '3.0.4': docs304Config, + '3.0.5': docs305Config, '3.1.0': docs310Config, '3.1.1': docs311Config, '3.1.2': docs312Config, diff --git a/docs/configs/site.js b/docs/configs/site.js index 9c7a2989f7..e5b483a282 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -50,8 +50,8 @@ export default { }, { key: 'docs1', - text: '3.0.4', - link: '/en-us/docs/3.0.4/user_doc/about/introduction.html', + text: '3.0.5', + link: '/en-us/docs/3.0.5/user_doc/about/introduction.html', }, { key: 'docs2', @@ -178,8 +178,8 @@ export default { }, { key: 'docs1', - text: '3.0.4', - link: '/zh-cn/docs/3.0.4/user_doc/about/introduction.html', + text: '3.0.5', + link: '/zh-cn/docs/3.0.5/user_doc/about/introduction.html', }, { key: 'docs2', diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md index 8376719763..653d7d7172 100644 --- a/docs/docs/en/history-versions.md +++ b/docs/docs/en/history-versions.md @@ -24,6 +24,10 @@ #### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md) +### Versions: 3.0.5 + +#### Links: [3.0.5 Document](../3.0.5/user_doc/about/introduction.md) + ### Versions: 3.0.4 #### Links: [3.0.4 Document](../3.0.4/user_doc/about/introduction.md) diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md index 2465dfaf26..a94224d468 100644 --- a/docs/docs/zh/history-versions.md +++ b/docs/docs/zh/history-versions.md @@ -24,6 +24,10 @@ #### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md) +### Versions: 3.0.5 + +#### Links: [3.0.5 文档](../3.0.5/user_doc/about/introduction.md) + ### Versions: 3.0.4 #### Links: [3.0.4 文档](../3.0.4/user_doc/about/introduction.md)