Skip to content

HouseOrdnung-by-Hnoss/developer.konghq.com

 
 

Repository files navigation

developer.konghq.com

🦍 Source code for developer.konghq.com website.

Run Locally

# Install prerequisites
make install-prerequisites

# Install dependencies
make install

# Create local .env file
# OAS Pages require VITE_PORTAL_API_URL to be set in your current environment, it should match the Kong supplied portal URL
cp .env.example .env

# Build the site and watch for changes 
make run

Once you see the Server now ready on … message, the docs site is available at http://localhost:8888.

Contributing to the docs

If you want to contribute to the Kong Developer docs, see the Contributing guide.

About

🦍 Source code for developer.konghq.com website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.9%
  • Ruby 32.0%
  • JavaScript 16.6%
  • Vue 8.1%
  • CSS 2.7%
  • Shell 0.3%
  • Other 0.4%