chunky-dev / docs

Chunky website and documentation.
https://chunky-dev.github.io/docs/
Other
1 stars 8 forks source link

Support multiple versions of the doc #65

Closed jackjt8 closed 1 year ago

jackjt8 commented 2 years ago

Material for MkDocs supports versioning by using mike as a provider. Unofficially, we can hijack this functionality by adding our own versions.json.


Option 1 - mike: Python utility that reuses previously-deployed docs for a given version. Not very good for multi-branch software like ours.

Option 2 - mkdocs-monorepo-plugin: Allows for multiple docs/ folders and navigations.