Skip to content

Commit 12fe203

Browse files
Merge pull request operator-framework#201 from ContainerSolutions/website
Make discord more prominent on website
2 parents 1d925f8 + a19e1ad commit 12fe203

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/_includes/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<div class="logo">
44
<a href="https://github.com/ContainerSolutions/java-operator-sdk/blob/master/README.md" target="_blank">
55
<img src="{{ site.baseurl }}/assets/images/GitHub-Mark-64px.png">
6+
<a href="https://discord.gg/DacEhAy" target="_blank">
7+
<img src="{{ site.baseurl }}/assets/images/discord.png">
68
</a>
79
</div>
810
<button class="navbar-light navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false">

docs/assets/images/discord.png

2.52 KB
Loading

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ Operators are the way to go. This SDK will make it easy for Java developers to e
2727
* Integrate with OLM (Operator Lifecycle Manager)
2828

2929
# Contributing
30-
3130
We are a friendly team of Java and Kubernetes enthusiasts and welcome everyone to contribute in any way to the framework!
3231
Get in touch either on GitHub or our [Discord server](https://discord.gg/DacEhAy), we are always happy to chat and help
33-
you find the right issue to get started. We have a [code of conduct](https://github.com/ContainerSolutions/java-operator-sdk/blob/master/CODE_OF_CONDUCT.md)
34-
which we strictly enforce, as well as [issues marked for new joiners](https://github.com/ContainerSolutions/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
32+
you find the right issue to get started. Feel free to stop by for questions, comments or just saying hi.
33+
We have a [code of conduct](https://github.com/ContainerSolutions/java-operator-sdk/blob/master/CODE_OF_CONDUCT.md)
34+
which we strictly enforce, as well as [issues marked for new joiners](https://github.com/ContainerSolutions/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
3535

3636
We are also supporting [#HacktoberFest](https://hacktoberfest.digitalocean.com/) and have several issues marked as [good
3737
candidates](https://github.com/ContainerSolutions/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+) to pick up during the event.
3838

3939
[Maven](https://mvnrepository.com/artifact/com.github.containersolutions/java-operator-sdk){:.button-text}
40-
[GitHub](https://github.com/ContainerSolutions/java-operator-sdk){:.button-text}
40+
[GitHub](https://github.com/ContainerSolutions/java-operator-sdk){:.button-text}
41+
[Discord](https://discord.gg/DacEhAy){:.button-text}

0 commit comments

Comments
 (0)