Skip to content

Commit caf36cf

Browse files
authored
add a "Chat (CNCF Slack)" submenu item in "Community"
Adding a "chat" submenu item in the Community menu should help people find the chat. It's also in contact, but can make it sound like it's the place to reach the project itself (ie: maintainers) and not the community as a whole.
1 parent 15ae0f2 commit caf36cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ parent = "community"
154154
url = "https://github.com/theupdateframework/python-tuf"
155155
weight = 5
156156

157+
[[menu.main]]
158+
name = "Chat (CNCF Slack)"
159+
parent = "community"
160+
url = "https://cloud-native.slack.com/archives/C8NMD3QJ3"
161+
weight = 6
162+
157163
[[menu.main]]
158164
name = "News"
159165
url = "/news/"

0 commit comments

Comments
 (0)