Skip to content

Commit c279813

Browse files
committed
Merge branch 'repo/fix-meilisearch-analytics' of github.com:strapi/documentation into repo/fix-meilisearch-analytics
2 parents f738a47 + aefc42b commit c279813

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docusaurus/docs/cms/usage-information.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ However, these above actions alone are often insufficient to maintain an overall
2727

2828
Without these metrics, we wouldn't be able to make the right choices as we continue to move forward with the roadmap and provide what you, the community and users, are asking for.
2929

30-
## Collected data
30+
## Collected Strapi-related data
3131

3232
The following data is collected:
3333

@@ -83,7 +83,7 @@ Data collection can later be re-enabled by deleting the flag or setting it to fa
8383
If you have any questions or concerns regarding data collection, please contact us at the following email address [privacy@strapi.io](mailto:privacy@strapi.io).
8484
:::
8585

86-
## Search analytics for docs.strapi.io
86+
## Collected search-related data for docs.strapi.io
8787

8888
To improve our documentation, the public website at `docs.strapi.io` collects anonymous search usage metrics using Meilisearch Cloud. These metrics help us understand how the search performs and where we can make it better:
8989

@@ -94,10 +94,10 @@ To improve our documentation, the public website at `docs.strapi.io` collects an
9494

9595
To make the “Total users” metric more accurate while preserving privacy, the site creates a pseudonymous identifier in the browser’s localStorage under the `msUserId` key. It is randomly generated, contains no personal data, rotates on the first visit of each calendar month (UTC), and is sent only with documentation search requests as the `X-MS-USER-ID` header. It is not used for any other purpose.
9696

97-
:::note Note: Privacy choices
98-
Privacy choices: If your browser’s Do Not Track setting is enabled, the site does not create or send this identifier.
97+
We do not send click-through or conversion events to Meilisearch.
9998

100-
If this identifier is created, you can remove it at any time by clearing the `msUserId` entry from your browser’s localStorage for docs.strapi.io.
101-
:::
99+
### Opt-out
102100

103-
We do not send click-through or conversion events to Meilisearch.
101+
If your browser’s Do Not Track setting is enabled, the site does not create or send this identifier.
102+
103+
If this identifier is created, you can remove it at any time by clearing the `msUserId` entry from your browser’s localStorage for docs.strapi.io.

docusaurus/sidebars.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ const sidebars = {
363363
type: 'doc',
364364
id: 'cms/customization', // TODO: rename to Introduction
365365
label: 'Introduction',
366+
key: 'cms-customization-introduction',
366367
},
367368
'cms/configurations/functions',
368369
{
@@ -376,6 +377,7 @@ const sidebars = {
376377
type: 'doc',
377378
id: 'cms/backend-customization',
378379
label: 'Overview',
380+
key: 'cms-backend-customization-overview',
379381
},
380382
'cms/backend-customization/requests-responses',
381383
'cms/backend-customization/routes',
@@ -415,6 +417,7 @@ const sidebars = {
415417
type: 'doc',
416418
id: 'cms/admin-panel-customization',
417419
label: 'Overview',
420+
key: 'cms-admin-panel-customization-overview',
418421
},
419422
'cms/admin-panel-customization/logos',
420423
'cms/admin-panel-customization/favicon',
@@ -457,6 +460,7 @@ const sidebars = {
457460
type: 'doc',
458461
id: 'cms/typescript',
459462
label: 'Introduction',
463+
key: 'cms-typescript-introduction',
460464
},
461465
{
462466
type: 'doc',

0 commit comments

Comments
 (0)