Skip to content

Commit 0a1b29e

Browse files
committed
update description of the command
1 parent 43f8605 commit 0a1b29e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

repo-scripts/api-documenter/src/cli/TocAction.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ export class TocAction extends BaseAction {
2929
public constructor(parser: ApiDocumenterCommandLine) {
3030
super({
3131
actionName: 'toc',
32-
summary: 'Generate documentation as Markdown files (*.md)',
33-
documentation:
34-
'Generates API documentation as a collection of files in' +
35-
' Markdown format, suitable for example for publishing on a GitHub site.'
32+
summary: 'Generate TOC(table of content) for Firebase devsite.',
33+
documentation: 'Generate TOC(table of content) for Firebase devsite.'
3634
});
3735
}
3836

0 commit comments

Comments
 (0)