Skip to content

Commit 09e36f0

Browse files
authored
Fix analytics links (#11661)
* Fix analytics links Not sure how these didn't break the build.. * Fix other issues * Clean up index
1 parent ca9b658 commit 09e36f0

File tree

6 files changed

+11
-16
lines changed

6 files changed

+11
-16
lines changed

docs/user/addons.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ Read the Docs Addons
33

44
**Read the Docs Addons** is a group of features for documentation readers and maintainers that you can add to any documentation set hosted on Read the Docs:
55

6-
:doc:`Traffic analytics </analytics>`
7-
explore pageviews for your docs
8-
96
:doc:`DocDiff </pull-requests>`
107
highlight changed output from pull requests
118

docs/user/commercial/sharing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Authenticated redirect
118118
If you want to share documentation with a group of users,
119119
you need to authenticate those users against your own system first.
120120
The simplest way to do this is to create an authenticated redirect on your site,
121-
which then redirects to the Read the Docs :ref:`Secret link`.
121+
which then redirects to the Read the Docs :ref:`commercial/sharing:secret link`.
122122

123123
This should require very little customization,
124124
and will ensure that only authenticated users can access the documentation.
@@ -134,7 +134,7 @@ and then proxies the request to Read the Docs.
134134
This is more complex to set up,
135135
but will allow users to access the documentation directly from a bookmark,
136136

137-
This approach would use a :ref:`HTTP Authorization Header` to authenticate users,
137+
This approach would use a :ref:`commercial/sharing:HTTP Authorization Header` to authenticate users,
138138
and would be configured in your proxy server.
139139

140140
Proxy example

docs/user/guides/content/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How-to guides: content, themes and SEO
55
This article explains how documentation can be optimized to appear in search results,
66
ultimately increasing traffic to your docs.
77

8-
⏩️ :doc:`Using traffic analytics </analytics>`
8+
⏩️ :doc:`Using traffic analytics </traffic-analytics>`
99
In this guide, you can learn to use Read the Docs' built-in traffic analytics for your documentation project.
1010

1111
⏩️ :doc:`Managing translations for Sphinx projects </guides/manage-translations-sphinx>`
@@ -57,7 +57,7 @@ How-to guides: content, themes and SEO
5757
:hidden:
5858

5959
Search engine optimization (SEO) for documentation projects </guides/technical-docs-seo-guide>
60-
Using traffic analytics </analytics>
60+
Using traffic analytics </traffic-analytics>
6161
Using search analytics </search-analytics>
6262
Enabling offline formats </guides/enable-offline-formats>
6363
Embedding content from your documentation </guides/embedding-content>

docs/user/guides/technical-docs-seo-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Analytics tools
320320
~~~~~~~~~~~~~~~
321321

322322
A tool like Google Analytics,
323-
along with our :doc:`integrated Read the Docs analytics </analytics>`,
323+
along with our :doc:`integrated Read the Docs analytics </traffic-analytics>`,
324324
can give you feedback about the search terms people use to find your docs,
325325
your most popular pages, and lots of other useful data.
326326

docs/user/index.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ Read the Docs: documentation simplified
8383
:hidden:
8484
:caption: Business features
8585

86+
/commercial/index
8687
/commercial/organizations
8788
/commercial/single-sign-on
8889
/commercial/sharing
8990
/commercial/subscriptions
90-
/commercial/privacy-levels
91+
/commercial/privacy-level
9192

9293
.. toctree::
9394
:maxdepth: 2
@@ -222,15 +223,15 @@ Business features
222223

223224
Features for organizations and businesses:
224225

225-
:doc:`/commercial/index`
226-
Learn more about our commercial features.
227-
228226
:doc:`/commercial/organizations`
229227
Learn how to manage your organization on Read the Docs.
230228

231229
:doc:`/commercial/single-sign-on`
232230
Learn how to use single sign-on with Read the Docs.
233231

232+
:doc:`/commercial/sharing`
233+
Learn how to share your documentation with others.
234+
234235
How-to guides
235236
-------------
236237

@@ -239,9 +240,6 @@ Step-by-step guides for common tasks:
239240
:doc:`/guides/pull-requests`
240241
Setup pull request builds and enjoy previews of each commit.
241242

242-
:doc:`/analytics`
243-
Learn more about how users are interacting with your documentation.
244-
245243
:doc:`/guides/cross-referencing-with-sphinx`
246244
Learn how to use cross-references in a Sphinx project.
247245

docs/user/tutorial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ Understanding traffic analytics
527527

528528
The Traffic Analytics view gives you a simple overview of how your readers browse your documentation. It respects visitor privacy by not storing identifying information about your them.
529529

530-
The :doc:`/analytics` view shows the top viewed documentation pages of the past 30 days,
530+
This page shows the most viewed documentation pages of the past 30 days,
531531
plus a visualization of the daily views during that period.
532532

533533
To see the Traffic Analytics view, go back the :term:`project page` again,

0 commit comments

Comments
 (0)