Skip to content

Commit de3e67b

Browse files
committed
do NOT create empty section
1 parent bb223f8 commit de3e67b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/exp/generate-devsite-toc.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ const REPORT_DIR = path.resolve(process.cwd(), argv.input);
4141

4242
const js: TocItem = {
4343
title: 'firebase',
44-
path: `${REF_DOC_DIR}/index`,
45-
section: []
44+
path: `${REF_DOC_DIR}/index`
4645
};
4746
const toc = [js];
4847

0 commit comments

Comments
 (0)