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 advanced/mcp/generate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn how to set up your own MCP Server"
<Tip>
This page is dedicated to setting up your own MCP Server. If you are looking
for information on using the Mintlify MCP Server, please refer to the
[Installing and using the Mintlify MCP Server](/advanced/mcp/cli) page.
[Installing and using the Mintlify MCP Server](/advanced/mcp/quickstart) page.
</Tip>

## Get started
Expand Down
4 changes: 2 additions & 2 deletions advanced/mcp/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
## Install the MCP server

<Tip>
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.
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.
</Tip>

## Example installation with the Mintlify MCP server
Expand All @@ -32,7 +32,7 @@
<Step title="Install the server through the CLI">
Run the following command to install the server:
```bash
npx mcp add mintlify

Check warning on line 35 in advanced/mcp/quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/quickstart.mdx#L35

Did you really mean 'npx'?

Check warning on line 35 in advanced/mcp/quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/quickstart.mdx#L35

Did you really mean 'mcp'?
```
</Step>
<Step title="Add the authentication token">
Expand All @@ -54,7 +54,7 @@
## Use your server with Claude

<Note>
Download the the [Claude Desktop App](https://claude.ai/download)
Download the [Claude Desktop App](https://claude.ai/download)
</Note>

Once you have the Claude Desktop App installed, follow these steps:
Expand All @@ -65,7 +65,7 @@
Add the following to the `claude_desktop_config.json`:
```json
{
"mcpServers": {

Check warning on line 68 in advanced/mcp/quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/quickstart.mdx#L68

Did you really mean 'mcpServers'?
"mintlify": {
"command": "npm",
"args": [
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/clearbit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
title: "Clearbit"
---

Add the following to your `docs.json` file to send analytics to Clearbit.

Check warning on line 5 in integrations/analytics/clearbit.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/clearbit.mdx#L5

Did you really mean 'Clearbit'?

<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"clearbit": {
"publicApiKey": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"clearbit": {
"publicApiKey": "pk_1a1882"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/fathom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can get the `siteId` from your script settings.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"fathom": {
"siteId": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"fathom": {
"siteId": "YSVMSDAY"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/google-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Your Measurement ID looks like `G-XXXXXXX` and will show up under Stream Details
Add your Measurement ID to your `docs.json` file like so:

```json docs.json
integrations: {
"integrations": {
"ga4": {
"measurementId": "G-XXXXXXX"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/google-tag-manager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You are responsible for setting up cookie consent banners with Google Tag Manage
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"gtm": {
"tagId": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"gtm": {
"tagId": "GTM-MGBL4PW"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/heap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Heap.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"heap": {
"appId": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"heap": {
"appId": "1234567890"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/hotjar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "HotJar"
Add the following to your `docs.json` file to send analytics to HotJar.

```json Analytics options in docs.json
integrations: {
"integrations": {
"hotjar": {
"hjid": "required",
"hjsv": "required"
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/koala.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Add the following to your `docs.json` file to send analytics to Koala.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"koala": {
"publicApiKey": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"koala": {
"publicApiKey": "pk_1a1882"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/logrocket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "LogRocket"
Add the following to your `docs.json` file to send analytics to LogRocket.

```json Analytics options in docs.json
integrations: {
"integrations": {
"logrocket": {
"apiKey": "required"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/analytics/mixpanel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "Mixpanel"
---

Add the following to your `docs.json` file to send analytics to Mixpanel.

Check warning on line 5 in integrations/analytics/mixpanel.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/mixpanel.mdx#L5

Did you really mean 'Mixpanel'?

```json Analytics options in docs.json
integrations: {
"integrations": {
"mixpanel": {
"projectToken": "required"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/pirsch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
title: "Pirsch"
---

Add the following to your `docs.json` file to send analytics to Pirsch.

Check warning on line 5 in integrations/analytics/pirsch.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/pirsch.mdx#L5

Did you really mean 'Pirsch'?

You can get your site ID from Settings \> Developer \> Identification Code.

<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"pirsch": {
"id": "required"
}
}
```

```json Example
integrations: {
"integrations": {
"pirsch": {
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/plausible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add your site's domain to `docs.json` to send analytics to Plausible.
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"plausible": {
"domain": "required",
"server": "optional"
Expand All @@ -22,7 +22,7 @@ integrations: {
```

```json Example
integrations: {
"integrations": {
"plausible": {
"domain": "docs.domain.com"
}
Expand Down
4 changes: 2 additions & 2 deletions integrations/analytics/posthog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"posthog": {
"apiKey": "required",
"apiHost": "optional"
Expand All @@ -18,7 +18,7 @@
```

```json Example
integrations: {
"integrations": {
"posthog": {
"apiKey": "phc_TXdpocbYTeZVm5VJmMzHTMrCofBQu3e0kN7HGMNGTVW"
}
Expand All @@ -35,4 +35,4 @@

## Session Recordings

You need to add the URL for your docs website to Posthog's "Authorized domains for recordings" before you can receive session recordings. The option to add your URL is in Posthog's project settings.

Check warning on line 38 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/posthog.mdx#L38

Did you really mean 'Posthog's'?

Check warning on line 38 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

integrations/analytics/posthog.mdx#L38

Did you really mean 'Posthog's'?
4 changes: 2 additions & 2 deletions integrations/analytics/segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Add your Segment write key to your `docs.json` file to send analytics to Segment
<CodeGroup>

```json Analytics options in docs.json
integrations: {
"integrations": {
"segment": {
"key": "required",
}
}
```

```json Example
integrations: {
"integrations": {
"segment": {
"key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
}
Expand Down