Skip to content

Commit 3dab7c7

Browse files
Rename Analytics to Insights throughout documentation (#1502)
* Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update docs.json * Update analytics/overview.mdx * Update analytics/overview.mdx * Update analytics/feedback.mdx * Update analytics/search.mdx * Update analytics/search.mdx * Update guides/improving-docs.mdx * Update guides/improving-docs.mdx * Update docs.json * Update docs.json * copyedits * Update docs.json * rename directory * fix dir name --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <[email protected]>
1 parent bab4b58 commit 3dab7c7

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

deploy/csp-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following CSP directives are used to control which resources can be loaded:
2424
|:-------|:--------|:--------------|:-------|
2525
| `d4tuoctqmanu0.cloudfront.net` | KaTeX CSS, fonts | `style-src`, `font-src` | Required |
2626
| `*.mintlify.dev` | Documentation content | `connect-src`, `frame-src` | Required |
27-
| `*.mintlify.com` | Dashboard, API, analytics proxy | `connect-src` | Required |
27+
| `*.mintlify.com` | Dashboard, API, insights proxy | `connect-src` | Required |
2828
| `leaves.mintlify.com` | Assistant API | `connect-src` | Required |
2929
| `d3gk2c5xim1je2.cloudfront.net` | Icons, images, logos | `img-src` | Required |
3030
| `d1ctpt7j8wusba.cloudfront.net` | Mint version and release files | `connect-src` | Required |

docs.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@
163163
]
164164
},
165165
{
166-
"group": "Analytics",
166+
"group": "Insights",
167167
"pages": [
168-
"analytics/overview",
169-
"analytics/feedback",
170-
"analytics/search"
168+
"insights/overview",
169+
"insights/feedback",
170+
"insights/search"
171171
]
172172
},
173173
"optimize/seo",
@@ -244,7 +244,7 @@
244244
]
245245
},
246246
{
247-
"group": "Analytics",
247+
"group": "Insights",
248248
"icon": "chart-line",
249249
"pages": [
250250
"guides/improving-docs"
@@ -462,7 +462,7 @@
462462
]
463463
},
464464
{
465-
"group": "Analytics",
465+
"group": "Insights",
466466
"pages": [
467467
"fr/analytics/overview",
468468
"fr/analytics/feedback",
@@ -543,7 +543,7 @@
543543
]
544544
},
545545
{
546-
"group": "Analytics",
546+
"group": "Insights",
547547
"icon": "chart-line",
548548
"pages": [
549549
"fr/guides/improving-docs"
@@ -761,7 +761,7 @@
761761
]
762762
},
763763
{
764-
"group": "Analytics",
764+
"group": "Insights",
765765
"pages": [
766766
"es/analytics/overview",
767767
"es/analytics/feedback",
@@ -842,7 +842,7 @@
842842
]
843843
},
844844
{
845-
"group": "Analytics",
845+
"group": "Insights",
846846
"icon": "chart-line",
847847
"pages": [
848848
"es/guides/improving-docs"
@@ -1060,7 +1060,7 @@
10601060
]
10611061
},
10621062
{
1063-
"group": "Analytics",
1063+
"group": "Insights",
10641064
"pages": [
10651065
"zh/analytics/overview",
10661066
"zh/analytics/feedback",
@@ -1141,7 +1141,7 @@
11411141
]
11421142
},
11431143
{
1144-
"group": "Analytics",
1144+
"group": "Insights",
11451145
"icon": "chart-line",
11461146
"pages": [
11471147
"zh/guides/improving-docs"
@@ -1506,7 +1506,7 @@
15061506
},
15071507
{
15081508
"source": "/guides/analytics",
1509-
"destination": "/analytics/overview"
1509+
"destination": "/insights/overview"
15101510
},
15111511
{
15121512
"source": "/guides/assistant",

guides/improving-docs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Improving your docs"
3-
description: "Use analytics data to make your documentation better"
3+
description: "Use data to make your documentation better"
44
---
55

6-
Improve your docs based on quantitative and qualitative data from your analytics dashboard.
6+
Improve your documentation based on quantitative and qualitative data from your insights page.
77

88
## Cross-analytics insights
99

10-
Combine information from multiple analytics sources to get a holistic view of your documentation.
10+
Combine information from multiple insights sources to get a holistic view of your documentation.
1111

1212
### Correlate traffic and satisfaction
1313
- **High traffic and low feedback scores**: Popular pages with a poor user experience. Prioritize improving these pages.
@@ -21,7 +21,7 @@ Combine information from multiple analytics sources to get a holistic view of yo
2121

2222
## Put insights into action
2323

24-
Use these cross-analytics patterns to prioritize your documentation improvements:
24+
Use these cross-insights patterns to prioritize your documentation improvements:
2525

2626
- **Fix high-impact problems first**: Popular pages with poor feedback scores affect the most users.
2727
- **Fill verified content gaps**: Low-confidence searches with high volume indicate unmet user needs.

analytics/feedback.mdx renamed to insights/feedback.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Monitor user satisfaction with your documentation"
99

1010
The feedback tab displays quantitative thumbs up and thumbs down votes your docs have received and any qualitative feedback that users have provided. Use this information to gauge the quality of your docs and make improvements.
1111

12-
Access the feedback tab by navigating to the **Analytics** page in your [dashboard](https://dashboard.mintlify.com/products/analytics).
12+
Access the feedback tab by navigating to the **Insights** page in your [dashboard](https://dashboard.mintlify.com/products/insights).
1313

1414
## Feedback types
1515

analytics/overview.mdx renamed to insights/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "View traffic and high-level insights about your documentation"
55

66
The overview tab shows how many people have visited your docs, what pages are most popular, and where users are coming from. Use this information to identify which pages are most valuable to your users and track trends over time.
77

8-
Access the overview metrics by navigating to the **Analytics** page in your [dashboard](https://dashboard.mintlify.com/products/analytics).
8+
Access the overview metrics by navigating to the **Insights** page in your [dashboard](https://dashboard.mintlify.com/products/insights).
99

1010
## Metrics
1111

@@ -19,7 +19,7 @@ Use the range selector to adjust the time period for displayed data. Select visi
1919

2020
## Using overview data
2121

22-
Review your overview analytics to:
22+
Review your overview insights to:
2323

2424
- **Identify popular pages**: Use popular pages to understand what content is most important to your users so that you can make sure it is up to date and comprehensive.
2525
- **Track traffic trends**: Monitor changes in traffic to understand the impact of updates or new content.

analytics/search.mdx renamed to insights/search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Understand how users search within your documentation"
55

66
Use the data on the search tab to understand what users are searching for and identify topics that need to be updated or expanded.
77

8-
Access your search metrics by navigating to the **Analytics** page in your [dashboard](https://dashboard.mintlify.com/products/analytics).
8+
Access your search metrics by navigating to the **Insights** page in your [dashboard](https://dashboard.mintlify.com/products/insights).
99

1010
## Search metrics
1111

@@ -17,7 +17,7 @@ Use the range selector to adjust the time period for displayed data.
1717

1818
## Using search data
1919

20-
Review your search analytics to:
20+
Review your search insights to:
2121

2222
- **Identify popular topics**: Use top searches to understand what content people want to find.
2323
- **Find content gaps**: Low-confidence searches may indicate missing documentation or topics that need better coverage.

0 commit comments

Comments
 (0)