Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update api-documenter config to include project headers #1840

Merged
merged 1 commit into from Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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