-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versioning of website based on Turing's versions #478
Conversation
Preview the changes: https://turinglang.org/docs/pr-previews/478, Please avoid using the search feature and navigation bar in PR previews! |
Update: Changelog and Versions will be added to sidebar of docs and tutorials |
For the listing, only minor versions will be there now! In our gh-pages, should we have only minor versions or all? If all, then this PR is good to go! |
Thanks @shravanngoswamii. Let's create a
We only list minor versions, but they should point to the most recent bugfix release, e.g. |
Ok, got it! I will update it soon! |
Updated the script!
In latest version: latest bug fix version will appear I need some suggestions:
Have a look at versions file now: https://turinglang.org/docs/pr-previews/478/versions.html |
I was adding the deprecation note in our old docs but I am having some issues understanding that site! update: I searched a bit and found out that its using symbolic links! |
please also review the deprecation note in this: https://turing.shravangoswami.com/ui/v0.31.1/ |
Thanks @shravanngoswamii -- it looks nice.
Let's remove the link to change the log elsewhere except the one in
That would be nice if possible. |
I tried almost everything that I could, and I was not able to figure out what was the issue! Then suddenly I saw the issues of this workflow and found out that it does not support diffs that change single line, we can use it after this PR is merged! |
@yebai This PR is good to go, that suggest changes workflow PR is merged — parkerbxyz/suggest-changes#31, and it's working fine now! You can see the example here: shravanngoswamii#46 |
Still I have one more question, when we update any previous release then docs will be pushed to that particular version along with the root folder. So should I put the |
Let's do it.
One should always refer to explicitly versioned docs for previous releases. |
Done! |
Now we have to make some changes in Turing.jl's workflow for triggering this workflow on new releases! Its not necessary because this will automatically update it when new commit will be made in this repo after version changes!