Is there any way the do the versioning of site! #9912
-
What I want to do is save each version of my site when new version of Turing.jl releases! See we have a dropdown to change version in navbar in our old site - https://turinglang.org/v0.31/ If quarto does not provide any feature like this then is it possible to add the dynamic dropdown in navbar for versions, I mean I can implement versioning feature using github actions but then the new version number in navbar should update automatically. As far as I know _quarto.yml does not accept any variables |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There is no built-in support for that so you'll have to come up with your own workflow such as using profiles, publishing multiple websites as subdirectories, generating the dropdown with pre-render scripts, etc. That's basically the same thing as multilingual websites: |
Beta Was this translation helpful? Give feedback.
There is even an issue to track this: