/getkong.org

:monkey: Source code for getkong.org website

Primary LanguageHTMLMIT LicenseMIT

KONG Website

This folder is the source code for Kong's website. It is a Jekyll website hosted on GitHub pages.

Requirements

Install

gem install bundler
npm install

Running locally

npm start

Generating Public Lua API from Kong

  • 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).

Deploying

This will deploy to GitHub pages:

npm run deploy