This repo contains the source code of the k6 documentation.
git clone [email protected]:loadimpact/k6-docs.git
cd k6-docs
npm install
npm start
Documentation articles are markdown files structured under the src/data/markdown/docs
folder.
The markdown files support a few custom extensions explained on the File Format Guide.