Writing Docs
Kustomize uses Docsy for the site, and was forked from the
- Install hugo
- Clone kustomize
Hugo compiles the files under site
Hugo into html which it puts in the folder:
It is possible to have the kustomize docs published to your forks github pages.
- Go to the forked repo’s Settings tab
- e.g.
- Set the source to master branch /docs folder
Publish to the fork’s GitHub Pages
- Make a change to a file under
site/content
- Run from the
site/
directory - Add the
site
anddocs
directories to the master branch - Commit and push the changes to the remote fork’s master branch