Skip to content

Commit 68e3c5d

Browse files
committed
Remove "Useful Hooks" section
1 parent adfc093 commit 68e3c5d

File tree

3 files changed

+0
-301
lines changed

3 files changed

+0
-301
lines changed

docs/basic/useful-hooks.md

Lines changed: 0 additions & 293 deletions
This file was deleted.

genReadme.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,6 @@ async function main(argv) {
266266
path: "docs/basic/troubleshooting/non-ts-files.md",
267267
headingLevel: 1,
268268
});
269-
pendingReadme = await updateSectionWith({
270-
from: currentReadme,
271-
to: pendingReadme,
272-
name: "useful-hooks",
273-
path: "docs/basic/useful-hooks.md",
274-
headingLevel: 1,
275-
});
276269
pendingReadme = await updateSectionWith({
277270
from: currentReadme,
278271
to: pendingReadme,

website/sidebars.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"basic/recommended/resources"
4242
]
4343
},
44-
"basic/useful-hooks",
4544
"basic/editor_integration",
4645
"basic/linting",
4746
"basic/examples"

0 commit comments

Comments
 (0)