-
Notifications
You must be signed in to change notification settings - Fork 24
Remove Discord references from documentation #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: JamieSinn <[email protected]>
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:[email protected]. |
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.
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.