Skip to content

Commit 0a0bf9f

Browse files
committed
Update extract-tocs script
1 parent d20ba19 commit 0a0bf9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/extract-tocs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,11 @@ const createReactToc = () => {
157157
"refs-and-the-dom",
158158
"hooks-overview",
159159
"hooks-state",
160+
"hooks-reducer",
160161
"hooks-effect",
161162
"hooks-context",
162163
"hooks-ref",
164+
"hooks-custom",
163165
];
164166

165167
const files = glob.sync(`${MD_DIR}/*.md?(x)`);

0 commit comments

Comments
 (0)