From 6d606344336a9f2afed5a57407bd796ee25e027b Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Mon, 13 Feb 2023 10:10:12 +0800 Subject: [PATCH] [doc] added documentation sidebar translation (#2670) --- .../en/sidebar_category_translation.json | 26 +++++++++++++++++++ .../zh-Hans/sidebar_category_translation.json | 26 +++++++++++++++++++ docs/versions.json | 2 +- 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 docs/source/en/sidebar_category_translation.json create mode 100644 docs/source/zh-Hans/sidebar_category_translation.json diff --git a/docs/source/en/sidebar_category_translation.json b/docs/source/en/sidebar_category_translation.json new file mode 100644 index 000000000..1a68348b0 --- /dev/null +++ b/docs/source/en/sidebar_category_translation.json @@ -0,0 +1,26 @@ +{ + "sidebar.docs.category.Get started": { + "message": "Get started", + "description": "The label for category Get started in sidebar docs" + }, + "sidebar.docs.category.Concepts": { + "message": "Concepts", + "description": "The label for category Concepts in sidebar docs" + }, + "sidebar.docs.category.Basics": { + "message": "Basics", + "description": "The label for category Basics in sidebar docs" + }, + "sidebar.docs.category.Features": { + "message": "Features", + "description": "The label for category Features in sidebar docs" + }, + "sidebar.docs.category.Tensor Parallel": { + "message": "Tensor Parallel", + "description": "The label for category Tensor Parallel in sidebar docs" + }, + "sidebar.docs.category.Advanced Tutorials": { + "message": "Advanced Tutorials", + "description": "The label for category Advanced Tutorials in sidebar docs" + } +} diff --git a/docs/source/zh-Hans/sidebar_category_translation.json b/docs/source/zh-Hans/sidebar_category_translation.json new file mode 100644 index 000000000..3cc8f4a51 --- /dev/null +++ b/docs/source/zh-Hans/sidebar_category_translation.json @@ -0,0 +1,26 @@ +{ + "sidebar.docs.category.Get started": { + "message": "快速开始", + "description": "The label for category Get started in sidebar docs" + }, + "sidebar.docs.category.Concepts": { + "message": "概念", + "description": "The label for category Concepts in sidebar docs" + }, + "sidebar.docs.category.Basics": { + "message": "基础", + "description": "The label for category Basics in sidebar docs" + }, + "sidebar.docs.category.Features": { + "message": "功能", + "description": "The label for category Features in sidebar docs" + }, + "sidebar.docs.category.Tensor Parallel": { + "message": "张量并行", + "description": "The label for category Tensor Parallel in sidebar docs" + }, + "sidebar.docs.category.Advanced Tutorials": { + "message": "高级教程", + "description": "The label for category Advanced Tutorials in sidebar docs" + } +} diff --git a/docs/versions.json b/docs/versions.json index 8497d72d9..dde32982b 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,3 +1,3 @@ [ - "v0.2.3" + "current" ]