-
Notifications
You must be signed in to change notification settings - Fork 17
fix: update discord invite link #70
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
base: main
Are you sure you want to change the base?
Conversation
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
This PR updates the Discord invite link in the Docusaurus configuration from the old invite code to a new one. While this is a straightforward configuration change, the update is incomplete as the old Discord invite link remains in multiple other locations throughout the documentation and internationalization files.
- Updates Discord invite link in footer configuration from
GJ4r8a8tonsXXDFGBEt
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| label: 'Discord (Stats loading...)', | ||
| href: 'https://discord.com/invite/GJ4r8a8', | ||
| href: 'https://discord.com/invite/nsXXDFGBEt', |
Copilot
AI
Nov 17, 2025
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.
The Discord invite link has been updated here, but the old link https://discord.com/invite/GJ4r8a8 still appears in multiple other files throughout the codebase:
blog/2023-03-23-v2.0.0.md(2 occurrences)docs/creating-bundles.md(1 occurrence)docs/what-is-nodecg.md(2 occurrences)i18n/en/docusaurus-theme-classic/footer.json(1 occurrence in description)i18n/fr/docusaurus-plugin-content-docs/current/what-is-nodecg.md(2 occurrences)i18n/fr/docusaurus-theme-classic/footer.json(1 occurrence in description)i18n/ja/docusaurus-plugin-content-docs/current/what-is-nodecg.md(2 occurrences)i18n/ja/docusaurus-theme-classic/footer.json(1 occurrence in description)
These should also be updated to ensure consistency across the documentation.
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
Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,5 @@ | |||
| { | |||
| "name": "docs", | |||
Copilot
AI
Nov 17, 2025
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.
This change adds a name field to package.json, which appears unrelated to updating the Discord invite link mentioned in the PR title. If this is an intentional change that should be included, consider updating the PR title or description to reflect this additional modification.
No description provided.