diff --git a/advanced/rest-api/overview.mdx b/advanced/rest-api/overview.mdx index fd47e84b6..49b281047 100644 --- a/advanced/rest-api/overview.mdx +++ b/advanced/rest-api/overview.mdx @@ -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. diff --git a/images/external-api-key.png b/images/external-api-key.png index 538f4e993..f75da6983 100644 Binary files a/images/external-api-key.png and b/images/external-api-key.png differ diff --git a/settings/global.mdx b/settings/global.mdx index 7586860b0..0c3ca6b5e 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -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" } } ``` @@ -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/).