File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ functionality to the API overtime. Let us know what else you want to see in
14
14
## Authentication
15
15
16
16
You can generate an API key through
17
- [ the dashboard] ( https://dashboard.mintlify.com/settings/api ) . The API key is
17
+ [ the dashboard] ( https://dashboard.mintlify.com/settings/integrations ) . The API key is
18
18
associated with the entire org and can be used across multiple deployments.
19
19
20
20
<Frame >
Original file line number Diff line number Diff line change @@ -621,12 +621,12 @@ Click on the following dropdown to view a sample configuration file
621
621
],
622
622
"footerSocials" : {
623
623
"github" : " https://github.com/mintlify" ,
624
- "discord " : " https://discord.gg/MPNgtSZkgK " ,
624
+ "slack " : " https://mintlify.com/community " ,
625
625
"x" : " https://x.com/mintlify"
626
626
},
627
627
"integrations" : {
628
- "intercom" : " abcdefz " ,
629
- "frontchat" : " abcdez "
628
+ "intercom" : " APP_ID " ,
629
+ "frontchat" : " CHAT_ID "
630
630
}
631
631
}
632
632
```
@@ -636,4 +636,4 @@ Click on the following dropdown to view a sample configuration file
636
636
## More Customization
637
637
638
638
Learn more about how to further customize your docs with custom CSS and JS in
639
- [ Custom Scripts] ( https://mintlify.com/docs/integrations /custom/ ) .
639
+ [ Custom Scripts] ( https://mintlify.com/docs/advanced /custom/ ) .
You can’t perform that action at this time.
0 commit comments