We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f8605 commit 0a1b29eCopy full SHA for 0a1b29e
repo-scripts/api-documenter/src/cli/TocAction.ts
@@ -29,10 +29,8 @@ export class TocAction extends BaseAction {
29
public constructor(parser: ApiDocumenterCommandLine) {
30
super({
31
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.'
+ summary: 'Generate TOC(table of content) for Firebase devsite.',
+ documentation: 'Generate TOC(table of content) for Firebase devsite.'
36
});
37
}
38
0 commit comments