Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/analytics/fathom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Fathom"

Add the following to your `mint.json` file to send analytics to Fathom.

You can get the siteId from your script settings.
You can get the `siteId` from your script settings.

<CodeGroup>

Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/logrocket.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Logrocket"
title: "LogRocket"
---

Add the following to your `mint.json` file to send analytics to Logrocket.
Add the following to your `mint.json` file to send analytics to LogRocket.

```json Analytics options in mint.json
"analytics": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/privacy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ You can add data privacy platforms onto your docs. Add the `integrations` field
}
```

If you'd like to request a data privacy platform integration, please let us know in [our community](https://join.slack.com/t/mintlify-users/shared_invite/zt-1xfzz6x35-f4o4WCYfpvLhSj3O7WAOMA).
If you'd like to request a data privacy platform integration, please let us know in [our community](https://mintlify.com/community).
2 changes: 1 addition & 1 deletion integrations/support/front.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Front"
---

Add the following to your `mint.json` file to add an [Front Chat](https://front.com) widget.
Add the following to your `mint.json` file to add a [Front Chat](https://front.com) widget.

<CodeGroup>

Expand Down