Add (fake) language-agnostic redirect in ReadTheDocs configuration #13014
jdknight
started this conversation in
Feature requests and ideas
Replies: 1 comment 1 reply
-
How would a user get such a link as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It may be nice to support language-agnostic URLs for documentation. For example, instead of linking of the page:
A user could use a link such as:
Read the Docs does not (yet?) support automatic language-agnostic URLs on projects, but individual projects can provide a superficial support language-agnostic URLs by adding a redirect to their default language. If such a redirect were to be added, it could allow other sites/documents reference Sphinx documentation without needing to explicit add the
/en/master
in the URL. And then maybe sometime in the future if Read the Docs can support some level of automatic language-agnostic URLs support, existing third-party resources that use language-agnostic links will have a better user experience for non-English users.Here is an example Read the Docs redirect configuration (see an example: 1 v. 2):
No worries if not desired though, considering:
Beta Was this translation helpful? Give feedback.
All reactions