You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/10/07 09:34:02 UTC

[doris-website] branch master updated: fix data cache sidebar error (#119)

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

jiafengzheng 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 b3308b78d27 fix data cache sidebar error (#119)
b3308b78d27 is described below

commit b3308b78d27014f98e0002837d6fd0c45b471eec
Author: zy-kkk <zh...@qq.com>
AuthorDate: Fri Oct 7 17:33:58 2022 +0800

    fix data cache sidebar error (#119)
    
    fix data cache sidebar error
---
 i18n/zh-CN/docusaurus-plugin-content-docs/current.json | 2 +-
 sidebars.json                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index b1d9cde0022..c3aa673266f 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -67,7 +67,7 @@
     "message": "Join 优化",
     "description": "The label for category Join Optimization in sidebar docs"
   },
-  "sidebar.docs.category.Date Cache": {
+  "sidebar.docs.category.Data Cache": {
     "message": "数据缓存",
     "description": "The label for category Date Cache in sidebar docs"
   },
diff --git a/sidebars.json b/sidebars.json
index d6d0429d88a..881e38ff728 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -132,7 +132,7 @@
                 }, 
                 {
                     "type": "category",
-                    "label": "Date Cache",
+                    "label": "Data Cache",
                     "items": [
                         "advanced/cache/partition-cache"
                     ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org