make serve
Visit http://localhost:1313
to create a release copy of development
use
make release version=v1.2.3
The new version should appear in the site and be the default.
There is a tool, ./hack/crd.rb
designed to autogenerate CRD documentation based off the content of our Go doc-comments
in /cartographer/pkg/apis
.
Check out cartographer locally, as a sibling of cartographer-site
.
Ensure cartographer crd's are generated:
cd /path/to/cartographer
git co <revision you want to gen docs from>
make gen-manifests
cd /path/to/cartographer-site
make gen-crd-reference
/cartographer/site/content/docs/development/crds/*.yaml
Note: the files in ./hack/crds
contain configuration for which fields to replace or ignore.