We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30bb63 commit 608b33fCopy full SHA for 608b33f
docs/basic/useful-hooks.md
genReadme.js
@@ -285,13 +285,6 @@ async function main(argv) {
285
path: "docs/basic/troubleshooting/non-ts-files.md",
286
relativeHeadingLevel: 1,
287
});
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
- });
295
pendingReadme = await updateSectionWith({
296
from: currentReadme,
297
to: pendingReadme,
website/sidebars.json
@@ -41,7 +41,6 @@
41
"basic/recommended/resources"
42
]
43
},
44
- "basic/useful-hooks",
45
"basic/editor_integration",
46
"basic/linting",
47
"basic/examples"
0 commit comments