Skip to content

Commit 59e0d67

Browse files
committed
bump version and remove "section: []"
1 parent f3b2d27 commit 59e0d67

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

repo-scripts/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/api-documenter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"directory": "repo-scripts/documenter",

repo-scripts/api-documenter/src/toc.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ export function generateToc({
4848
if (jsSdk) {
4949
const firebaseToc: ITocItem = {
5050
title: 'firebase',
51-
path: `${g3Path}/index`,
52-
section: []
51+
path: `${g3Path}/index`
5352
};
5453
toc.push(firebaseToc);
5554
}

0 commit comments

Comments
 (0)