There are multiple products and versions. The default URLs (e.g. example.com/product1/1.0/feature1) are ok, but for the last version I would like to omit the version number.
I could achieve it by moving files or setting url in their Front Matter, but it’s not practical since we have hundreds docs per version. I would prefer to do it with a config if it’s possible.
3) If the documentation for the prior versions is stable (zero or infrequent edits), do the same as #2 but stuff the older content in their own repositories, then mount them.