You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your feature request for the documentation
Right now we don't have a proper way to host multiple versions of the website.
The idea would be to have a sub domain for each non-latest version of the umh, something like v0.9.10.umh.docs.umh.app.
The CloudFlare page should point to the related branch, e.g. release-0.9.10
The workflow should look something like this:
main branch with all the latest addition to the current version, hosted on umh.docs.umh.app
dev-0.9.12 branch where all the docs of new features / fixes for the next release of umh shall be merged
when new umh version gets released:
release-0.9.11 branch from main that will be the final version of the docs for umh v0.9.10, hosted on v0.9.10.umh.docs.umh.app
dev-0.9.12 shall be merged into main
dev-0.9.13 branched from main to be the target for new features
The config.toml file must be kept updated with the correct [[params.version]] sections
We have it and I already included an example for it. For each version, create a new branch with that version number. Then you can link the Cloudflare branch preview. See also:
Describe your feature request for the documentation
Right now we don't have a proper way to host multiple versions of the website.
The idea would be to have a sub domain for each non-latest version of the umh, something like
v0.9.10.umh.docs.umh.app
.The CloudFlare page should point to the related branch, e.g.
release-0.9.10
The workflow should look something like this:
main
branch with all the latest addition to the current version, hosted onumh.docs.umh.app
dev-0.9.12
branch where all the docs of new features / fixes for the next release of umh shall be mergedrelease-0.9.11
branch frommain
that will be the final version of the docs for umh v0.9.10, hosted onv0.9.10.umh.docs.umh.app
dev-0.9.12
shall be merged intomain
dev-0.9.13
branched frommain
to be the target for new featuresThe
config.toml
file must be kept updated with the correct[[params.version]]
sectionsDescribe possible alternatives
@JeremyTheocharis @Scarjit feel free to add suggestions on how to handle versioning
Additional Context
Kubernetes references:
The text was updated successfully, but these errors were encountered: