The source for the official Documentation for WebPageTest.
Each page of documentation for WebPageTest is written in Markdown and contained in the /src directory. The site is built with Eleventy and automatically deployed by Netlify whenever a commit is pushed to the main
branch.
We not only welcome, but encourage contributions to the documentation. There are two ways to contribute.
Each page on the documentation site provides an "Edit this page on GitHub" link in the footer that will automatically take you to that page's source file in this repo.
From there, once you're logged into GitHub, you'll be able to click the pencil icon in the top right corner of the file to start editing in your browser. Once you're happy with your edits, add a title and informative description in the boxes provided by GitHub to submit a PR for us to review.
Alternatively, you can set up a local development environment to make changes locally and then push up to the repo for review.
To run the site locally, you'll need to have version 8 or later of Node.js available on your machine.
Here are the steps necessary to get a version of the docs running on your local machine.
- Create a fork of this repo
- Clone your new repository to your local machine.
git clone [email protected]:your-user-name/webpagetest-docs.git
cd
intowebpagetest-docs
and runnpm install
$ cd webpagetest-docs
$ npm install
- Use
npx
to serve the site.npx
has been included with Node since version 5.2. If for some reason it isn't available on your machine, you can install it by usingnpm install -g npx
npx @11ty/eleventy --serve
If all goes well, that should provide a hot-reloading local web server. As you make changes to the site, the site will auto-regenerate and the browser will fresh to show any changes. When you've made your changes, push them back to your forked version of the site and submit a pull request for us to review.
Because of the change to the documentation, some links will be pointing to a path that no longer exists in this repo. To help you get oriented, here a few a of the more popular sections with their new canonical locations.
View the Change Log for WebPageTest.