mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: tweak redirects and the main page (#12265)
This commit is contained in:
parent
73403b323e
commit
df986ef2dd
21
README.md
21
README.md
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/10379601/29446482-04f7036a-841f-11e7-9872-91d1fc2ea683.png" height="200" align="right"/>
|
<img src="https://user-images.githubusercontent.com/10379601/29446482-04f7036a-841f-11e7-9872-91d1fc2ea683.png" height="200" align="right"/>
|
||||||
|
|
||||||
#### [Docs](https://pptr.dev/docs) | [API](https://pptr.dev/api) | [FAQ](https://pptr.dev/faq) | [Contributing](https://pptr.dev/contributing) | [Troubleshooting](https://pptr.dev/troubleshooting)
|
> Puppeteer is a Node.js library which provides a high-level API to control
|
||||||
|
> Chrome/Chromium over the
|
||||||
|
> [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
|
||||||
|
> Puppeteer runs in
|
||||||
|
> [headless](https://developer.chrome.com/docs/chromium/new-headless/)
|
||||||
|
> mode by default, but can be configured to run in full ("headful")
|
||||||
|
> Chrome/Chromium.
|
||||||
|
|
||||||
Puppeteer is a Node.js library which provides a high-level API to control
|
## [Get started](https://pptr.dev/docs) | [API](https://pptr.dev/api) | [FAQ](https://pptr.dev/faq) | [Contributing](https://pptr.dev/contributing) | [Troubleshooting](https://pptr.dev/troubleshooting)
|
||||||
Chrome/Chromium over the
|
|
||||||
[DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
|
|
||||||
Puppeteer runs in
|
|
||||||
[headless](https://developer.chrome.com/docs/chromium/new-headless/)
|
|
||||||
mode by default, but can be configured to run in full ("headful")
|
|
||||||
Chrome/Chromium.
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
@ -51,8 +51,3 @@ import puppeteer from 'puppeteer';
|
|||||||
await browser.close();
|
await browser.close();
|
||||||
})();
|
})();
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Check out our [contributing guide](https://pptr.dev/community/contributing) to get an
|
|
||||||
overview of Puppeteer development.
|
|
||||||
|
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
<img src="https://user-images.githubusercontent.com/10379601/29446482-04f7036a-841f-11e7-9872-91d1fc2ea683.png" height="200" align="right"/>
|
<img src="https://user-images.githubusercontent.com/10379601/29446482-04f7036a-841f-11e7-9872-91d1fc2ea683.png" height="200" align="right"/>
|
||||||
|
|
||||||
#### [Docs](https://pptr.dev/docs) | [API](https://pptr.dev/api) | [FAQ](https://pptr.dev/faq) | [Contributing](https://pptr.dev/contributing) | [Troubleshooting](https://pptr.dev/troubleshooting)
|
> Puppeteer is a Node.js library which provides a high-level API to control
|
||||||
|
> Chrome/Chromium over the
|
||||||
|
> [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
|
||||||
|
> Puppeteer runs in
|
||||||
|
> [headless](https://developer.chrome.com/docs/chromium/new-headless/)
|
||||||
|
> mode by default, but can be configured to run in full ("headful")
|
||||||
|
> Chrome/Chromium.
|
||||||
|
|
||||||
Puppeteer is a Node.js library which provides a high-level API to control
|
## [Get started](https://pptr.dev/docs) | [API](https://pptr.dev/api) | [FAQ](https://pptr.dev/faq) | [Contributing](https://pptr.dev/contributing) | [Troubleshooting](https://pptr.dev/troubleshooting)
|
||||||
Chrome/Chromium over the
|
|
||||||
[DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
|
|
||||||
Puppeteer runs in
|
|
||||||
[headless](https://developer.chrome.com/docs/chromium/new-headless/)
|
|
||||||
mode by default, but can be configured to run in full ("headful")
|
|
||||||
Chrome/Chromium.
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
@ -51,8 +51,3 @@ import puppeteer from 'puppeteer';
|
|||||||
await browser.close();
|
await browser.close();
|
||||||
})();
|
})();
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Check out our [contributing guide](https://pptr.dev/community/contributing) to get an
|
|
||||||
overview of Puppeteer development.
|
|
||||||
|
@ -85,7 +85,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/docs',
|
from: '/docs',
|
||||||
to: '/category/introduction',
|
to: '/guides/what-is-puppeteer',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/chromium-support',
|
from: '/chromium-support',
|
||||||
|
Loading…
Reference in New Issue
Block a user