This folder is the source code for Kong's website. It is a Jekyll website hosted on GitHub pages.
gem install bundler npm install
npm start
- Have a local clone of Kong.
- Checkout the desired branch/tag/release.
- Set an env variable
KONG_PATH
to point to your local clone. - Run:
gulp docs
- Module docs are generated into
./lua-reference
. - Manually move to the desired location (appropriate version folder).
This will deploy to GitHub pages:
npm run deploy