Skip to content

Update Lexicon Approval - remove mentions of "new" tag#110

Merged
myronkaifung merged 13 commits into
mainfrom
cara-cheng-mixpanel-com/mintlify-update-i898re1
Jul 21, 2026
Merged

Update Lexicon Approval - remove mentions of "new" tag#110
myronkaifung merged 13 commits into
mainfrom
cara-cheng-mixpanel-com/mintlify-update-i898re1

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

No description provided.

mintlify Bot added 3 commits July 20, 2026 19:53
- Updated docs/reports/insights.mdx

Mintlify-Source: dashboard-editor
- Updated docs/data-governance/event-approval.mdx

Mintlify-Source: dashboard-editor
- Updated docs/data-governance/event-approval.mdx

Mintlify-Source: dashboard-editor
mintlify Bot added 5 commits July 20, 2026 19:57
- Updated docs/data-governance/event-approval.mdx

Mintlify-Source: dashboard-editor
- Updated docs/data-governance/event-approval.mdx

Mintlify-Source: dashboard-editor
- Updated docs/data-governance/event-approval.mdx

Mintlify-Source: dashboard-editor
- Updated docs/reports/insights.mdx

Mintlify-Source: dashboard-editor
- Updated docs/reports/insights.mdx

Mintlify-Source: dashboard-editor
@mintlify
mintlify Bot marked this pull request as ready for review July 20, 2026 20:00
@mintlify
mintlify Bot requested a review from a team as a code owner July 20, 2026 20:00
@mintlify
mintlify Bot requested a review from mherrman July 20, 2026 20:00
@caracheng
caracheng requested a review from spjtls9 July 20, 2026 20:01
@caracheng

Copy link
Copy Markdown
Contributor

Updating docs in response to DF-459

@caracheng caracheng changed the title Untitled draft Update Lexicon Approval - remove mentions of "new" tag Jul 20, 2026
@santigracia
santigracia enabled auto-merge (squash) July 21, 2026 13:28
- Updated docs.json
- Updated docs/root-cause-analysis.mdx
- Updated guides/guides-by-topic/features.mdx
- Updated images/image-5.png
- Deleted guides/guides-by-workflow/write-business-context.mdx
- Deleted images/image-6.png
- Deleted links/write-business-context.mdx

Mintlify-Source: dashboard-editor
@myronkaifung
myronkaifung requested a review from a team as a code owner July 21, 2026 19:51
@myronkaifung
myronkaifung requested a review from tiffanyqi July 21, 2026 19:51
- Updated docs/reports/insights.mdx

Mintlify-Source: dashboard-editor
@greptile-apps

greptile-apps Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

This looks safe to merge.

  • No new blocking issue remains after applying the follow-up selection scope.

Important Files Changed

Filename Overview
docs.json Updates navigation and replaces legacy documentation redirects with help-center mappings.
docs/data-governance/event-approval.mdx Updates Lexicon Approval guidance and removes references to the “new” tag.
changelogs.mdx Removes a destinations update and reformats the EU data-forwarding notice.

Reviews (3): Last reviewed commit: "Updated mintlify pages" | Re-trigger Greptile

Comment thread docs.json
Comment on lines 1626 to 1629
{
"source": "/docs/admin/data-governance/data-views-data-classification",
"destination": "/docs/data-governance/data-views-and-classification"
"source": "/hc",
"destination": "docs/getting-started/what-is-mixpanel"
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Relative Redirect Breaks /hc

When a reader opens the legacy /hc URL, this relative destination can resolve beneath the current path instead of from the site root. The redirect can therefore land on a nonexistent URL rather than the Mixpanel overview.

Suggested change
{
"source": "/docs/admin/data-governance/data-views-data-classification",
"destination": "/docs/data-governance/data-views-and-classification"
"source": "/hc",
"destination": "docs/getting-started/what-is-mixpanel"
},
{
"source": "/hc",
"destination": "/docs/what-is-mixpanel"
},

Comment thread docs.json
Comment on lines 1617 to +1620
},
{
"source": "/docs/access-security/single-sign-on/overview",
"destination": "/docs/access-security/single-sign-on"
"source": "/hc/en-us",
"destination": "/"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Legacy Documentation Redirects Removed

This redirect replacement drops existing mappings for old /docs/... URLs, including the former Event Approval route. Requests from bookmarks and indexed links to those paths can now return 404 instead of reaching their current pages; retain the old mappings alongside the new help-center redirects.

- Updated changelogs.mdx
- Updated docs.json
- Updated docs/agentic-automations.mdx
- Updated docs/cohort-sync.mdx
- Updated docs/cohort-sync/integrations.mdx
- Updated docs/cohort-sync/integrations/abtasty.mdx
- Updated docs/cohort-sync/integrations/airship.mdx
- Updated docs/cohort-sync/integrations/appcues.mdx
- Updated docs/cohort-sync/integrations/apptimize.mdx
- Updated docs/cohort-sync/integrations/braze.mdx
- Updated docs/cohort-sync/integrations/chameleon.mdx
- Updated docs/cohort-sync/integrations/clevertap.mdx
- Updated docs/cohort-sync/integrations/facebook-ads.mdx
- Updated docs/cohort-sync/integrations/google-ads.mdx
- Updated docs/cohort-sync/integrations/insider.mdx
- Updated docs/cohort-sync/integrations/iterable.mdx
- Updated docs/cohort-sync/integrations/kameleoon.mdx
- Updated docs/cohort-sync/integrations/leanplum.mdx
- Updated docs/cohort-sync/integrations/mailchimp.mdx
- Updated docs/cohort-sync/integrations/marketo.mdx
- Updated docs/cohort-sync/integrations/moengage.mdx
- Updated docs/cohort-sync/integrations/mparticle.mdx
- Updated docs/cohort-sync/integrations/onesignal.mdx
- Updated docs/cohort-sync/integrations/salesforce-marketing-cloud.mdx
- Updated docs/cohort-sync/integrations/segment.mdx
- Updated docs/cohort-sync/integrations/taplytics.mdx
- Updated docs/cohort-sync/integrations/vwo.mdx
- Updated docs/cohort-sync/integrations/webengage.mdx
- Updated docs/cohort-sync/integrations/xtremepush.mdx
- Updated docs/cohort-sync/webhooks.mdx
- Updated docs/mixpanel-agent.mdx
- Updated docs/reports/insights.mdx
- Deleted images/2026-07-16_15-12-54.png
- Deleted images/image-7.png

Mintlify-Source: dashboard-editor
@myronkaifung
myronkaifung merged commit c16e6ad into main Jul 21, 2026
6 checks passed
@myronkaifung
myronkaifung deleted the cara-cheng-mixpanel-com/mintlify-update-i898re1 branch July 21, 2026 21:35
rgodha24 added a commit to rgodha24/mixpanel-docs that referenced this pull request Jul 21, 2026
myronkaifung added a commit that referenced this pull request Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants