Getting Started
To enable versioning:
Set the version
property in your chiller.json. This will be the default version loaded and displayed in the header. If you simply want to show the current version you can set this property and do nothing else.
In each versioned .mdx
documentation file add a version
property to the front matter.
Versioning works via a simple override design.
group
+ title
front matter. When there are more than one files with the same group
+ title
the one with the current version is used.