diff --git a/blog/2024-02-23-discord-server.md b/blog/2024-02-23-discord-server.md deleted file mode 100644 index 34ffcff..0000000 --- a/blog/2024-02-23-discord-server.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -slug: discord -title: New community for LM-Commons on Discord -authors: [ericr] -tags: [lm-commons, discord, support] ---- -We have created a LM-Commons community server on Discord. - -This will be the preferred community to ask questions and get support. - -Please join the community using this invitation [**link**](https://discord.gg/qz6Hm3nETa). \ No newline at end of file diff --git a/blog/2024-04-10-slack-server.md b/blog/2024-04-10-slack-server.md new file mode 100644 index 0000000..55a7c02 --- /dev/null +++ b/blog/2024-04-10-slack-server.md @@ -0,0 +1,11 @@ +--- +slug: discord +title: New community for LM-Commons on Slack +authors: [ericr] +tags: [lm-commons, slack, support] +--- +We have created a LM-Commons community on Slack. + +This will be the preferred community to ask questions and get support. + +Please join the community using this invitation [**link**](https://join.slack.com/t/lm-commons/shared_invite/zt-2gankt2wj-FTS45hp1W~JEj1tWvDsUHQ). \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 7b05a99..dfa686e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -64,9 +64,9 @@ const config = { // Replace with your project's social card image: 'img/LMC-social-card.jpg', navbar: { - title: 'LM Commons', + title: 'LM-Commons', logo: { - alt: 'LM Commons Logo', + alt: 'LM-Commons Logo', src: 'img/LMC-logo.png', }, items: [ @@ -141,6 +141,10 @@ const config = { label: 'LmcCors', to: '/docs/lmc-cors/introduction', }, + { + label: 'LmcMail', + to: '/docs/lmc-mail/Introduction', + }, { label: 'LmcAdmin', to: '/docs/lmc-admin/introduction', @@ -151,13 +155,16 @@ const config = { title: 'Community', items: [ { - label: 'Discord', - href: 'https://discord.gg/T8vJ3ukPm7', + label: 'Slack', + href: 'https://join.slack.com/t/lm-commons/shared_invite/zt-2gankt2wj-FTS45hp1W~JEj1tWvDsUHQ', }, + /* { label: 'Gitter', href: 'https://gitter.im/LM-Commons/community', }, + + */ ], }, {