diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 4e24a67..4f500b0 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -105,6 +105,15 @@ const config: Config = { href: 'https://pypi.org/project/s2-python/', } ], + }, + { + title: 'Community', + items: [ + { + label: 'Discord', + href: 'https://discord.com/invite/NyFMEPmuDw', + }, + ], }, ], copyright: `Copyright © ${new Date().getFullYear()} Flexiblepower Alliance Network (FAN).`,