File tree Expand file tree Collapse file tree 6 files changed +11
-16
lines changed Expand file tree Collapse file tree 6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ Read the Docs Addons
3
3
4
4
**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:
5
5
6
- :doc: `Traffic analytics </analytics >`
7
- explore pageviews for your docs
8
-
9
6
:doc: `DocDiff </pull-requests >`
10
7
highlight changed output from pull requests
11
8
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Authenticated redirect
118
118
If you want to share documentation with a group of users,
119
119
you need to authenticate those users against your own system first.
120
120
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 `.
122
122
123
123
This should require very little customization,
124
124
and will ensure that only authenticated users can access the documentation.
@@ -134,7 +134,7 @@ and then proxies the request to Read the Docs.
134
134
This is more complex to set up,
135
135
but will allow users to access the documentation directly from a bookmark,
136
136
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,
138
138
and would be configured in your proxy server.
139
139
140
140
Proxy example
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ How-to guides: content, themes and SEO
5
5
This article explains how documentation can be optimized to appear in search results,
6
6
ultimately increasing traffic to your docs.
7
7
8
- ⏩️ :doc: `Using traffic analytics </analytics >`
8
+ ⏩️ :doc: `Using traffic analytics </traffic- analytics >`
9
9
In this guide, you can learn to use Read the Docs' built-in traffic analytics for your documentation project.
10
10
11
11
⏩️ :doc: `Managing translations for Sphinx projects </guides/manage-translations-sphinx >`
@@ -57,7 +57,7 @@ How-to guides: content, themes and SEO
57
57
:hidden:
58
58
59
59
Search engine optimization (SEO) for documentation projects </guides/technical-docs-seo-guide >
60
- Using traffic analytics </analytics >
60
+ Using traffic analytics </traffic- analytics >
61
61
Using search analytics </search-analytics >
62
62
Enabling offline formats </guides/enable-offline-formats >
63
63
Embedding content from your documentation </guides/embedding-content >
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ Analytics tools
320
320
~~~~~~~~~~~~~~~
321
321
322
322
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 >`,
324
324
can give you feedback about the search terms people use to find your docs,
325
325
your most popular pages, and lots of other useful data.
326
326
Original file line number Diff line number Diff line change @@ -83,11 +83,12 @@ Read the Docs: documentation simplified
83
83
:hidden:
84
84
:caption: Business features
85
85
86
+ /commercial/index
86
87
/commercial/organizations
87
88
/commercial/single-sign-on
88
89
/commercial/sharing
89
90
/commercial/subscriptions
90
- /commercial/privacy-levels
91
+ /commercial/privacy-level
91
92
92
93
.. toctree ::
93
94
:maxdepth: 2
@@ -222,15 +223,15 @@ Business features
222
223
223
224
Features for organizations and businesses:
224
225
225
- :doc: `/commercial/index `
226
- Learn more about our commercial features.
227
-
228
226
:doc: `/commercial/organizations `
229
227
Learn how to manage your organization on Read the Docs.
230
228
231
229
:doc: `/commercial/single-sign-on `
232
230
Learn how to use single sign-on with Read the Docs.
233
231
232
+ :doc: `/commercial/sharing `
233
+ Learn how to share your documentation with others.
234
+
234
235
How-to guides
235
236
-------------
236
237
@@ -239,9 +240,6 @@ Step-by-step guides for common tasks:
239
240
:doc: `/guides/pull-requests `
240
241
Setup pull request builds and enjoy previews of each commit.
241
242
242
- :doc: `/analytics `
243
- Learn more about how users are interacting with your documentation.
244
-
245
243
:doc: `/guides/cross-referencing-with-sphinx `
246
244
Learn how to use cross-references in a Sphinx project.
247
245
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ Understanding traffic analytics
527
527
528
528
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.
529
529
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,
531
531
plus a visualization of the daily views during that period.
532
532
533
533
To see the Traffic Analytics view, go back the :term: `project page ` again,
You can’t perform that action at this time.
0 commit comments