Skip to content

clearhaus-external/gateway-api-docs

 
 

Repository files navigation

Gateway API documentation

Build the Docker image:

./build/build.sh

Serve locally:

docker run --rm -it \
  --name gateway-api-docs \
  -p 1313:1313 \
  -v $PWD:/opt/clearhaus/gateway-api-docs \
  clearhaus/gateway-api-docs bash ./build/start.sh

Some files are statically made when starting the Hugo server.

  • .js files
  • .css files

To update these files run:

docker exec -it gateway-api-docs yarnpkg update_build

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.3%
  • JavaScript 20.8%
  • HTML 11.8%
  • Shell 2.6%
  • Dockerfile 0.5%