Skip to content

mansilladev/getkong.org

 
 

Repository files navigation

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

About

🐒 Source code for getkong.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.5%
  • CSS 23.8%
  • JavaScript 5.6%
  • Ruby 4.1%