Skip to content

Commit

Permalink
Merge pull request #65 from MultiQC/slack-discourse
Browse files Browse the repository at this point in the history
Remove reference to Slack
  • Loading branch information
ewels committed Oct 2, 2023
2 parents 0a82c16 + 592455a commit f7e21f4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
1 change: 1 addition & 0 deletions src/icons/discourse-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions src/layouts/DocsLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ const community_links = [
icon: "mdi:lead-pencil",
text: "Edit this page",
},
/*
{
url: "https://join.slack.com/t/multiqc/shared_invite/zt-1ps4q1u5x-2WtAJlZKMzMewURyxAChGA",
icon: "mdi:slack",
text: "Slack",
url: "https://community.seqera.io/c/multiqc/6",
icon: "mdi:forum",
text: "Community Forum",
},
*/
{
url: "https://github.com/ewels/MultiQC",
icon: "mdi:github",
Expand Down
11 changes: 5 additions & 6 deletions src/pages/community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ import CommunityCard from "@components/CommunityCard.astro";
come here to contribute code.
</CommunityCard>
<CommunityCard
title="Slack"
url="https://join.slack.com/t/multiqc/shared_invite/zt-1ps4q1u5x-2WtAJlZKMzMewURyxAChGA"
icon="logos:slack-icon"
title="Discourse"
url="https://community.seqera.io/c/multiqc/6"
icon="discourse-logo"
>
Join the community on Slack. Come here to ask questions, get help, share ideas and discuss
features.
<em>NB: In development, may change to another platform in the near future.</em>
Join the Seqera community forum, with a dedicated category for MultiQC. Come here to ask
questions, get help, share ideas and discuss features.
</CommunityCard>
<CommunityCard title="Twitter" url="https://twitter.com/MultiQC" icon="logos:twitter">
Follow <code class="rounded-sm bg-gray-200 px-2 dark:bg-gray-800/50">@MultiQC</code> on twitter
Expand Down
18 changes: 9 additions & 9 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -183,27 +183,27 @@ const modules = await getCollection("modules");
Python Package Index
</Button>
</div>
<div class="mt-5">
<Button to="/docs/" variant="primary" size="md" classes="w-full">
<Icon name="mdi:book-open-variant" class="mr-3 h-6 w-6" />
Documentation
</Button>
</div>
<div class="mt-5">
<Button to="/modules/" variant="primary" size="md" classes="w-full">
<Icon name="mdi:hammer-wrench" class="mr-3 h-6 w-6" />
{modules.length} supported tools
</Button>
</div>
<div class="mt-5">
<Button to="/docs/" variant="primary" size="md" classes="w-full">
<Icon name="mdi:book-open-variant" class="mr-3 h-6 w-6" />
Documentation
</Button>
</div>
<div class="mt-5">
<Button
to="https://join.slack.com/t/multiqc/shared_invite/zt-1ps4q1u5x-2WtAJlZKMzMewURyxAChGA"
to="https://community.seqera.io/c/multiqc/6"
variant="primary"
size="md"
classes="w-full"
>
<Icon name="mdi:slack" class="mr-3 h-6 w-6" />
Get help on Slack
<Icon name="mdi:forum" class="mr-3 h-6 w-6" />
Community forum
</Button>
</div>
<div class="mt-5">
Expand Down

0 comments on commit f7e21f4

Please sign in to comment.