The kubebuilder book is served using mdBook. If you want to test changes to the book locally, follow these directions:
- Follow the instructions at https://rust-lang.github.io/mdBook/guide/installation.html to install mdBook.
- Make sure controller-gen is installed in
$GOPATH
. - cd into the
docs/book
directory - Run
mdbook serve
- Visit http://localhost:3000
There are no manual steps needed to deploy the website.
Kubebuilder book website is deployed on Netlify. There is a preview of the website for each PR. As soon as the PR is merged, the website will be built and deployed on Netlify.