547699545a
This CL changes our docs generation to not include automatic docs from devtools-protocol. Long term we probably want this, but for now it's generating a vast amount of documentation and it's making setting up the new website and docs harder. Let's focus just on the pptr docs for now and revisit this once the foundations have been laid.
47 lines
917 B
JSON
47 lines
917 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/lib/cjs/puppeteer/api-docs-entry.d.ts",
|
|
"bundledPackages": [],
|
|
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
|
|
"docModel": {
|
|
"enabled": true,
|
|
"apiJsonFilePath": "<projectFolder>/docs-api-json/<unscopedPackageName>.api.json"
|
|
},
|
|
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "lib/types.d.ts"
|
|
},
|
|
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
|
|
"messages": {
|
|
"compilerMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
|
|
"extractorMessageReporting": {
|
|
"ae-internal-missing-underscore": {
|
|
"logLevel": "none"
|
|
},
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
|
|
"tsdocMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
}
|
|
}
|
|
}
|