Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/chainloop-dev/chainloop/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chainloop-dev/chainloop)
[![Go Report Card](https://goreportcard.com/badge/github.com/chainloop-dev/chainloop)](https://goreportcard.com/report/github.com/chainloop-dev/chainloop)
![Test passing](https://github.com/chainloop-dev/chainloop/actions/workflows/test.yml/badge.svg?branch=main)
[![Chat on Discord](https://img.shields.io/discord/1037381970189111326?logo=discord)](https://discord.gg/f7atkaZact)
[![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)
[![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)

> Chainloop is under active development and you should expect breaking changes before the first stable release.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion devel/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion docs/docs/guides/dagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


2 changes: 1 addition & 1 deletion docs/docs/integrations/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand Down
16 changes: 8 additions & 8 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
1 change: 0 additions & 1 deletion docs/static/img/discord-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/img/discord.svg

This file was deleted.

28 changes: 28 additions & 0 deletions docs/static/img/slack-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/static/img/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion extras/dagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)