Skip to content

Commit 7c9b724

Browse files
Fix page references
1 parent 560af19 commit 7c9b724

File tree

31 files changed

+38
-41
lines changed

31 files changed

+38
-41
lines changed

docs/.tx/config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,19 +325,19 @@ source_file = _build/locale/guides/index.pot
325325
source_lang = en
326326
type = PO
327327

328-
[readthedocs-docs.guides--build-notifications]
328+
[readthedocs-docs.guides--how-to--build-notifications]
329329
file_filter = locale/<lang>/LC_MESSAGES/guides/build-notifications.po
330330
source_file = _build/locale/guides/build-notifications.pot
331331
source_lang = en
332332
type = PO
333333

334-
[readthedocs-docs.guides--adding-custom-css]
334+
[readthedocs-docs.guides--how-to--adding-custom-css]
335335
file_filter = locale/<lang>/LC_MESSAGES/guides/adding-custom-css.po
336336
source_file = _build/locale/guides/adding-custom-css.pot
337337
source_lang = en
338338
type = PO
339339

340-
[readthedocs-docs.guides--manage-translations]
340+
[readthedocs-docs.guides--how-to--manage-translations]
341341
file_filter = locale/<lang>/LC_MESSAGES/guides/manage-translations.po
342342
source_file = _build/locale/guides/manage-translations.pot
343343
source_lang = en
@@ -349,7 +349,7 @@ source_file = _build/locale/guides/wipe-environment.pot
349349
source_lang = en
350350
type = PO
351351

352-
[readthedocs-docs.guides--remove-edit-buttons]
352+
[readthedocs-docs.guides--troubleshooting--remove-edit-buttons]
353353
file_filter = locale/<lang>/LC_MESSAGES/guides/remove-edit-buttons.po
354354
source_file = _build/locale/guides/remove-edit-buttons.pot
355355
source_lang = en

docs/advertising/advertising-details.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ our own goals.
113113

114114
We have taken steps to address some of the privacy concerns surrounding GA.
115115
These steps apply both to analytics collected by Read the Docs and when
116-
:doc:`authors enable analytics on their docs </guides/google-analytics>`.
116+
:doc:`authors enable analytics on their docs </guides/how-to/google-analytics>`.
117117

118118
* Users can opt-out of analytics by using the Do Not Track feature of their browser.
119119
* Read the Docs instructs Google to anonymize IP addresses sent to them.

docs/api/v3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Environment Variables
767767
Environment Variables are variables that you can define for your project.
768768
These variables are used in the build process when building your documentation.
769769
They are useful to define secrets in a safe way that can be used by your documentation to build properly.
770-
See :doc:`/guides/environment-variables`
770+
See :doc:`/guides/troubleshooting/environment-variables`
771771

772772

773773
Environment Variable details

docs/builds.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,4 @@ The *Sphinx* and *Mkdocs* builders set the following RTD-specific environment va
285285

286286
In case extra environment variables are needed to the build process (like secrets, tokens, etc),
287287
you can add them going to :guilabel:`Admin` > :guilabel:`Environment Variables` in your project.
288-
See :doc:`guides/environment-variables`.
289-
290-
291-
288+
See :doc:`guides/troubleshooting/environment-variables`.

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ following settings::
132132
Deleting a stale or broken build environment
133133
--------------------------------------------
134134

135-
See :doc:`guides/wipe-environment`.
135+
See :doc:`guides/how-to/wipe-environment`.
136136

137137
How do I host multiple projects on one custom domain?
138138
-----------------------------------------------------

docs/guides/how-to/technical-docs-seo-guide.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ that is answerable by your documentation, that your docs appear in the results.*
1919
This guide isn't meant to be your only resource on SEO,
2020
and there's a lot of SEO topics not covered here.
2121
For additional reading, please see the
22-
:ref:`external resources <guides/technical-docs-seo-guide:External resources>` section.
22+
:ref:`external resources <guides/how-to/technical-docs-seo-guide:External resources>` section.
2323

