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 f3b2d27 commit 59e0d67Copy full SHA for 59e0d67
repo-scripts/api-documenter/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@firebase/api-documenter",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Read JSON files from api-extractor, generate documentation pages",
5
"repository": {
6
"directory": "repo-scripts/documenter",
repo-scripts/api-documenter/src/toc.ts
@@ -48,8 +48,7 @@ export function generateToc({
48
if (jsSdk) {
49
const firebaseToc: ITocItem = {
50
title: 'firebase',
51
- path: `${g3Path}/index`,
52
- section: []
+ path: `${g3Path}/index`
53
};
54
toc.push(firebaseToc);
55
}
0 commit comments