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://github.com/rust-lang-nursery/mdBook#installation to install mdBook.
- 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.