Skip to content

Commit 588375f

Browse files
authored
feat: change discord references to slack (#924)
Signed-off-by: Tomasz Knura <[email protected]>
1 parent 570c4ef commit 588375f

File tree

12 files changed

+71
-20
lines changed

12 files changed

+71
-20
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To learn more about how to run the project locally refer to our development [gui
3434
If you have any question or piece of feedback don't hesitate to
3535

3636
- Open an [Issue](https://github.com/chainloop-dev/chainloop/issues/new)
37-
- Reach out via our [Discord Server](https://discord.gg/f7atkaZact)
37+
- Reach out in [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
3838

3939
We are very excited to have you on board!
4040

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/chainloop-dev/chainloop/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chainloop-dev/chainloop)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/chainloop-dev/chainloop)](https://goreportcard.com/report/github.com/chainloop-dev/chainloop)
55
![Test passing](https://github.com/chainloop-dev/chainloop/actions/workflows/test.yml/badge.svg?branch=main)
6-
[![Chat on Discord](https://img.shields.io/discord/1037381970189111326?logo=discord)](https://discord.gg/f7atkaZact)
6+
[![Chat on Slack](https://img.shields.io/badge/slack-chainloop-blue?logo=slack)](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
77
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/chainloop-dev/chainloop/blob/main/LICENSE.md)
88

99
> 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
150150
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:
151151

152152
- GitHub [Issues](https://github.com/chainloop-dev/chainloop/issues)
153-
- Discord [Community Server](https://discord.gg/f7atkaZact)
153+
- [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
154154
- Youtube [Channel](https://www.youtube.com/channel/UCISrWrPyR_AFjIQYmxAyKdg)
155155

156156
## Contributing

devel/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ If you can't find the integration you are looking for, feel free [to report it](
121121

122122
### I am stuck, what do I do?
123123

124-
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.
124+
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.

docs/docs/guides/dagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ To learn more, please visit the Chainloop project's documentation website, https
172172
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:
173173

174174
- GitHub [Issues](https://github.com/chainloop-dev/chainloop/issues)
175-
- Discord [Community Server](https://discord.gg/f7atkaZact)
175+
- [Slack](https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ)
176176
- Youtube [Channel](https://www.youtube.com/channel/UCISrWrPyR_AFjIQYmxAyKdg)
177177

178178

docs/docs/integrations/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ If you can't find the integration you are looking for, feel free [to report it](
126126

127127
### I am stuck, what do I do?
128128

129-
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.
129+
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.

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ ${content
257257
"aria-label": "GitHub repository",
258258
},
259259
{
260-
href: "https://discord.gg/Sfw3HnRt",
260+
href: "https://join.slack.com/t/chainloop-community/shared_invite/zt-2k34dvx3r-u85uGP_KiLC6ic5Wy4aRnQ",
261261
position: "right",
262-
className: "header-discord-link",
263-
"aria-label": "Discord Server",
262+
className: "header-slack-link",
263+
"aria-label": "Slack",
264264
},
265265
],
266266
},

docs/src/css/custom.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
no-repeat;
6363
}
6464

65-
.header-discord-link:hover {
65+
.header-slack-link:hover {
6666
opacity: 0.6;
6767
}
6868

69-
.header-discord-link:before {
70-
background: url("/static/img/discord.svg") no-repeat;
69+
.header-slack-link:before {
70+
background: url("/static/img/slack.svg") no-repeat;
7171
content: "";
7272
display: flex;
73-
height: 26px;
74-
width: 26px;
75-
margin-top: 5px;
73+
height: 24px;
74+
width: 24px;
75+
scale: 2;
7676
}
7777

78-
[data-theme='dark'] .header-discord-link::before {
79-
background: url("/static/img/discord-dark.svg") no-repeat;
78+
[data-theme='dark'] .header-slack-link::before {
79+
background: url("/static/img/slack-dark.svg") no-repeat;
8080
}

docs/static/img/discord-dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/img/discord.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/img/slack-dark.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)