fix data cache sidebar error (#13137)

fix data cache sidebar error
This commit is contained in:
zy-kkk
2022-10-07 17:45:21 +08:00
committed by GitHub
parent d902e80d6d
commit 71399ed771
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -132,7 +132,7 @@
},
{
"type": "category",
"label": "Date Cache",
"label": "Data Cache",
"items": [
"advanced/cache/partition-cache"
]