dustinschultz / getkong.org

:monkey: Source code for getkong.org website

Home Page:https://getkong.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:monkey: Source code for getkong.org website

https://getkong.org

License:MIT License


Languages

Language:HTML 90.1%Language:CSS 7.5%Language:JavaScript 1.4%Language:Ruby 1.0%