Skip to content

Commit

Permalink
docs: remove unhelpful api pages (#9933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Mar 28, 2023
1 parent 9af680d commit a99abc9
Show file tree
Hide file tree
Showing 342 changed files with 1,160 additions and 5,168 deletions.
15 changes: 0 additions & 15 deletions docs/api/puppeteer.boundingbox.height.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/api/puppeteer.boundingbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface BoundingBox extends Point
## Properties
| Property | Modifiers | Type | Description | Default |
| ------------------------------------------- | --------- | ------ | ------------------------------------ | ------- |
| [height](./puppeteer.boundingbox.height.md) | | number | the height of the element in pixels. | |
| [width](./puppeteer.boundingbox.width.md) | | number | the width of the element in pixels. | |
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | ------ | ------------------------------------ | ------- |
| height | | number | the height of the element in pixels. | |
| width | | number | the width of the element in pixels. | |
15 changes: 0 additions & 15 deletions docs/api/puppeteer.boundingbox.width.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/puppeteer.boxmodel.border.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/puppeteer.boxmodel.content.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/puppeteer.boxmodel.height.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/puppeteer.boxmodel.margin.md

This file was deleted.

16 changes: 8 additions & 8 deletions docs/api/puppeteer.boxmodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export interface BoxModel

## Properties

| Property | Modifiers | Type | Description | Default |
| ------------------------------------------ | --------- | --------------------------------- | ----------- | ------- |
| [border](./puppeteer.boxmodel.border.md) | | [Point](./puppeteer.point.md)\[\] | | |
| [content](./puppeteer.boxmodel.content.md) | | [Point](./puppeteer.point.md)\[\] | | |
| [height](./puppeteer.boxmodel.height.md) | | number | | |
| [margin](./puppeteer.boxmodel.margin.md) | | [Point](./puppeteer.point.md)\[\] | | |
| [padding](./puppeteer.boxmodel.padding.md) | | [Point](./puppeteer.point.md)\[\] | | |
| [width](./puppeteer.boxmodel.width.md) | | number | | |
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | --------------------------------- | ----------- | ------- |
| border | | [Point](./puppeteer.point.md)\[\] | | |
| content | | [Point](./puppeteer.point.md)\[\] | | |
| height | | number | | |
| margin | | [Point](./puppeteer.point.md)\[\] | | |
| padding | | [Point](./puppeteer.point.md)\[\] | | |
| width | | number | | |
13 changes: 0 additions & 13 deletions docs/api/puppeteer.boxmodel.padding.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/puppeteer.boxmodel.width.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/api/puppeteer.browserconnectoptions.defaultviewport.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/api/puppeteer.browserconnectoptions.ignorehttpserrors.md

This file was deleted.

14 changes: 7 additions & 7 deletions docs/api/puppeteer.browserconnectoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export interface BrowserConnectOptions

## Properties

| Property | Modifiers | Type | Description | Default |
| ---------------------------------------------------------------------------- | --------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------- |
| [defaultViewport?](./puppeteer.browserconnectoptions.defaultviewport.md) | | [Viewport](./puppeteer.viewport.md) \| null | _(Optional)_ Sets the viewport for each page. | |
| [ignoreHTTPSErrors?](./puppeteer.browserconnectoptions.ignorehttpserrors.md) | | boolean | _(Optional)_ Whether to ignore HTTPS errors during navigation. | false |
| [protocolTimeout?](./puppeteer.browserconnectoptions.protocoltimeout.md) | | number | _(Optional)_ Timeout setting for individual protocol (CDP) calls. | 180000 |
| [slowMo?](./puppeteer.browserconnectoptions.slowmo.md) | | number | _(Optional)_ Slows down Puppeteer operations by the specified amount of milliseconds to aid debugging. | |
| [targetFilter?](./puppeteer.browserconnectoptions.targetfilter.md) | | [TargetFilterCallback](./puppeteer.targetfiltercallback.md) | _(Optional)_ Callback to decide if Puppeteer should connect to a given target or not. | |
| Property | Modifiers | Type | Description | Default |
| ----------------- | --------------------- | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------- |
| defaultViewport | <code>optional</code> | [Viewport](./puppeteer.viewport.md) \| null | Sets the viewport for each page. | |
| ignoreHTTPSErrors | <code>optional</code> | boolean | Whether to ignore HTTPS errors during navigation. | false |
| protocolTimeout | <code>optional</code> | number | Timeout setting for individual protocol (CDP) calls. | 180000 |
| slowMo | <code>optional</code> | number | Slows down Puppeteer operations by the specified amount of milliseconds to aid debugging. | |
| targetFilter | <code>optional</code> | [TargetFilterCallback](./puppeteer.targetfiltercallback.md) | Callback to decide if Puppeteer should connect to a given target or not. | |
19 changes: 0 additions & 19 deletions docs/api/puppeteer.browserconnectoptions.protocoltimeout.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/api/puppeteer.browserconnectoptions.slowmo.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/api/puppeteer.browserconnectoptions.targetfilter.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/api/puppeteer.browsercontext.id.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/api/puppeteer.browsercontext.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ await context.close();
## Properties
| Property | Modifiers | Type | Description |
| -------------------------------------- | --------------------- | ------------------- | ----------- |
| [id](./puppeteer.browsercontext.id.md) | <code>readonly</code> | string \| undefined | |
| Property | Modifiers | Type | Description |
| -------- | --------------------- | ------------------- | ----------- |
| id | <code>readonly</code> | string \| undefined | |
## Methods
Expand Down
8 changes: 4 additions & 4 deletions docs/api/puppeteer.browsercontextoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface BrowserContextOptions

## Properties

| Property | Modifiers | Type | Description | Default |
| ------------------------------------------------------------------------ | --------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| [proxyBypassList?](./puppeteer.browsercontextoptions.proxybypasslist.md) | | string\[\] | _(Optional)_ Bypass the proxy for the given list of hosts. | |
| [proxyServer?](./puppeteer.browsercontextoptions.proxyserver.md) | | string | _(Optional)_ Proxy server with optional port to use for all requests. Username and password can be set in <code>Page.authenticate</code>. | |
| Property | Modifiers | Type | Description | Default |
| --------------- | --------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------- | ------- |
| proxyBypassList | <code>optional</code> | string\[\] | Bypass the proxy for the given list of hosts. | |
| proxyServer | <code>optional</code> | string | Proxy server with optional port to use for all requests. Username and password can be set in <code>Page.authenticate</code>. | |
15 changes: 0 additions & 15 deletions docs/api/puppeteer.browsercontextoptions.proxybypasslist.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/api/puppeteer.browsercontextoptions.proxyserver.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/api/puppeteer.browserfetcheroptions.host.md

This file was deleted.

14 changes: 7 additions & 7 deletions docs/api/puppeteer.browserfetcheroptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export interface BrowserFetcherOptions

## Properties

| Property | Modifiers | Type | Description | Default |
| ---------------------------------------------------------------------------- | --------- | ----------------------------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [host?](./puppeteer.browserfetcheroptions.host.md) | | string | _(Optional)_ Determines the host that will be used for downloading. | <p>Either</p><p>- https://storage.googleapis.com or - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central</p> |
| [path](./puppeteer.browserfetcheroptions.path.md) | | string | Determines the path to download browsers to. | |
| [platform?](./puppeteer.browserfetcheroptions.platform.md) | | [Platform](./puppeteer.platform.md) | _(Optional)_ Determines which platform the browser will be suited for. | Auto-detected. |
| [product?](./puppeteer.browserfetcheroptions.product.md) | | 'chrome' \| 'firefox' | _(Optional)_ Determines which product the [BrowserFetcher](./puppeteer.browserfetcher.md) is for. | <code>&quot;chrome&quot;</code>. |
| [useMacOSARMBinary?](./puppeteer.browserfetcheroptions.usemacosarmbinary.md) | | boolean | _(Optional)_ Enables the use of the Chromium binary for macOS ARM. | |
| Property | Modifiers | Type | Description | Default |
| ----------------- | --------------------- | ----------------------------------- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| host | <code>optional</code> | string | Determines the host that will be used for downloading. | <p>Either</p><p>- https://storage.googleapis.com or - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central</p> |
| path | | string | Determines the path to download browsers to. | |
| platform | <code>optional</code> | [Platform](./puppeteer.platform.md) | Determines which platform the browser will be suited for. | Auto-detected. |
| product | <code>optional</code> | 'chrome' \| 'firefox' | Determines which product the [BrowserFetcher](./puppeteer.browserfetcher.md) is for. | <code>&quot;chrome&quot;</code>. |
| useMacOSARMBinary | <code>optional</code> | boolean | Enables the use of the Chromium binary for macOS ARM. | |
15 changes: 0 additions & 15 deletions docs/api/puppeteer.browserfetcheroptions.path.md

This file was deleted.

Loading

0 comments on commit a99abc9

Please sign in to comment.