This project contains the static website content for the Cloudflare Workers documentation.
Ensure you have the the following installed:
To test the content or static hugo files locally, run:
npm install
npm run start-hugo
You can now edit the .md files and the HTML files will be autogenerated.
To test the Worker logic serving these static files (i.e. anything in ./workers-site
), run:
npm run start
To run test of the Workers script, run:
npm test
To publish to staging:
npm run publish staging
Releasing done through CI for whatever is on master. Ask Ashley Williams or Kristian Freeman for questions.
This repo is overseen by the Workers Developer Experience team. Check out our contribution guide at CONTRIBUTING.md!
To contribute to templates see Template Contributing Guide.