Build the Docker image:
./build/build.shServe 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.shSome files are statically made when starting the Hugo server.
.jsfiles.cssfiles
To update these files run:
docker exec -it gateway-api-docs yarnpkg update_build