File tree Expand file tree Collapse file tree 3 files changed +13
-29
lines changed Expand file tree Collapse file tree 3 files changed +13
-29
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The following how-to guides help you solve common tasks and challenges in the se
28
28
Is your version (flyout) menu overwhelmed and hard to navigate?
29
29
Here's how to make it shorter.
30
30
31
- ⏩️ :doc: ` Changing the versioning scheme of your project < /guides/setup/versioning-schemes > `
31
+ ⏩️ :ref: ` versioning-schemes:How to change the URL versioning scheme of your project `
32
32
Change how the URLs of your documentation look like,
33
33
and if your project supports multiple versions or translations.
34
34
@@ -48,4 +48,3 @@ The following how-to guides help you solve common tasks and challenges in the se
48
48
Hiding a version </guides/hiding-a-version >
49
49
Using a .readthedocs.yaml file in a sub-folder </guides/setup/monorepo >
50
50
Using custom URL redirects in documentation projects </guides/redirects >
51
- Changing the versioning scheme of your project </guides/setup/versioning-schemes >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ Read the Docs supports three different versioning schemes:
12
12
13
13
.. seealso ::
14
14
15
- :doc: `/guides/setup/versioning-schemes `
16
- How to configure your project to use a specific versioning scheme.
17
-
18
15
:doc: `/versions `
19
16
General explanation of how versioning works on Read the Docs.
20
17
@@ -64,3 +61,15 @@ The URLs of your documentation will look like:
64
61
.. warning ::
65
62
66
63
This means you can't have translations or multiple versions for your documentation.
64
+
65
+ How to change the URL versioning scheme of your project
66
+ -------------------------------------------------------
67
+
68
+ Changing the versioning scheme of your project will affect the URLs of your documentation,
69
+ any existing links to your documentation will break.
70
+ If you want to keep the old URLs working, you can create :doc: `redirects </user-defined-redirects >`.
71
+
72
+ #. Go the :guilabel: `Admin ` tab of your project.
73
+ #. Click on :guilabel: `Settings `.
74
+ #. Select the new versioning scheme in the :guilabel: `URL versioning scheme ` dropdown.
75
+ #. Click on :guilabel: `Save `.
You can’t perform that action at this time.
0 commit comments