Skip to content

Commit 5afd8d1

Browse files
Documentation edits made through Mintlify web editor
1 parent 73e5fba commit 5afd8d1

File tree

6 files changed

+116
-128
lines changed

6 files changed

+116
-128
lines changed

advanced/dashboard/permissions.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: 'Editor Permissions'
33
description: 'Allow more members of your team to update your docs'
44
---
55

6-
The team member who created your initial docs will have update access to your docs, as long as they push to your documentation repo with the same GitHub account that was used while signing up for Mintlify.
6+
The team member who created your initial docs will have update access to your documentation, as long as they push to your documentation repository with the same GitHub account that was used while signing up for Mintlify.
77

8-
If another editor attempts to update the docs while on the free plan, you will see a warning in your git commit check.
8+
If another editor attempts to update the docs while on the free plan, you will see a warning in your Git commit check.
99

1010
<Frame>
1111
<img className="rounded-md" src="/images/editor-gate.png" />
1212
</Frame>
1313

14-
In the details of the git check warning, you'll find the link to upgrade your plan. You can also upgrade your plan on the [dashboard](https://dashboard.mintlify.com) to enable unlimited editors to update your docs. Once you upgrade your plan, trigger a manual update or push another change to deploy your updates.
14+
In the details of the Git check warning, you'll find a link to upgrade your plan. You can also upgrade your plan on the [dashboard](https://dashboard.mintlify.com) to enable unlimited editors to update your docs. Once you upgrade your plan, trigger a manual update or push another change to deploy your updates.
1515

