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.git
The following commit(s) were added to refs/heads/master by this push: new 71399ed771 fix data cache sidebar error (#13137) 71399ed771 is described below commit 71399ed771e5429db8771e6873c8aa09ef46816b Author: zy-kkk <zhong...@qq.com> AuthorDate: Fri Oct 7 17:45:21 2022 +0800 fix data cache sidebar error (#13137) fix data cache sidebar error --- docs/dev.json | 2 +- docs/sidebars.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev.json b/docs/dev.json index fda8436369..07bee9fc6c 100644 --- a/docs/dev.json +++ b/docs/dev.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/docs/sidebars.json b/docs/sidebars.json index 4ac1763263..c0971d7d9e 100644 --- a/docs/sidebars.json +++ b/docs/sidebars.json @@ -132,7 +132,7 @@ }, { "type": "category", - "label": "Date Cache", + "label": "Data Cache", "items": [ "advanced/cache/partition-cache" ] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org