Skip to content

Commit 1a35928

Browse files
authored
remove links to community (#985)
1 parent 19399f3 commit 1a35928

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

docs.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,6 @@
272272
}
273273
},
274274
"navbar": {
275-
"links": [
276-
{
277-
"label": "Community",
278-
"href": "https://join.slack.com/t/mintlify-community/shared_invite/zt-2ysw2wger-rdkN9ZbHqRrj6ch~_bVgDA"
279-
}
280-
],
281275
"primary": {
282276
"type": "button",
283277
"label": "Get started",
@@ -288,8 +282,7 @@
288282
"socials": {
289283
"x": "https://x.com/mintlify",
290284
"linkedin": "https://www.linkedin.com/company/mintlify",
291-
"github": "https://github.com/mintlify",
292-
"slack": "https://join.slack.com/t/mintlify-community/shared_invite/zt-2ysw2wger-rdkN9ZbHqRrj6ch~_bVgDA"
285+
"github": "https://github.com/mintlify"
293286
},
294287
"links": [
295288
{

integrations/privacy/overview.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ You can add data privacy platforms onto your docs. Add the `integrations` field
2323
}
2424
```
2525

26-
If you'd like to request a data privacy platform integration, please let us know in [our community](https://mintlify.com/community).
27-
2826
## Cookie Consent and Disabling Telemetry
2927

3028
If you need to check if a user has already consented to cookies for GDPR compliance, you can specify a local storage key and value under `cookies`:

0 commit comments

Comments
 (0)