chore:removed escalation to integration@ from docs footer#383
Open
chore:removed escalation to integration@ from docs footer#383
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the integration guide footer snippet content that previously directed users to email integrations@stackone.com.
Changes:
- Deleted the footer message (including the escalation email) from the shared
IntegrationFootersnippet.
Comments suppressed due to low confidence (1)
snippets/integration-footer.mdx:1
integration-footer.mdxis now completely empty, but it’s imported and rendered in many guides. Consider making the intent explicit by exporting a no-op component (or adding a brief comment explaining deprecation) so future readers don’t assume this file was accidentally truncated, and to avoid relying on MDX’s implicit default export for empty content.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed the import statement and component usage of IntegrationFooter from 220 documentation files across connection guides and integration configuration concepts. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
faisalreza-stackone
requested changes
Apr 7, 2026
| @@ -1,3 +0,0 @@ | |||
| <br /> | |||
Contributor
There was a problem hiding this comment.
do we not just want to delete this file?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Removed the outdated
integrations@stackone.comescalation from docs by removing theIntegrationFooterimport and component across all Hub connection guides. This aligns the docs with current support channels and removes a redundant footer snippet.Written for commit f298a01. Summary will update on new commits.