docs: remove unhelpful api pages (#9933)

This commit is contained in:
Nikolay Vitkov
2023-03-28 20:02:00 +02:00
committed by GitHub
parent 9af680d3e5
commit a99abc9a2f
342 changed files with 1142 additions and 5150 deletions

View File

@@ -14,7 +14,7 @@ export interface PuppeteerLaunchOptions extends LaunchOptions, BrowserLaunchArgu
## Properties
| Property | Modifiers | Type | Description | Default |
| ----------------------------------------------------------------------------- | --------- | --------------------------------- | ------------ | ------- |
| [extraPrefsFirefox?](./puppeteer.puppeteerlaunchoptions.extraprefsfirefox.md) | | Record<string, unknown> | _(Optional)_ | |
| [product?](./puppeteer.puppeteerlaunchoptions.product.md) | | [Product](./puppeteer.product.md) | _(Optional)_ | |
| Property | Modifiers | Type | Description | Default |
| ----------------- | --------------------- | --------------------------------- | ----------- | ------- |
| extraPrefsFirefox | <code>optional</code> | Record&lt;string, unknown&gt; | | |
| product | <code>optional</code> | [Product](./puppeteer.product.md) | | |