Skip to content

docs: update sidebarReference.json #1517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/sidebarReference.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
Loading