diff --git a/README.md b/README.md
index 783bf9fdec5..6078b23c2c0 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,15 @@
-#### [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
-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.
+## [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)
## Example
@@ -51,8 +51,3 @@ import puppeteer from 'puppeteer';
await browser.close();
})();
```
-
-## Contributing
-
-Check out our [contributing guide](https://pptr.dev/community/contributing) to get an
-overview of Puppeteer development.
diff --git a/docs/index.md b/docs/index.md
index 783bf9fdec5..6078b23c2c0 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,15 +5,15 @@
-#### [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
-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.
+## [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)
## Example
@@ -51,8 +51,3 @@ import puppeteer from 'puppeteer';
await browser.close();
})();
```
-
-## Contributing
-
-Check out our [contributing guide](https://pptr.dev/community/contributing) to get an
-overview of Puppeteer development.
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 611d1a1cb55..a8a1fe51df4 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -85,7 +85,7 @@ const config = {
},
{
from: '/docs',
- to: '/category/introduction',
+ to: '/guides/what-is-puppeteer',
},
{
from: '/chromium-support',