From 8e60a0db6cf426c00df9b4c9c37903d5af8ddd28 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Fri, 13 May 2022 23:09:07 +0200 Subject: [PATCH] chore(docs): move community to slack --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- README.md | 6 +++--- ui/src/override/components/Menu.vue | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8978294a72b..e8c0056f3c8 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,7 +6,7 @@ body: value: | Thanks for reporting an issue, please review the task list below before submitting the issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed. - NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Github Discussions](https://github.com/kestra-io/kestra/discussions) or [Discord](https://discord.gg/NMG39WKGth). + NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Github Discussions](https://github.com/kestra-io/kestra/discussions) or [Slack](https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw). - type: textarea attributes: label: Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index eb7a47ca442..dbf76ca375b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,5 +3,5 @@ contact_links: url: https://github.com/kestra-io/kestra/discussions about: Ask questions about Kestra on Github - name: Chat - url: https://discord.gg/NMG39WKGth - about: Chat with us on Discord. \ No newline at end of file + url: https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw + about: Chat with us on Slack. \ No newline at end of file diff --git a/README.md b/README.md index e12a541f400..a0793974558 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Docker pull Artifact Hub Kestra infinitely scalable orchestration and scheduling platform - Discord + Slack Github discussions Twitter Code Cov @@ -29,7 +29,7 @@ WebsiteTwitterLinked In • - Discord • + SlackDocumentation

@@ -245,7 +245,7 @@ Join our community if you need help, want to chat or have any other questions fo - [GitHub](https://github.com/kestra-io/kestra/discussions) - Discussion forums and updates from the Kestra team - [Twitter](https://twitter.com/kestra_io) - For all the latest Kestra news -- [Discord](https://discord.gg/NMG39WKGth) - Join the conversation! Get all the latest updates and chat to the devs +- [Slack](https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw) - Join the conversation! Get all the latest updates and chat to the devs ## Roadmap diff --git a/ui/src/override/components/Menu.vue b/ui/src/override/components/Menu.vue index e3ce4e6c1e1..585562f235e 100644 --- a/ui/src/override/components/Menu.vue +++ b/ui/src/override/components/Menu.vue @@ -36,7 +36,7 @@ import BookMultipleOutline from "vue-material-design-icons/BookMultipleOutline"; import FileCodeOutline from "vue-material-design-icons/FileCodeOutline"; import GoogleCirclesExtended from "vue-material-design-icons/GoogleCirclesExtended"; - import Discord from "vue-material-design-icons/Discord"; + import Slack from "vue-material-design-icons/Slack"; import Github from "vue-material-design-icons/Github"; import CogOutline from "vue-material-design-icons/CogOutline"; import {mapState} from "vuex"; @@ -49,7 +49,7 @@ Vue.component("DocumentationMenuIcon", BookMultipleOutline); Vue.component("DocumentationDeveloperMenuIcon", FileCodeOutline); Vue.component("DocumentationPluginsMenuIcon", GoogleCirclesExtended); - Vue.component("Discord", Discord); + Vue.component("Slack", Slack); Vue.component("Github", Github); Vue.component("SettingMenuIcon", CogOutline); @@ -158,10 +158,10 @@ }, }, { - href: "https://discord.gg/NMG39WKGth", - title: "Discord", + href: "https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw", + title: "Slack", icon: { - element: "Discord", + element: "Slack", class: "menu-icon" }, external: true