Skip to content

Commit bbd25b4

Browse files
Merge pull request #221 from kube-logging/community-page-cncf-slack-links
Adds a community page and updates Slack links to the CNCF slack
2 parents 73cd9eb + 11bd064 commit bbd25b4

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

config/_default/config.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ twitter = "calisti12"
155155
desc = "Get involved with Logging operator development"
156156
[[params.links.developer]]
157157
name = "Slack"
158-
url = "https://banzaicloud.com/invite-slack/"
158+
url = "/docs/community/"
159159
icon = "fab fa-slack"
160160
desc = "Chat with the project developers"
161161
[[params.links.developer]]
@@ -217,6 +217,12 @@ body_attribute = 'data-pagefind-filter="section:4.5"'
217217
#pre = "<i class='fas fa-book pr-2'></i>"
218218
url = "/docs/"
219219
title = "Read the documentation"
220+
[[menu.main]]
221+
name = "Community"
222+
weight = 100
223+
#pre = "<i class='fas fa-book pr-2'></i>"
224+
url = "/docs/community/"
225+
title = "Come chat with us!"
220226

221227
################################
222228
# Definitions for generating a

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We do a [Pull Request](https://github.com/kube-logging/logging-operator/pulls) c
7171
{{% /blocks/feature %}}
7272

7373
{{% blocks/feature icon="fa-brands fa-slack" title="Come chat with us!" url="https://discord.gg/eAcqmAVU2u" url_text="Join Discord" %}}
74-
In case you need help, you can find us on <a href="https://join.slack.com/t/emergingtechcommunity/shared_invite/zt-1rw2jl0ht-yNdyFgBFlc%7Eyzo9AnE4FbA">Slack</a> and <a href="https://discord.gg/9ACY4RDsYN">Discord</a>.
74+
In case you need help, you can find us on <a href="{{< relref "/docs/community.md" >}}">Slack</a> and <a href="https://discord.gg/9ACY4RDsYN">Discord</a>.
7575
{{% /blocks/feature %}}
7676
{{< /blocks/section >}}
7777

content/docs/community.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Community
3+
---
4+
5+
If you have questions about Logging operator or its components, get in touch with us on Slack!
6+
7+
First, [register on the CNCF Slack](https://communityinviter.com/apps/cloud-native/cncf), then [visit the #logging-operator Slack channel](https://cloud-native.slack.com/archives/C06DW57NWSJ).
8+
9+
Alternatively, you can also find us on [Discord](https://discord.gg/9ACY4RDsYN).
10+
11+
If you'd like to contribute, see our [contribution guidelines](https://github.com/kube-logging/logging-operator/blob/master/CONTRIBUTING.md) for details.

content/headless/support-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
If you encounter problems while using the Logging operator the documentation does not address, [open an issue](https://github.com/kube-logging/logging-operator/issues) or talk to us on [Discord](https://discord.gg/9ACY4RDsYN) or [Slack](https://emergingtechcommunity.slack.com/).
1+
If you encounter problems while using the Logging operator the documentation does not address, [open an issue](https://github.com/kube-logging/logging-operator/issues) or talk to us on [Discord](https://discord.gg/9ACY4RDsYN) or on the [CNCF Slack]({{< relref "/docs/community.md" >}}).

content/headless/support-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Getting Support
22

3-
If you encounter any problems that the documentation does not address, [file an issue](https://github.com/kube-logging/logging-operator/issues) or talk to us on [Discord](https://discord.gg/9ACY4RDsYN) or [Slack](https://emergingtechcommunity.slack.com/).
3+
If you encounter any problems that the documentation does not address, [file an issue](https://github.com/kube-logging/logging-operator/issues) or talk to us on [Discord](https://discord.gg/9ACY4RDsYN) or on the [CNCF Slack]({{< relref "/docs/community.md" >}}).
44

55
Before asking for help, prepare the following information to make troubleshooting faster:
66

0 commit comments

Comments
 (0)