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/rest-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ functionality to the API overtime. Let us know what else you want to see in
## Authentication

You can generate an API key through
[the dashboard](https://dashboard.mintlify.com/settings/api). The API key is
[the dashboard](https://dashboard.mintlify.com/settings/integrations). The API key is
associated with the entire org and can be used across multiple deployments.

<Frame>
Expand Down
Binary file modified images/external-api-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -621,12 +621,12 @@ Click on the following dropdown to view a sample configuration file
],
"footerSocials": {
"github": "https://github.com/mintlify",
"discord": "https://discord.gg/MPNgtSZkgK",
"slack": "https://mintlify.com/community",
"x": "https://x.com/mintlify"
},
"integrations": {
"intercom": "abcdefz",
"frontchat": "abcdez"
"intercom": "APP_ID",
"frontchat": "CHAT_ID"
}
}
```
Expand All @@ -636,4 +636,4 @@ Click on the following dropdown to view a sample configuration file
## More Customization

Learn more about how to further customize your docs with custom CSS and JS in
[Custom Scripts](https://mintlify.com/docs/integrations/custom/).
[Custom Scripts](https://mintlify.com/docs/advanced/custom/).