Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config: Config = {
items: [
{
label: 'Discord (Stats loading...)',
href: 'https://discord.com/invite/GJ4r8a8',
href: 'https://discord.com/invite/nsXXDFGBEt',
Copy link

Copilot AI Nov 17, 2025

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.

Copilot uses AI. Check for mistakes.
id: 'footer-discord-link'
},
],
Expand Down
Loading