Remove Discord references from documentation#956
Merged
Conversation
Co-authored-by: JamieSinn <1538232+JamieSinn@users.noreply.github.com>
Deploying devcycle-docs with
|
| Latest commit: |
88a53f2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://16a3de76.devcycle-docs.pages.dev |
| Branch Preview URL: | https://copilot-remove-discord-refer.devcycle-docs.pages.dev |
Copilot
AI
changed the title
[WIP] Remove all references to Discord from documentation
Remove Discord references from documentation
Feb 3, 2026
JamieSinn
approved these changes
Feb 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes Discord as a support/community channel across the docs site and replaces it with email-based support/contact links.
Changes:
- Removed Discord links from CLI/MCP and security/debug documentation pages, replacing them with mailto support addresses where applicable.
- Removed Discord entries from Docusaurus navbar/footer configuration and the custom footer component social links.
- Deleted Discord-specific header link styling and updated the landing page support CTA to email.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/theme/Footer/index.js |
Removes Discord from footer social navigation. |
src/pages/_index.jsx |
Updates landing page support link from Discord invite to mailto:support@devcycle.com. |
src/css/custom.css |
Removes .header-discord-link styles associated with the removed navbar icon/link. |
docusaurus.config.js |
Removes Discord from navbar “Community” dropdown, header icon/link, and footer link lists. |
docs/platform/testing-and-qa/debug-tools/web-debugger.md |
Removes Discord contact option from beta feedback callout. |
docs/platform/security-and-guardrails/feature-obfuscation.md |
Replaces “community discord” contact instruction with support email link. |
docs/cli-mcp/mcp-reference.md |
Removes Discord “DevCycle Community” help link. |
docs/cli-mcp/mcp-getting-started.md |
Removes Discord “DevCycle Community” help link. |
docs/cli-mcp/index.md |
Removes Discord from “Getting Help” section. |
docs/best-practices/security/compromised-keys.md |
Removes Discord support option, leaving support email. |
docs/best-practices/security/api-keys-secret-scanning.md |
Removes Discord support option, leaving support email. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kaushalkapasi
approved these changes
Feb 3, 2026
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.
Removed all Discord links, embeds, and invites from documentation and UI components. Replaced Discord contact points with email support.
Changes:
docusaurus.config.jsandsrc/theme/Footer/index.jssrc/pages/_index.jsxfrom Discord to email.header-discord-linkCSS rules fromsrc/css/custom.cssAll instances of
discord.gg/8uEqSsRKy5removed from source files. One benign reference remains indocs/best-practices/tech-debt.mdas an example feature flag name in code documentation.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
bitbucket.org/usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/devcycle-docs/devcycle-docs/node_modules/.store/@docusaurus-core-virtual-915c38c41e/package/bin/docusaurus.mjs build(dns block)gitlab.com/usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/devcycle-docs/devcycle-docs/node_modules/.store/@docusaurus-core-virtual-915c38c41e/package/bin/docusaurus.mjs build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.