Support a latest
alias to docs for the latest version
#2133
sindresorhus
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
You can just drop the Does that help? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that https://swiftpackageindex.com/sindresorhus/KeyboardShortcuts/documentation links to the latest version, but I use an enum for namespacing, so the landing page is kinda useless. I would like to deep link the docs.
Currently I use the URL https://swiftpackageindex.com/sindresorhus/keyboardshortcuts/main/documentation/keyboardshortcuts/keyboardshortcuts but it links to the
main
branch. It would be nice if I could use a link like this, but replacemain
withlatest
to make it to redirect to that exact deep link, but for the latest version.Beta Was this translation helpful? Give feedback.
All reactions