Skip to content

Commit

Permalink
chore: Update api-documenter config to include project headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Jul 27, 2022
1 parent 392c7fe commit cf4daa6
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 36 deletions.
143 changes: 110 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"api-extractor:local": "npm run build && node generate-reports.js --local",
"esm-wrap": "node generate-esm-wrapper.js",
"api-documenter": "run-s api-documenter:markdown api-documenter:toc api-documenter:post",
"api-documenter:markdown": "api-documenter-fire markdown --input temp --output docgen/markdown -s",
"api-documenter:markdown": "api-documenter-fire markdown --input temp --output docgen/markdown -s --project admin",
"api-documenter:toc": "api-documenter-fire toc --input temp --output docgen/markdown -p /docs/reference/admin/node -s",
"api-documenter:post": "node docgen/post-process.js"
},
Expand Down Expand Up @@ -188,7 +188,7 @@
}
},
"dependencies": {
"@firebase/database-compat": "^0.2.0",
"@firebase/database-compat": "^0.2.3",
"@firebase/database-types": "^0.9.7",
"@types/node": ">=12.12.47",
"@fastify/busboy": "^1.1.0",
Expand All @@ -202,7 +202,7 @@
"@google-cloud/storage": "^6.1.0"
},
"devDependencies": {
"@firebase/api-documenter": "^0.1.2",
"@firebase/api-documenter": "^0.2.0",
"@firebase/app-compat": "^0.1.2",
"@firebase/auth-compat": "^0.2.5",
"@firebase/auth-types": "^0.11.0",
Expand Down

0 comments on commit cf4daa6

Please sign in to comment.