Skip to content

Commit

Permalink
doc: address newcomer confusion when joining k8s slack channel (#6881)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Nov 22, 2021
1 parent 351bcbd commit 62c5625
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions docs/config.toml
Expand Up @@ -104,7 +104,10 @@ breadcrumb_disable = false
icon = "fab fa-github"
[[params.links.developer]]
name = "Slack"
url = "https://kubernetes.slack.com/messages/CABQMSZA6/"
# don't link to the slack channel as the join process is
# confusing for newcomers
#url = "https://kubernetes.slack.com/messages/CABQMSZA6/"
url = "/docs/resources/#community"
icon = "fab fa-slack"
[[params.links.developer]]
name = "Mailing List"
Expand Down Expand Up @@ -133,6 +136,6 @@ breadcrumb_disable = false
[[menu.main]]
identifier = "slack"
pre = "<i class='fab fa-slack'></i>"
url = "https://kubernetes.slack.com/messages/CABQMSZA6/"
url = "/docs/resources/#community"
icon = "fab fa-slack"
weight = -200
10 changes: 5 additions & 5 deletions docs/content/en/docs/resources/_index.md
Expand Up @@ -10,14 +10,14 @@ no_list: true
Join the Skaffold community and discuss the project at:

* StackOverflow using the [`skaffold` tag](https://stackoverflow.com/questions/tagged/skaffold)
* [Skaffold Mailing List]
* [#Skaffold channel on Kubernetes Slack](https://kubernetes.slack.com/messages/CABQMSZA6/) (click on _Create an account_ to join)
* [Give us feedback](feedback)
* The [Skaffold Mailing List]
* The [#Skaffold channel](https://kubernetes.slack.com/messages/CABQMSZA6/) on the Kubernetes Slack
(sign up at [slack.k8s.io](https://slack.k8s.io))
* [Give us feedback](feedback)!

The Skaffold Project also holds a monthly meeting on the last
Wednesday of the month at 9:30am PST on [Google Meet](https://meet.google.com/tje-kwpx-ixv)!
Everyone is welcome to attend! If you join the [Skaffold Mailing List],
a calendar invite will be sent to your Google Calendar.
Everyone is welcome to attend! You will receive a calendar invite when you join the [Skaffold Mailing List].

[Skaffold Mailing List]: https://groups.google.com/forum#!forum/skaffold-users

Expand Down

0 comments on commit 62c5625

Please sign in to comment.