Skip to content

Commit 608b33f

Browse files
authored
Remove "Useful Hooks" section (#617)
1 parent d30bb63 commit 608b33f

File tree

3 files changed

+0
-301
lines changed

3 files changed

+0
-301
lines changed

docs/basic/useful-hooks.md

-293
This file was deleted.

genReadme.js

-7
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,6 @@ async function main(argv) {
285285
path: "docs/basic/troubleshooting/non-ts-files.md",
286286
relativeHeadingLevel: 1,
287287
});
288-
pendingReadme = await updateSectionWith({
289-
from: currentReadme,
290-
to: pendingReadme,
291-
name: "useful-hooks",
292-
path: "docs/basic/useful-hooks.md",
293-
relativeHeadingLevel: 1,
294-
});
295288
pendingReadme = await updateSectionWith({
296289
from: currentReadme,
297290
to: pendingReadme,

website/sidebars.json

-1
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)