jimporter / mike

Manage multiple versions of your MkDocs-powered documentation via Git
BSD 3-Clause "New" or "Revised" License
511 stars 45 forks source link

Versioning of sub-folders #205

Closed srinisubramanian closed 5 months ago

srinisubramanian commented 5 months ago

My main documentation site has multiple sub folders, each describing a separate product/app.

For e.g the main folder is mkdocs/docs and there are multiple products defined at mkdocs/docs/product1, mkdocs/docs/folder2 etc. THe need is to setup versioning for one of the products ie. product2 and not the entire set.

Is this possible? If not directly possible is there any other way to achieve it?