mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
The current rendered site does not correctly link local in-repo documents. This results in the LoadBalancer links on the Ingress User Guide pages going to a 404. Unfortunately this behavior is different between "normal" markdown rendering in local IDEs and while viewing source files in GitHub. But this change makes the rendered public site correctly link to the page. Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
kind's docs
kind's docs are built with hugo, and can be browsed live at https://kind.sigs.k8s.io/
To browse them locally, install hugo and run make serve from this directory.