From 98ca56aef062acb59c28f4472b8276abc81e2b0e Mon Sep 17 00:00:00 2001 From: Qi He Date: Mon, 15 Dec 2025 14:56:18 +0800 Subject: [PATCH 1/3] fix: others i18n --- docs/99-others/1-browser-support.md | 2 +- docs/99-others/_category_.json | 7 +++++-- .../current/99-others/1-browser-support.md | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/99-others/1-browser-support.md b/docs/99-others/1-browser-support.md index 3244a2111..d3fe17d43 100644 --- a/docs/99-others/1-browser-support.md +++ b/docs/99-others/1-browser-support.md @@ -1,5 +1,5 @@ --- -sidebar_position: 14 +sidebar_position: 1 --- # 浏览器支持 diff --git a/docs/99-others/_category_.json b/docs/99-others/_category_.json index 9c0fcb736..ba5f9250a 100644 --- a/docs/99-others/_category_.json +++ b/docs/99-others/_category_.json @@ -1,6 +1,9 @@ { "label": "其他", - "key": "general-other", "position": 99, - "collapsible": true + "collapsible": true, + "link": { + "type": "generated-index", + "slug": "/category/others" + } } diff --git a/i18n/en/docusaurus-plugin-content-docs/current/99-others/1-browser-support.md b/i18n/en/docusaurus-plugin-content-docs/current/99-others/1-browser-support.md index ec54b1fd4..db5eec107 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/99-others/1-browser-support.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/99-others/1-browser-support.md @@ -1,5 +1,5 @@ --- -sidebar_position: 14 +sidebar_position: 1 --- # Browser Support From 210d07cf69bd33188a8e198317833498d93f165f Mon Sep 17 00:00:00 2001 From: Qi He Date: Mon, 15 Dec 2025 15:21:34 +0800 Subject: [PATCH 2/3] others --- docs/99-others/_category_.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/99-others/_category_.json b/docs/99-others/_category_.json index ba5f9250a..4b497b64b 100644 --- a/docs/99-others/_category_.json +++ b/docs/99-others/_category_.json @@ -1,9 +1,5 @@ { "label": "其他", "position": 99, - "collapsible": true, - "link": { - "type": "generated-index", - "slug": "/category/others" - } + "collapsible": true } From 5779b0e386f040e88440066e2ab767ff427c22bb Mon Sep 17 00:00:00 2001 From: Qi He Date: Mon, 15 Dec 2025 15:31:09 +0800 Subject: [PATCH 3/3] other --- docs/99-others/_category_.json | 1 + i18n/en/docusaurus-plugin-content-docs/current.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/99-others/_category_.json b/docs/99-others/_category_.json index 4b497b64b..9c0fcb736 100644 --- a/docs/99-others/_category_.json +++ b/docs/99-others/_category_.json @@ -1,5 +1,6 @@ { "label": "其他", + "key": "general-other", "position": 99, "collapsible": true } diff --git a/i18n/en/docusaurus-plugin-content-docs/current.json b/i18n/en/docusaurus-plugin-content-docs/current.json index ba9b7b345..df4cb81f4 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current.json +++ b/i18n/en/docusaurus-plugin-content-docs/current.json @@ -151,7 +151,11 @@ "message": "Topic Aliases", "description": "The label for category 话题别名 in sidebar tutorialSidebar" }, - "sidebar.tutorialSidebar.category.其他": { + "sidebar.tutorialSidebar.category.general-other": { + "message": "Others", + "description": "The label for category 其他 in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.viz-extensions-other": { "message": "Others", "description": "The label for category 其他 in sidebar tutorialSidebar" },