From 649b46ecef6c0cdda2d0d09c13a5a3d6cbb3d37e Mon Sep 17 00:00:00 2001 From: fsen Date: Mon, 29 Apr 2024 23:04:12 +0800 Subject: [PATCH] docs: update sidebarReference.json --- src/sidebarReference.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sidebarReference.json b/src/sidebarReference.json index 0e701e6e9c..970516a9b9 100644 --- a/src/sidebarReference.json +++ b/src/sidebarReference.json @@ -355,19 +355,19 @@ "sectionHeader": "React 规则" }, { - "title": "Overview", + "title": "概述", "path": "/reference/rules" }, { - "title": "Components and Hooks must be pure", + "title": "组件和 Hook 必须是纯粹的", "path": "/reference/rules/components-and-hooks-must-be-pure" }, { - "title": "React calls Components and Hooks", + "title": "React 调用组件和 Hook", "path": "/reference/rules/react-calls-components-and-hooks" }, { - "title": "Rules of Hooks", + "title": "Hook 的规则", "path": "/reference/rules/rules-of-hooks" }, {