Skip to content

Commit 7abfffa

Browse files
committed
Remove Discord support links from documentation and components for a cleaner user experience
1 parent f04ad2f commit 7abfffa

14 files changed

Lines changed: 6 additions & 238 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ We welcome all contributsions: whether you’re fixing a typo, adding a new guid
7474

7575
## Need Help?
7676

77-
- Ask in our [Discord community](https://discord.gg/smythos)
78-
- - For bug reports or feature requests, [open an issue on GitHub](https://github.com/SmythOS/smyth-docs/issues).
77+
- For bug reports or feature requests, [open an issue on GitHub](https://github.com/SmythOS/smyth-docs/issues).
7978

8079
<Spacer size="md" />
8180

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ No production deployment is required to contribute. Simply open a PR and share y
7676

7777
- We will release an open source visual agent IDE later this year.
7878
- Support us at [SmythOS](https://smythos.com) and read the [SmythOS Documentation](https://smythos.com/docs/).
79-
- Join our [community](https://discord.gg/smythos) to stay updated on new features, connectors, and capabilities.
8079

8180
/smɪθ oʊ ɛs/
8281

docs/account-management/account-deletion.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Team removal should always happen first, followed by subscription cancellation.
118118
**What to Do:**
119119
- View the current owner in [Team Members](https://app.smythos.com/teams/members)
120120
- Contact the owner to initiate deletion
121-
- [Reach out to support](https://discord.gg/smythos) if needed
122121

123122
<Spacer size="md" />
124123

@@ -128,4 +127,3 @@ If you still can’t delete your account:
128127
- Double-check that all team members are removed
129128
- Confirm your subscription has been cancelled
130129
- Check your role under [Roles and Permissions](/docs/account-management/user-management)
131-
- [Contact support](https://discord.gg/smythos) for additional help

docs/account-management/subscription-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Roles are managed via [Organization Management](/docs/account-management/organiz
114114
## Need Help?
115115

116116
<TipCallout title="Have a billing or subscription question?">
117-
Contact [Support](https://smythos.com/talk-to-us/), or post in the [Discord server](https://discord.gg/smythos) for help from the community or team.
117+
Contact [Support](https://smythos.com/talk-to-us/) for help from the community or team.
118118
</TipCallout>
119119

120120
<Spacer size="md" />

docs/agent-studio/components/base/image-generator.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The component produces a single output containing the newly created image.
7979
### Troubleshooting Model Selection
8080

8181
- If the model dropdown is empty or missing expected entries, check your internet connection or refresh the canvas
82-
- Still not showing? [Contact support](https://discord.gg/smythos) for help diagnosing model availability
8382

8483
## Best Practices
8584

docs/agent-studio/integrations/google-calendar-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ Encountering an issue with your Google Calendar integration? Here are solutions
725725
* **Possible Cause(s):** `singleEvents` is `false` (default) for recurring events; `timeMin`/`timeMax` range is incorrect or affected by time zones; search query `q` is too restrictive; pagination not handled.
726726
* **Solution(s):** Set `singleEvents: true` for date range queries. Verify `timeMin`/`timeMax` RFC3339 timestamps and their time zones. Test with a broader query or no query. Check `Response.nextPageToken` for more results.
727727

728-
<InfoCallout> If you're still facing issues, the detailed `Response` output from the Google Calendar components often contains specific error messages directly from Google that can provide excellent clues. The SmythOS support team is always ready to help. [Get help from the SmythOS team](https://discord.gg/smythos) </InfoCallout>
728+
<InfoCallout> If you're still facing issues, the detailed `Response` output from the Google Calendar components often contains specific error messages directly from Google that can provide excellent clues. </InfoCallout>
729729

730730
<Spacer size="md" />
731731

docs/agent-weaver/faq.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ Hold <kbd>Cmd</kbd> / <kbd>Ctrl</kbd> while clicking each component, **or** drag
109109
If none of the above fixes solve your issue:
110110

111111
- Export your agent and test it locally with the SmythOS runtime.
112-
- Share logs and repro steps in the **#support** channel on [Discord](https://discord.gg/smythos).
113112
- The support team and community can help you resolve complex issues faster.
114113
</InfoCallout>
115114

docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ const config: Config = {
4343
// Make env vars available in components
4444
SUPABASE_URL: process.env.SUPABASE_URL,
4545
SUPABASE_ANON_KEY: process.env.SUPABASE_ANON_KEY,
46-
supportEmail: 'support@smythos.com',
47-
supportDiscordUrl: 'https://discord.gg/smythos',
46+
supportEmail: 'support@smythos.com'
4847
},
4948

5049
onBrokenLinks: 'throw',

src/components/NeedHelpCallout.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@ import { HelpCallout } from './HelpCallout';
66
const NeedHelpCallout: React.FC = () => {
77
const { siteConfig } = useDocusaurusContext();
88
const {
9-
supportEmail,
10-
supportDiscordUrl,
9+
supportEmail
1110
} = siteConfig.customFields as {
1211
supportEmail: string;
13-
supportDiscordUrl: string;
1412
};
1513

1614
return (
1715
<HelpCallout title="Need more help?">
18-
Have a question or need assistance? Join the&nbsp;
19-
<Link to={supportDiscordUrl} target="_blank" rel="noopener noreferrer">
20-
SmythOS Discord
21-
</Link>&nbsp;or reach out via email at&nbsp;
16+
Have a question or need assistance? Reach out via email at&nbsp;
2217
<Link to={`mailto:${supportEmail}`}>{supportEmail}</Link>.
2318
We're here to help.
2419
</HelpCallout>

src/theme/Footer/index.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ const Footer: React.FC = () => {
6161
</svg>
6262
<span className="screen-reader-text">X (Twitter)</span>
6363
</a>
64-
<a
65-
href="https://discord.gg/smythos"
66-
target="_blank"
67-
rel="noopener noreferrer"
68-
aria-label="Join SmythOS Discord community"
69-
>
70-
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg">
71-
<path fillRule="evenodd" clipRule="evenodd" d="M10.4921 13.3058a.3073.3073 0 0 0-.003-.0559c-.0277-.1952-.0376-.3951-.0939-.5822-.211-.706-.647-1.213-1.389-1.363-.714-.143-1.293.13-1.721.709-.58.782-.524 1.947.117 2.68.689.787 1.809.808 2.522.041.3726-.4011.5432-.8834.568-1.4289zm6.6463-.0168a.3036.3036 0 0 0-.0026-.0504c-.0224-.1691-.0318-.343-.0756-.5069-.188-.7-.595-1.215-1.316-1.405-.637-.168-1.196.015-1.649.49-.745.781-.749 2.116-.017 2.908.72.777 1.855.762 2.542-.039.3435-.4006.4991-.8718.5182-1.3967zm-.0398 4.4968c.1751-.0841.2421-.3302.0843-.4434-.1159-.0831-.2087-.0512-.4257.0413-3.168 1.348-6.338 1.334-9.508.009-.2281-.0954-.3163-.1332-.4278-.0622-.1682.1073-.1032.3671.0762.4543.3412.1659.6827.332 1.0409.506a.3004.3004 0 0 1 .1225.431c-.2847.4493-.5658.894-.8558 1.3319-.031.046-.164.061-.233.04-1.715-.541-3.301-1.34-4.752-2.403-.074-.054-.138-.167-.146-.259-.329-3.631.439-7.018 2.281-10.164.703-1.201.701-1.222 2.199-1.698.788-.25 1.6-.422 2.399-.639.176-.047.264.005.334.164.088.197.219.377.287.58.081.242.205.299.456.263 1.375-.198 2.751-.168 4.125.013.0744.0106.1458-.0342.1793-.1015.129-.2583.2612-.5153.3827-.7785.063-.138.141-.176.294-.147 1.289.244 2.536.619 3.731 1.161.122.056.244.157.318.268 1.413 2.11 2.366 4.404 2.752 6.921.212 1.379.237 2.765.112 4.153-.009.099-.085.221-.168.28-1.44 1.045-3.006 1.845-4.707 2.375-.083.026-.24.011-.276-.043-.2882-.4311-.5635-.871-.8449-1.3193a.3005.3005 0 0 1 .124-.4306c.3565-.1715.6992-.3362 1.0463-.503z" fill="currentColor" />
72-
</svg>
73-
<span className="screen-reader-text">Discord</span>
74-
</a>
7564
<a
7665
href="https://www.linkedin.com/company/smythos/"
7766
target="_blank"

0 commit comments

Comments
 (0)