Skip to content

Commit 8c9424a

Browse files
committed
Remove chat widget docs
1 parent 38d1f02 commit 8c9424a

File tree

5 files changed

+13
-145
lines changed

5 files changed

+13
-145
lines changed

advanced/rest-api/overview.mdx

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,33 @@ title: Overview
44

55
## Trigger Updates
66

7-
Leverage the REST API to programmatically trigger an update when desired.
8-
The primary use-case will be to trigger updates. We will be adding more and more
9-
functionality to the API overtime. Let us know what else you want to see in
10-
[our community](https://mintlify.com/community)!
7+
You can leverage the REST API to programmatically trigger an update when desired.
8+
9+
<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
12+
[our community](https://mintlify.com/community)!
13+
</Info>
1114

1215
## Authentication
1316

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

1821
<Frame>
1922
<img src="/images/external-api-key.png" />
2023
</Frame>
2124

22-
## Chat API
25+
## Admin API key
2326

24-
The Chat API allows you to embed an AI chat experience grounded in your docs and continually kept up to date into any application of your choosing.
25-
Responses include citations so you can point your users to the right places they need to get help.
27+
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).
2628

27-
## Getting Started
29+
## Chat API key
2830

29-
To get started, you'll need to generate a Chat API key in the [dashboard](https://dashboard.mintlify.com/products/chat/widget):
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.
3032

31-
<Frame>
32-
<img
33-
alt="Create a Chat API key"
34-
src="/images/generate-discovery-api-key.png"
35-
/>
36-
</Frame>
33+
Responses include citations so you can point your users to the right places they need to get help.
3734

3835
<Note>
3936
The Chat API token is a public token that can be referenced in your

advanced/widget/chat.mdx

Lines changed: 0 additions & 122 deletions
This file was deleted.

docs.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@
134134
"settings/authentication-personalization/sending-data"
135135
]
136136
},
137-
{
138-
"group": "Extensions",
139-
"icon": "plug",
140-
"pages": ["advanced/widget/chat"]
141-
},
142137
{
143138
"group": "REST API",
144139
"icon": "brackets-curly",

images/external-api-key.png

683 KB
Loading

settings/global.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,6 @@ Examples:
13961396

13971397
</ResponseField>
13981398

1399-
{" "}
1400-
14011399
<ResponseField name="analytics" type="Analytics">
14021400
Configurations to add third-party analytics integrations. See full list of
14031401
supported analytics [here](/integrations/analytics/overview).

0 commit comments

Comments
 (0)