Cloudflare’s documentation
Find a file
Adam Schwartz 7d7c4f43b9 terraform content cleanup/rewrite
- add missing h1s
- remove `/terraform` pathPrefix from internal links in md
- use <DirectoryListing/> where appropriate
- re-order sidenav
- add missing languages to code blocks
- convert getting started into index
2020-09-10 18:32:31 -04:00
products terraform content cleanup/rewrite 2020-09-10 18:32:31 -04:00
.gitignore more worker gitignore 2020-09-08 17:50:56 -04:00
README.md basic readme 2020-09-09 02:48:00 -04:00

Cloudflare Docs

Publishing

Clone the engine somewhere and set it up to be NPM linked:

git clone git@github.com:adamschwartz/cloudflare-docs-engine.git
npm link

For each product, cd into products/$productName and then run:

npm link cloudflare-docs-engine && npm run bootstrap && npm run build && wrangler publish

Live test pages