Skip to content

Commit 5e861ee

Browse files
authored
all integrations have quotes now (#568)
* all integrations have quotes now * fixed 2 broken links * vale found the the
1 parent da1629d commit 5e861ee

File tree

15 files changed

+25
-25
lines changed

15 files changed

+25
-25
lines changed

advanced/mcp/generate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Learn how to set up your own MCP Server"
66
<Tip>
77
This page is dedicated to setting up your own MCP Server. If you are looking
88
for information on using the Mintlify MCP Server, please refer to the
9-
[Installing and using the Mintlify MCP Server](/advanced/mcp/cli) page.
9+
[Installing and using the Mintlify MCP Server](/advanced/mcp/quickstart) page.
1010
</Tip>
1111

1212
## Get started

advanced/mcp/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Mintlify enables you to create an MCP server that allows AI tools to interact wi
1919
## Install the MCP server
2020

2121
<Tip>
22-
This page is dedicated to the Mintlify MCP Server. If you are looking for information on generating your MCP, please refer to the [MCP Generator](/advanced/mcp/overview) page.
22+
This page is dedicated to the Mintlify MCP Server. If you are looking for information on generating your MCP, please refer to the [MCP Generator](/advanced/mcp/generate) page.
2323
</Tip>
2424

2525
## Example installation with the Mintlify MCP server
@@ -54,7 +54,7 @@ To use the Mintlify MCP server you will need an [API key](https://mintlify.com/d
5454
## Use your server with Claude
5555

5656
<Note>
57-
Download the the [Claude Desktop App](https://claude.ai/download)
57+
Download the [Claude Desktop App](https://claude.ai/download)
5858
</Note>
5959

6060
Once you have the Claude Desktop App installed, follow these steps:

integrations/analytics/clearbit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Clearbit.
77
<CodeGroup>
88

99
```json Analytics options in docs.json
10-
integrations: {
10+
"integrations": {
1111
"clearbit": {
1212
"publicApiKey": "required"
1313
}
1414
}
1515
```
1616

1717
```json Example
18-
integrations: {
18+
"integrations": {
1919
"clearbit": {
2020
"publicApiKey": "pk_1a1882"
2121
}

integrations/analytics/fathom.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ You can get the `siteId` from your script settings.
99
<CodeGroup>
1010

1111
```json Analytics options in docs.json
12-
integrations: {
12+
"integrations": {
1313
"fathom": {
1414
"siteId": "required"
1515
}
1616
}
1717
```
1818

1919
```json Example
20-
integrations: {
20+
"integrations": {
2121
"fathom": {
2222
"siteId": "YSVMSDAY"
2323
}

integrations/analytics/google-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your Measurement ID looks like `G-XXXXXXX` and will show up under Stream Details
2525
Add your Measurement ID to your `docs.json` file like so:
2626

2727
```json docs.json
28-
integrations: {
28+
"integrations": {
2929
"ga4": {
3030
"measurementId": "G-XXXXXXX"
3131
}

integrations/analytics/google-tag-manager.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ You are responsible for setting up cookie consent banners with Google Tag Manage
99
<CodeGroup>
1010

1111
```json Analytics options in docs.json
12-
integrations: {
12+
"integrations": {
1313
"gtm": {
1414
"tagId": "required"
1515
}
1616
}
1717
```
1818

1919
```json Example
20-
integrations: {
20+
"integrations": {
2121
"gtm": {
2222
"tagId": "GTM-MGBL4PW"
2323
}

integrations/analytics/heap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Heap.
77
<CodeGroup>
88

99
```json Analytics options in docs.json
10-
integrations: {
10+
"integrations": {
1111
"heap": {
1212
"appId": "required"
1313
}
1414
}
1515
```
1616

1717
```json Example
18-
integrations: {
18+
"integrations": {
1919
"heap": {
2020
"appId": "1234567890"
2121
}

integrations/analytics/hotjar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "HotJar"
55
Add the following to your `docs.json` file to send analytics to HotJar.
66

77
```json Analytics options in docs.json
8-
integrations: {
8+
"integrations": {
99
"hotjar": {
1010
"hjid": "required",
1111
"hjsv": "required"

integrations/analytics/koala.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Koala.
77
<CodeGroup>
88

99
```json Analytics options in docs.json
10-
integrations: {
10+
"integrations": {
1111
"koala": {
1212
"publicApiKey": "required"
1313
}
1414
}
1515
```
1616

1717
```json Example
18-
integrations: {
18+
"integrations": {
1919
"koala": {
2020
"publicApiKey": "pk_1a1882"
2121
}

integrations/analytics/logrocket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "LogRocket"
55
Add the following to your `docs.json` file to send analytics to LogRocket.
66

77
```json Analytics options in docs.json
8-
integrations: {
8+
"integrations": {
99
"logrocket": {
1010
"apiKey": "required"
1111
}

0 commit comments

Comments
 (0)