فهرست منبع

[docs] Update new release for 3.0.2 (#12949)

Eric Gao 2 سال پیش
والد
کامیت
5672337156
4فایلهای تغییر یافته به همراه14 افزوده شده و 4 حذف شده
  1. 2 0
      docs/configs/index.md.jsx
  2. 4 4
      docs/configs/site.js
  3. 4 0
      docs/docs/en/history-versions.md
  4. 4 0
      docs/docs/zh/history-versions.md

+ 2 - 0
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,

+ 4 - 4
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',

+ 4 - 0
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)

+ 4 - 0
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)