Skip to content

Commit 5df064d

Browse files
committed
refactor: moved to reference root section and added to the sidebar
1 parent 9f95da2 commit 5df064d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
File renamed without changes.

src/sidebarReference.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,14 @@
378378
"title": "Compiling Libraries",
379379
"path": "/reference/react-compiler/compiling-libraries"
380380
},
381+
{
382+
"hasSectionHeader": true,
383+
"sectionHeader": "Developer tooling"
384+
},
385+
{
386+
"title": "React Performance tracks",
387+
"path": "/reference/developer-tooling/react-performance-tracks"
388+
},
381389
{
382390
"hasSectionHeader": true,
383391
"sectionHeader": "eslint-plugin-react-hooks"
@@ -429,7 +437,7 @@
429437
"path": "/reference/eslint-plugin-react-hooks/lints/incompatible-library",
430438
"version": "rc"
431439
},
432-
440+
433441
{
434442
"title": "preserve-manual-memoization",
435443
"path": "/reference/eslint-plugin-react-hooks/lints/preserve-manual-memoization",
@@ -445,7 +453,7 @@
445453
"path": "/reference/eslint-plugin-react-hooks/lints/refs",
446454
"version": "rc"
447455
},
448-
456+
449457
{
450458
"title": "set-state-in-effect",
451459
"path": "/reference/eslint-plugin-react-hooks/lints/set-state-in-effect",

0 commit comments

Comments
 (0)