Skip to content

Commit

Permalink
Merge pull request #12 from visto9259/move-to-slack
Browse files Browse the repository at this point in the history
Added Slack as the community
  • Loading branch information
visto9259 authored Apr 10, 2024
2 parents 490b8e4 + 52d0ead commit 7c18db5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
11 changes: 0 additions & 11 deletions blog/2024-02-23-discord-server.md

This file was deleted.

11 changes: 11 additions & 0 deletions blog/2024-04-10-slack-server.md
Original file line number Diff line number Diff line change
@@ -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).
15 changes: 11 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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',
Expand All @@ -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',
},
*/
],
},
{
Expand Down

0 comments on commit 7c18db5

Please sign in to comment.