Skip to content

Commit

Permalink
docs: update sidebarReference.json (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsen-capricorn authored May 9, 2024
1 parent 3239dac commit 0cdf749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sidebarReference.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,19 +338,19 @@
"sectionHeader": "React 规则"
},
{
"title": "Overview",
"title": "概述",
"path": "/reference/rules",
"routes": [
{
"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

0 comments on commit 0cdf749

Please sign in to comment.