16-
Learn more about our pricing [here](https://mintlify.com/pricing).
16+
Learn more about our pricing [here](https://mintlify.com/pricing).

advanced/dashboard/sso.mdx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Single Sign-On (SSO)"
33
description: "Customize how your team can login to your admin dashboard"
44
---
55

6-
Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Google Workspace, we have provider-specific documentation for setting up SSO, but if you use another provider, please contact us!
6+
Use Single Sign-On (SSO) to access your dashboard via SAML and OIDC. If you use Okta or Google Workspace, we have provider-specific documentation for setting up SSO. If you use another provider, please contact us!
77

88
<Note>
99
SSO functionality is available on our Enterprise plan. [Contact
@@ -20,33 +20,33 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Googl
2020
</Step>
2121
<Step title="Configure integration">
2222
Enter the following:
23-
* Single sign-on URL (provided by Mintlify)
23+
* Single Sign-On URL (provided by Mintlify)
2424
* Audience URI (provided by Mintlify)
2525
* Name ID Format: `EmailAddress`
2626
* Attribute Statements:
27-
| Name | Name format | Value
27+
| Name | Name Format | Value
2828
| ---- | ----------- | -----
2929
| `firstName` | Basic | `user.firstName` |
3030
| `lastName` | Basic | `user.lastName` |
3131
</Step>
3232
<Step title="Send us your IdP information">
33-
Once the application is set up, navigate to the sign-on tab and send us the metadata URL.
33+
Once the application is set up, navigate to the Sign-On tab and send us the metadata URL.
3434
We'll enable the connection from our side using this information.
3535
</Step>
3636
</Steps>
3737
</Tab>
3838
<Tab title="OIDC">
3939
<Steps>
4040
<Step title="Create an application">
41-
Under `Applications`, click to create a new app integration using OIDC.
41+
Under `Applications`, click to create a new app integration using OpenID Connect (OIDC).
4242
You should choose the `Web Application` application type.
4343
</Step>
4444
<Step title="Configure integration">
45-
Select the authorization code grant type and enter the Redirect URI provided by Mintlify.
45+
Select the Authorization Code grant type and enter the Redirect URI provided by Mintlify.
4646
</Step>
4747
<Step title="Send us your IdP information">
48-
Once the application is set up, navigate to the General tab and locate the client ID & client secret.
49-
Please securely provide us with these, along with your Okta instance URL (e.g. `<your-tenant-name>.okta.com`). You can send these via a service like 1Password or SendSafely.
48+
Once the application is set up, navigate to the General tab and locate the Client ID & Client Secret.
49+
Please securely provide us with these, along with your Okta instance URL (e.g., `<your-tenant-name>.okta.com`). You can send these via a service like 1Password or SendSafely.
5050
</Step>
5151
</Steps>
5252
</Tab>
@@ -64,23 +64,23 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Googl
6464
</Frame>
6565
</Step>
6666
<Step title="Send us your IdP information">
67-
Copy the provided SSO URL, Entity ID, and x509 certificate and send it to the Mintlify team.
67+
Copy the provided SSO URL, Entity ID, and X.509 certificate and send it to the Mintlify team.
6868
<Frame>
6969
![](/images/gsuite-saml-metadata.png)
7070
</Frame>
7171
</Step>
7272
<Step title="Configure integration">
73-
On the Service provider details page, enter the following:
73+
On the Service Provider details page, enter the following:
7474
* ACS URL (provided by Mintlify)
7575
* Entity ID (provided by Mintlify)
76-
* Name ID format: `EMAIL`
76+
* Name ID Format: `EMAIL`
7777
* Name ID: `Basic Information > Primary email`
7878

7979
<Frame>
8080
![](/images/gsuite-sp-details.png)
8181
</Frame>
8282

83-
On the next page, enter the following attribute statements:
83+
On the next page, enter the following Attribute Statements:
8484
| Google Directory Attribute | App Attribute |
8585
| -------------------------- | ------------- |
8686
| `First name` | `firstName` |
@@ -90,5 +90,4 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta or Googl
9090
</Step>
9191
</Steps>
9292
</Tab>
93-
94-
</Tabs>
93+
</Tabs>

advanced/mcp/generate.mdx

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,37 @@ description: "Learn how to set up your own MCP Server"
99
[Installing and using the Mintlify MCP Server](/advanced/mcp/quickstart) page.
1010
</Tip>
1111

12-
## Get started
12+
## Get Started
1313

14-
Run `npm i mcp` to install the `mcp` CLI.
14+
Run `npm i mcp` to install the MCP CLI.
1515

16-
In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Server`, on this page toggle to see your unique installation command. This is the command to install your MCP Server with the `mcp` CLI.
16+
In the [dashboard](https://dashboard.mintlify.com/products/mcp), navigate to the `MCP Server` section. On this page, toggle the view to see your unique installation command. This command will install your MCP Server using the MCP CLI.
1717

1818
<Note>
19-
Make sure to toggle OpenAPI access to allow the MCP server to access **all**
20-
endpoints in your OpenAPI spec.
19+
Make sure to toggle OpenAPI access to allow the MCP Server to access **all**
20+
endpoints in your OpenAPI specification.
2121
</Note>
2222

23-
## Start the MCP server locally
23+
## Start the MCP Server Locally
2424

2525
<Steps>
26-
<Step title="Install the server through the CLI">
27-
Run the following command to install the server: ```bash npx mcp add [your
28-
subdomain] ```
26+
<Step title="Install the Server through the CLI">
27+
Run the following command to install the server:
28+
```bash
29+
npx mcp add [your subdomain]
30+
```
2931
</Step>
30-
<Step title="Add the authentication token if applicable">
31-
If your API requires an authentication token, tell your end-customer to get
32-
it and apply it when given this response: ``` > What is the Authorization
33-
(basic token)? ``` Otherwise, you can skip this step.
32+
<Step title="Add the Authentication Token (if applicable)">
33+
If your API requires an authentication token, instruct your end-customer to provide it when prompted with this response:
34+
```
35+
> What is the Authorization (basic token)?
36+
```
37+
If authentication is not required, you can skip this step.
3438
</Step>
35-
<Step title="Start your MCP server">
36-
You can now run: ```bash npm --prefix ~/.mcp/[your subdomain] start ```
39+
<Step title="Start your MCP Server">
40+
You can now run:
41+
```bash
42+
npm --prefix ~/.mcp/[your subdomain] start
43+
```
3744
</Step>
38-
</Steps>
45+
</Steps>

advanced/rest-api/overview.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,35 @@ title: Overview
77
You can leverage the REST API to programmatically trigger an update when desired.
88

99
<Info>
10-
While the primary use-case will be to trigger updates, we will be adding more and more
11-
functionality to the API overtime. Let us know what else you want to see in
10+
While the primary use case will be to trigger updates, we will be adding more functionality to the API over time. Let us know what else you would like to see in
1211
[our community](https://mintlify.com/community)!
1312
</Info>
1413

1514
## Authentication
1615

1716
You can generate an API key through
1817
[the dashboard](https://dashboard.mintlify.com/settings/organization/api-keys). The API key is
19-
associated with the entire org and can be used across multiple deployments.
18+
associated with the entire organization and can be used across multiple deployments.
2019

2120
<Frame>
2221
<img src="/images/external-api-key.png" />
2322
</Frame>
2423

25-
## Admin API key
24+
## Admin API Key
2625

2726
The Admin API key is used for the majority of the API. It is used to trigger updates via the [Update endpoint](/advanced/rest-api/update/trigger).
2827

29-
## Chat API key
28+
## Chat API Key
3029

31-
The Chat API allows you to embed the AI chat experience grounded in your docs and continually kept up to date into any application of your choosing.
30+
The Chat API allows you to embed an AI chat experience into any application of your choosing. This chat experience is grounded in your documentation and continuously kept up to date.
3231

33-
Responses include citations so you can point your users to the right places they need to get help.
32+
Responses include citations, allowing you to point your users to the specific documentation pages they need for help.
3433

3534
<Note>
3635
The Chat API token is a public token that can be referenced in your
37-
frontend code whereas the API key is a server-side token that should be kept
36+
frontend code, whereas the API key is a server-side token that should be kept
3837
secret.
3938
</Note>
4039

4140
Now that you have an API key, check out our [example](https://github.com/mintlify/discovery-api-example) for how to use
42-
the API for AI chat. You can also see a deployed version of this example at [chat.mintlify.com](https://chat.mintlify.com).
41+
the API for AI chat. You can also see a deployed version of this example at [chat.mintlify.com](https://chat.mintlify.com).

docs.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
{
2323
"group": "Editing",
2424
"icon": "pen-paintbrush",
25-
"pages": ["development", "web-editor"]
25+
"pages": [
26+
"development",
27+
"web-editor"
28+
]
2629
},
2730
"settings/global",
2831
{
@@ -37,7 +40,8 @@
3740
]
3841
},
3942
"themes",
40-
"migration"
43+
"migration",
44+
"quickstart"
4145
]
4246
},
4347
{
@@ -135,14 +139,17 @@
135139
"icon": "house-lock",
136140
"pages": [
137141
"advanced/dashboard/sso",
138-
"advanced/dashboard/permissions"
142+
"advanced/dashboard/permissions",
143+
"advanced/dashboard/permissions",
144+
"advanced/dashboard/sso"
139145
]
140146
},
141147
{
142148
"group": "Model Context Protocol",
143149
"icon": "server",
144150
"pages": [
145151
"advanced/mcp/quickstart",
152+
"advanced/mcp/generate",
146153
"advanced/mcp/generate"
147154
]
148155
},
@@ -164,7 +171,8 @@
164171
"advanced/rest-api/chat/create-topic",
165172
"advanced/rest-api/chat/generate-message"
166173
]
167-
}
174+
},
175+
"advanced/rest-api/overview"
168176
]
169177
}
170178
]
@@ -262,7 +270,9 @@
262270
"groups": [
263271
{
264272
"group": "Changelog",
265-
"pages": ["changelog/overview"]
273+
"pages": [
274+
"changelog/overview"
275+
]
266276
}
267277
]
268278
}
@@ -374,4 +384,4 @@
374384
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
375385
}
376386
}
377-
}
387+
}

0 commit comments

Comments
 (0)