puppeteer/website
2021-09-14 14:03:28 +00:00
..
blog
src
static
versioned_docs fix: update firefox prefs documentation link (#7539) 2021-09-10 18:59:43 +00:00
versioned_sidebars fix: added names in V9.1.1 (#7547) 2021-09-14 14:03:28 +00:00
.gitignore
babel.config.js
docusaurus.config.js chore(docs): generate site for v10.0.0 2021-08-09 09:57:14 +01:00
package.json
README.md
sidebars.js chore(docs): improve doc links and supported versions 2021-08-17 10:07:23 +01:00
versions.json chore(docs): improve doc links and supported versions 2021-08-17 10:07:23 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Its dependencies are purposefully kept separate from the main Puppeteer codebase's in order to avoid having all our end users install them when installing Puppeteer. In the future we may move this website into its own repository.

Installation

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Deploys are automatically handled by the deploy-docs.yml workflow.