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

dataroaring 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 c4f2f1d1ee5 [Fix] Fix and update read-write separation doc (#2950)
c4f2f1d1ee5 is described below

commit c4f2f1d1ee52c8802af296d0818fddf215bccff1
Author: bobhan1 <[email protected]>
AuthorDate: Thu Oct 16 17:28:08 2025 +0800

    [Fix] Fix and update read-write separation doc (#2950)
    
    ## Versions
    
    - [x] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../{ => rw}/file-cache-rw-compute-group-best-practice.md      |  0
 .../{read-write-splitting.md => rw/read-write-separation.md}   |  2 +-
 .../{ => rw}/file-cache-rw-compute-group-best-practice.md      |  0
 .../{read-write-splitting.md => rw/read-write-separation.md}   |  0
 sidebars.json                                                  | 10 ++++++++--
 5 files changed, 9 insertions(+), 3 deletions(-)

diff --git 
a/docs/compute-storage-decoupled/file-cache-rw-compute-group-best-practice.md 
b/docs/compute-storage-decoupled/rw/file-cache-rw-compute-group-best-practice.md
similarity index 100%
rename from 
docs/compute-storage-decoupled/file-cache-rw-compute-group-best-practice.md
rename to 
docs/compute-storage-decoupled/rw/file-cache-rw-compute-group-best-practice.md
diff --git a/docs/compute-storage-decoupled/read-write-splitting.md 
b/docs/compute-storage-decoupled/rw/read-write-separation.md
similarity index 99%
rename from docs/compute-storage-decoupled/read-write-splitting.md
rename to docs/compute-storage-decoupled/rw/read-write-separation.md
index 06819c9e309..e635b832483 100644
--- a/docs/compute-storage-decoupled/read-write-splitting.md
+++ b/docs/compute-storage-decoupled/rw/read-write-separation.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Read Write Splitting",
+    "title": "Read Write Separation",
     "language": "en"
 }
 ---
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/file-cache-rw-compute-group-best-practice.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/rw/file-cache-rw-compute-group-best-practice.md
similarity index 100%
rename from 
i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/file-cache-rw-compute-group-best-practice.md
rename to 
i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/rw/file-cache-rw-compute-group-best-practice.md
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/read-write-splitting.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/rw/read-write-separation.md
similarity index 100%
rename from 
i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/read-write-splitting.md
rename to 
i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/rw/read-write-separation.md
diff --git a/sidebars.json b/sidebars.json
index d1100a1791d..d9131b4a08c 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -532,8 +532,14 @@
                                 
"compute-storage-decoupled/file-cache/file-cache-internals"
                             ]
                         },
-                        "compute-storage-decoupled/read-write-splitting",
-                        
"compute-storage-decoupled/file-cache-rw-compute-group-best-practice",
+                        {
+                            "type": "category",
+                            "label": "Read-Write Separation",
+                            "items": [
+                                
"compute-storage-decoupled/rw/read-write-separation",
+                                
"compute-storage-decoupled/rw/file-cache-rw-compute-group-best-practice"
+                            ]
+                        },
                         "compute-storage-decoupled/recycler",
                         "compute-storage-decoupled/upgrade"
                     ]


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

Reply via email to