This is an automated email from the ASF dual-hosted git repository.

JNSimba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6741a1bf00b [doc] mark MySQL and PostgreSQL continuous load 
experimental (#3992)
6741a1bf00b is described below

commit 6741a1bf00b6987b4d18c5683899d1411e97af5a
Author: wudi <[email protected]>
AuthorDate: Fri Jul 17 12:02:57 2026 +0800

    [doc] mark MySQL and PostgreSQL continuous load experimental (#3992)
    
    ## Summary
    
    - Mark the MySQL and PostgreSQL categories under Continuous Load as
    experimental.
    - Apply the labels to current and 4.x sidebars and their Chinese
    translations.
    - Keep the parent Continuous Load category and S3 unchanged.
    
    ## Validation
    
    - Parsed the changed JSON files and verified the expected current/4.x
    English and Chinese labels.
---
 i18n/zh-CN/docusaurus-plugin-content-docs/current.json     | 12 ++++++------
 i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x.json | 12 ++++++------
 sidebars.ts                                                |  4 ++--
 versioned_sidebars/version-4.x-sidebars.json               |  4 ++--
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index 875d8f81f39..f17ccbf6a06 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -707,9 +707,9 @@
     "message": "更多",
     "description": "The label for category More in sidebar docs"
   },
-  "sidebar.docs.category.MySQL": {
-    "message": "MySQL",
-    "description": "The label for category MySQL in sidebar docs"
+  "sidebar.docs.category.MySQL (Experimental)": {
+    "message": "MySQL(实验性)",
+    "description": "The label for category MySQL (Experimental) in sidebar 
docs"
   },
   "sidebar.docs.category.Optimization Technology Principles": {
     "message": "优化技术原理",
@@ -723,9 +723,9 @@
     "message": "性能优化",
     "description": "The label for category Performance in sidebar docs"
   },
-  "sidebar.docs.category.PostgreSQL": {
-    "message": "PostgreSQL",
-    "description": "The label for category PostgreSQL in sidebar docs"
+  "sidebar.docs.category.PostgreSQL (Experimental)": {
+    "message": "PostgreSQL(实验性)",
+    "description": "The label for category PostgreSQL (Experimental) in 
sidebar docs"
   },
   "sidebar.docs.category.Query Performance": {
     "message": "查询性能",
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x.json
index 875d8f81f39..f17ccbf6a06 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x.json
@@ -707,9 +707,9 @@
     "message": "更多",
     "description": "The label for category More in sidebar docs"
   },
-  "sidebar.docs.category.MySQL": {
-    "message": "MySQL",
-    "description": "The label for category MySQL in sidebar docs"
+  "sidebar.docs.category.MySQL (Experimental)": {
+    "message": "MySQL(实验性)",
+    "description": "The label for category MySQL (Experimental) in sidebar 
docs"
   },
   "sidebar.docs.category.Optimization Technology Principles": {
     "message": "优化技术原理",
@@ -723,9 +723,9 @@
     "message": "性能优化",
     "description": "The label for category Performance in sidebar docs"
   },
-  "sidebar.docs.category.PostgreSQL": {
-    "message": "PostgreSQL",
-    "description": "The label for category PostgreSQL in sidebar docs"
+  "sidebar.docs.category.PostgreSQL (Experimental)": {
+    "message": "PostgreSQL(实验性)",
+    "description": "The label for category PostgreSQL (Experimental) in 
sidebar docs"
   },
   "sidebar.docs.category.Query Performance": {
     "message": "查询性能",
diff --git a/sidebars.ts b/sidebars.ts
index 9d4b1f83dd1..c91e5569ade 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -357,7 +357,7 @@ const sidebars: SidebarsConfig = {
                             items: [
                                 {
                                     type: 'category',
-                                    label: 'MySQL',
+                                    label: 'MySQL (Experimental)',
                                     items: [
                                         
'data-operate/import/import-way/streaming-job/continuous-load-mysql-table',
                                         
'data-operate/import/import-way/streaming-job/continuous-load-mysql-database',
@@ -374,7 +374,7 @@ const sidebars: SidebarsConfig = {
                                 },
                                 {
                                     type: 'category',
-                                    label: 'PostgreSQL',
+                                    label: 'PostgreSQL (Experimental)',
                                     items: [
                                         
'data-operate/import/import-way/streaming-job/continuous-load-postgresql-table',
                                         
'data-operate/import/import-way/streaming-job/continuous-load-postgresql-database',
diff --git a/versioned_sidebars/version-4.x-sidebars.json 
b/versioned_sidebars/version-4.x-sidebars.json
index 95f8ddedf70..1e31cb0f28e 100644
--- a/versioned_sidebars/version-4.x-sidebars.json
+++ b/versioned_sidebars/version-4.x-sidebars.json
@@ -414,7 +414,7 @@
                   "items": [
                     {
                       "type": "category",
-                      "label": "MySQL",
+                      "label": "MySQL (Experimental)",
                       "items": [
                         
"data-operate/import/import-way/streaming-job/continuous-load-mysql-table",
                         
"data-operate/import/import-way/streaming-job/continuous-load-mysql-database",
@@ -431,7 +431,7 @@
                     },
                     {
                       "type": "category",
-                      "label": "PostgreSQL",
+                      "label": "PostgreSQL (Experimental)",
                       "items": [
                         
"data-operate/import/import-way/streaming-job/continuous-load-postgresql-table",
                         
"data-operate/import/import-way/streaming-job/continuous-load-postgresql-database",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to