Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 465 Bytes

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