2424
While many of the topics here apply to all forms of technical documentation,
2525
this guide will focus on Sphinx, which is the most common
@@ -86,8 +86,8 @@ Optimizing your docs for search engine spiders
8686
Once a crawler or spider finds your site, it will follow links and redirects
8787
in an attempt to find any and all pages on your site.
8888
While there are a few ways to guide the search engine in its crawl
89-
for example by using a :ref:`sitemap <guides/technical-docs-seo-guide:Use a sitemap.xml file>`
90-
or a :ref:`robots.txt file <guides/technical-docs-seo-guide:Use a robots.txt file>`
89+
for example by using a :ref:`sitemap <guides/how-to/technical-docs-seo-guide:Use a sitemap.xml file>`
90+
or a :ref:`robots.txt file <guides/how-to/technical-docs-seo-guide:Use a robots.txt file>`
9191
which we'll discuss shortly,
9292
the most important thing is making sure the spider can follow links on your site
9393
and get to all your pages.
@@ -197,7 +197,7 @@ or any alternate language versions of a page.
197197

198198
Read the Docs generates a sitemap for you that contains the last time
199199
your documentation was updated as well as links to active versions, subprojects, and translations your project has.
200-
We have a small separate guide on :doc:`sitemaps </guides/sitemaps>`.
200+
We have a small separate guide on :doc:`sitemaps </guides/how-to/sitemaps>`.
201201

202202
See the `Google docs on building a sitemap <https://support.google.com/webmasters/answer/183668>`_.
203203

@@ -266,7 +266,7 @@ Some of the most valuable feedback these provide include:
266266
Analytics tools
267267
~~~~~~~~~~~~~~~
268268

269-
A tool like :doc:`Google Analytics </guides/google-analytics>`
269+
A tool like :doc:`Google Analytics </guides/how-to/google-analytics>`
270270
can give you feedback about the search terms people use to find your docs,
271271
your most popular pages, and lots of other useful data.
272272

docs/guides/troubleshooting/mkdocs-old-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To make your project continue using this version you will need to create a ``req
2929
markdown>=2.3.1,<2.5
3030

3131

32-
More detailed information about how to specify dependencies can be found :ref:`here <guides/specifying-dependencies:Specifying Dependencies>`.
32+
More detailed information about how to specify dependencies can be found :ref:`here <guides/troubleshooting/specifying-dependencies:Specifying Dependencies>`.
3333

3434

3535
Upgrade your custom theme to be compatible with later MkDocs versions

docs/locale/da/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/da/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/es/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/es/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/fa/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/it/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/ja/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/ja/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ msgstr ""
119119

120120
#: ../../localization.rst:60
121121
msgid ""
122-
"You can read :doc:`guides/manage-translations` to understand the whole "
122+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
123123
"process for a documentation with multiples languages in the same repository "
124124
"and how to keep the translations updated on time."
125125
msgstr ""

docs/locale/nb/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/nb/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/nl/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/nl/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/pt_BR/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/pt_BR/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/ru/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/ru/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/tr/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/tr/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/zh/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/zh/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/locale/zh_CN/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ msgid "Deleting a stale or broken build environment"
180180
msgstr ""
181181

182182
#: ../../faq.rst:113
183-
msgid "See :doc:`guides/wipe-environment`."
183+
msgid "See :doc:`guides/how-to/wipe-environment`."
184184
msgstr ""
185185

186186
#: ../../faq.rst:116

docs/locale/zh_CN/LC_MESSAGES/localization.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../localization.rst:60
120120
msgid ""
121-
"You can read :doc:`guides/manage-translations` to understand the whole "
121+
"You can read :doc:`guides/how-to/manage-translations` to understand the whole "
122122
"process for a documentation with multiples languages in the same repository "
123123
"and how to keep the translations updated on time."
124124
msgstr ""

docs/localization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ It also gets included in the Read the Docs flyout:
5757
with same ``conf.py`` and ``.rst`` files,
5858
but each project must specify the language to build for those docs.
5959

60-
.. note:: You can read :doc:`guides/manage-translations` to understand the whole process for a documentation with multiples languages in the same repository and how to keep the translations updated on time.
60+
.. note:: You can read :doc:`guides/how-to/manage-translations` to understand the whole process for a documentation with multiples languages in the same repository and how to keep the translations updated on time.

readthedocs/search/tests/data/docs/wiping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"path": "guides/wipe-environment",
2+
"path": "guides/how-to/wipe-environment",
33
"title": "Wiping a Build Environment",
44
"sections": [
55
{

0 commit comments

Comments
 (0)