From 0966008839c13c4d4ac643aa6adffb3c1617dccd Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Mon, 13 Feb 2023 10:45:16 +0800 Subject: [PATCH] [dooc] fixed the sidebar itemm key (#2672) --- .../en/sidebar_category_translation.json | 24 +++++++++---------- .../zh-Hans/sidebar_category_translation.json | 12 +++++----- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/source/en/sidebar_category_translation.json b/docs/source/en/sidebar_category_translation.json index 1a68348b0..9cc320424 100644 --- a/docs/source/en/sidebar_category_translation.json +++ b/docs/source/en/sidebar_category_translation.json @@ -1,26 +1,26 @@ { - "sidebar.docs.category.Get started": { + "sidebar.tutorialSidebar.category.Get started": { "message": "Get started", - "description": "The label for category Get started in sidebar docs" + "description": "The label for category Get started in sidebar tutorialSidebar" }, - "sidebar.docs.category.Concepts": { + "sidebar.tutorialSidebar.category.Concepts": { "message": "Concepts", - "description": "The label for category Concepts in sidebar docs" + "description": "The label for category Concepts in sidebar tutorialSidebar" }, - "sidebar.docs.category.Basics": { + "sidebar.tutorialSidebar.category.Basics": { "message": "Basics", - "description": "The label for category Basics in sidebar docs" + "description": "The label for category Basics in sidebar tutorialSidebar" }, - "sidebar.docs.category.Features": { + "sidebar.tutorialSidebar.category.Features": { "message": "Features", - "description": "The label for category Features in sidebar docs" + "description": "The label for category Features in sidebar tutorialSidebar" }, - "sidebar.docs.category.Tensor Parallel": { + "sidebar.tutorialSidebar.category.Tensor Parallel": { "message": "Tensor Parallel", - "description": "The label for category Tensor Parallel in sidebar docs" + "description": "The label for category Tensor Parallel in sidebar tutorialSidebar" }, - "sidebar.docs.category.Advanced Tutorials": { + "sidebar.tutorialSidebar.category.Advanced Tutorials": { "message": "Advanced Tutorials", - "description": "The label for category Advanced Tutorials in sidebar docs" + "description": "The label for category Advanced Tutorials in sidebar tutorialSidebar" } } diff --git a/docs/source/zh-Hans/sidebar_category_translation.json b/docs/source/zh-Hans/sidebar_category_translation.json index 3cc8f4a51..af4c460c4 100644 --- a/docs/source/zh-Hans/sidebar_category_translation.json +++ b/docs/source/zh-Hans/sidebar_category_translation.json @@ -1,25 +1,25 @@ { - "sidebar.docs.category.Get started": { + "sidebar.tutorialSidebar.category.Get started": { "message": "快速开始", "description": "The label for category Get started in sidebar docs" }, - "sidebar.docs.category.Concepts": { + "sidebar.tutorialSidebar.category.Concepts": { "message": "概念", "description": "The label for category Concepts in sidebar docs" }, - "sidebar.docs.category.Basics": { + "sidebar.tutorialSidebar.category.Basics": { "message": "基础", "description": "The label for category Basics in sidebar docs" }, - "sidebar.docs.category.Features": { + "sidebar.dotutorialSidebarcs.category.Features": { "message": "功能", "description": "The label for category Features in sidebar docs" }, - "sidebar.docs.category.Tensor Parallel": { + "sidebar.dtutorialSidebarocs.category.Tensor Parallel": { "message": "张量并行", "description": "The label for category Tensor Parallel in sidebar docs" }, - "sidebar.docs.category.Advanced Tutorials": { + "sidebar.tutorialSidebar.category.Advanced Tutorials": { "message": "高级教程", "description": "The label for category Advanced Tutorials in sidebar docs" }