Writing Docs

    Kustomize uses Docsy for the site, and was forked from the

    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.

    1. Go to the forked repo’s Settings tab
      • e.g.
    2. Set the source to master branch /docs folder

    Publish to the fork’s GitHub Pages

    1. Make a change to a file under site/content
    2. Run from the site/ directory
    3. Add the site and docs directories to the master branch
    4. Commit and push the changes to the remote fork’s master branch