-
DescriptionAt some point a plugin broke on our end with the latest Insiders release and we'd need to pin Related links
Proposed changeNo response Before submitting
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
The link to the tags list works fine for me. Could this have been a temporary glitch on Github's side? |
Beta Was this translation helpful? Give feedback.
-
I'm converting this to a discussion. If we can deduce something concrete that should be added to the docs, we can do it, but I'm not sure what should be done. |
Beta Was this translation helpful? Give feedback.
-
The simplest option when you do not have access to Insiders is to check our changelog, as it lists all versions chronologically. You can also get the fully qualified Insiders versions from it. The only thing you need to do is to replace Example Take the latest Insiders version from the changelog to date:
Drop the
You can now use this as a tag to install a specific version of Insiders:
|
Beta Was this translation helpful? Give feedback.
The simplest option when you do not have access to Insiders is to check our changelog, as it lists all versions chronologically. You can also get the fully qualified Insiders versions from it. The only thing you need to do is to replace
+
with-
. We cannot use+
(which starts a local Python version qualifier), as Docker doesn't allow for+
characters, so we need to use-
everywhere.Example
Take the latest Insiders version from the changelog to date:
Drop the
mkdocs-material-
prefix and replace the+
:You can now use this as a tag to install a specific version of Insiders: