diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 408f5b402..dad517b9c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,7 +34,7 @@ To learn more about how to run the project locally refer to our development [gui
If you have any question or piece of feedback don't hesitate to
- Open an [Issue](https://github.com/chainloop-dev/chainloop/issues/new)
-- Reach out via our [Discord Server](https://discord.gg/f7atkaZact)
+- Reach out in [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
We are very excited to have you on board!
diff --git a/README.md b/README.md
index b3d801f88..043acee51 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[](https://securityscorecards.dev/viewer/?uri=github.com/chainloop-dev/chainloop)
[](https://goreportcard.com/report/github.com/chainloop-dev/chainloop)

-[](https://discord.gg/f7atkaZact)
+[](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
[](https://github.com/chainloop-dev/chainloop/blob/main/LICENSE.md)
> Chainloop is under active development and you should expect breaking changes before the first stable release.
@@ -150,7 +150,7 @@ To learn more, please visit the Chainloop project's documentation website, https
Chainloop is developed in the open and is constantly improved by our users, contributors and maintainers. Got a question, comment, or idea? Please don't hesitate to reach out via:
- GitHub [Issues](https://github.com/chainloop-dev/chainloop/issues)
-- Discord [Community Server](https://discord.gg/f7atkaZact)
+- [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
- Youtube [Channel](https://www.youtube.com/channel/UCISrWrPyR_AFjIQYmxAyKdg)
## Contributing
diff --git a/devel/integrations.md b/devel/integrations.md
index 930fed90e..981e01572 100644
--- a/devel/integrations.md
+++ b/devel/integrations.md
@@ -121,4 +121,4 @@ If you can't find the integration you are looking for, feel free [to report it](
### I am stuck, what do I do?
-If you have any questions or run into any issues, don't hesitate to reach out via our [Discord Server](https://discord.gg/f7atkaZact) or open an [Issue](https://github.com/chainloop-dev/chainloop/issues/new). We'll be happy to help.
\ No newline at end of file
+If you have any questions or run into any issues, don't hesitate to reach out in [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ) or open an [Issue](https://github.com/chainloop-dev/chainloop/issues/new). We'll be happy to help.
\ No newline at end of file
diff --git a/docs/docs/guides/dagger/README.md b/docs/docs/guides/dagger/README.md
index d248158d4..deb27ee40 100644
--- a/docs/docs/guides/dagger/README.md
+++ b/docs/docs/guides/dagger/README.md
@@ -172,7 +172,7 @@ To learn more, please visit the Chainloop project's documentation website, https
Chainloop is developed in the open and is constantly improved by our users, contributors and maintainers. Got a question, comment, or idea? Please don't hesitate to reach out via:
- GitHub [Issues](https://github.com/chainloop-dev/chainloop/issues)
-- Discord [Community Server](https://discord.gg/f7atkaZact)
+- [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
- Youtube [Channel](https://www.youtube.com/channel/UCISrWrPyR_AFjIQYmxAyKdg)
\ No newline at end of file
diff --git a/docs/docs/integrations/integrations.md b/docs/docs/integrations/integrations.md
index 6d9e2f8b6..30f404276 100644
--- a/docs/docs/integrations/integrations.md
+++ b/docs/docs/integrations/integrations.md
@@ -126,4 +126,4 @@ If you can't find the integration you are looking for, feel free [to report it](
### I am stuck, what do I do?
-If you have any questions or run into any issues, don't hesitate to reach out via our [Discord Server](https://discord.gg/f7atkaZact) or open an [Issue](https://github.com/chainloop-dev/chainloop/issues/new). We'll be happy to help.
\ No newline at end of file
+If you have any questions or run into any issues, don't hesitate to reach out in [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ) or open an [Issue](https://github.com/chainloop-dev/chainloop/issues/new). We'll be happy to help.
\ No newline at end of file
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 0b7babf0a..cc156b03b 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -257,10 +257,10 @@ ${content
"aria-label": "GitHub repository",
},
{
- href: "https://discord.gg/Sfw3HnRt",
+ href: "https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ",
position: "right",
- className: "header-discord-link",
- "aria-label": "Discord Server",
+ className: "header-slack-link",
+ "aria-label": "Slack",
},
],
},
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css
index 3f4f93c88..3e7bbf475 100644
--- a/docs/src/css/custom.css
+++ b/docs/src/css/custom.css
@@ -62,19 +62,19 @@
no-repeat;
}
-.header-discord-link:hover {
+.header-slack-link:hover {
opacity: 0.6;
}
-.header-discord-link:before {
- background: url("/static/img/discord.svg") no-repeat;
+.header-slack-link:before {
+ background: url("/static/img/slack.svg") no-repeat;
content: "";
display: flex;
- height: 26px;
- width: 26px;
- margin-top: 5px;
+ height: 24px;
+ width: 24px;
+ scale: 2;
}
-[data-theme='dark'] .header-discord-link::before {
- background: url("/static/img/discord-dark.svg") no-repeat;
+[data-theme='dark'] .header-slack-link::before {
+ background: url("/static/img/slack-dark.svg") no-repeat;
}
\ No newline at end of file
diff --git a/docs/static/img/discord-dark.svg b/docs/static/img/discord-dark.svg
deleted file mode 100644
index 22ee27ba2..000000000
--- a/docs/static/img/discord-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/static/img/discord.svg b/docs/static/img/discord.svg
deleted file mode 100644
index 4b7477340..000000000
--- a/docs/static/img/discord.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/static/img/slack-dark.svg b/docs/static/img/slack-dark.svg
new file mode 100644
index 000000000..2df68e858
--- /dev/null
+++ b/docs/static/img/slack-dark.svg
@@ -0,0 +1,28 @@
+
\ No newline at end of file
diff --git a/docs/static/img/slack.svg b/docs/static/img/slack.svg
new file mode 100644
index 000000000..aab207051
--- /dev/null
+++ b/docs/static/img/slack.svg
@@ -0,0 +1,25 @@
+
\ No newline at end of file
diff --git a/extras/dagger/README.md b/extras/dagger/README.md
index 65809619d..f130efe22 100644
--- a/extras/dagger/README.md
+++ b/extras/dagger/README.md
@@ -184,5 +184,5 @@ To learn more, please visit the Chainloop project's documentation website, https
Chainloop is developed in the open and is constantly improved by our users, contributors and maintainers. Got a question, comment, or idea? Please don't hesitate to reach out via:
- GitHub [Issues](https://github.com/chainloop-dev/chainloop/issues)
-- Discord [Community Server](https://discord.gg/f7atkaZact)
+- [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
- Youtube [Channel](https://www.youtube.com/channel/UCISrWrPyR_AFjIQYmxAyKdg)