From 2b94fb4926ae11cd1ad9923ea3e018494c4ac2d3 Mon Sep 17 00:00:00 2001 From: Crismar Mejia Date: Wed, 18 Dec 2024 00:50:07 -0400 Subject: [PATCH] Adding chat/Discord link to docs (#3005) * adding discord link to docs; updating GH link Signed-off-by: Crismar Mejia * changing name from Discord to Chat Signed-off-by: Crismar Mejia --------- Signed-off-by: Crismar Mejia --- CODE-OF-CONDUCT.md | 2 +- docs/src/SUMMARY.md | 1 + docs/src/community/chat.md | 3 +++ docs/src/community/introduction.md | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/src/community/chat.md diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md index c271cb419..85aa0a812 100644 --- a/CODE-OF-CONDUCT.md +++ b/CODE-OF-CONDUCT.md @@ -1 +1 @@ -Move to containers.github.io/youki/community/governance.html#code-of-conduct +Move to youki-dev.github.io/youki/community/governance.html#code-of-conduct diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index c024bd347..b787d9f0b 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -20,6 +20,7 @@ - [Maintainer](./community/maintainer.md) - [Governance](./community/governance.md) - [Contributing](./community/contributing.md) + - [Chat](./community/chat.md) --- diff --git a/docs/src/community/chat.md b/docs/src/community/chat.md new file mode 100644 index 000000000..d644adb21 --- /dev/null +++ b/docs/src/community/chat.md @@ -0,0 +1,3 @@ +# Chat +Please join our chat find help or discuss issues: +- [Discord invite](https://discord.gg/zHnyXKSQFD) diff --git a/docs/src/community/introduction.md b/docs/src/community/introduction.md index 65c4165d4..d300bedeb 100644 --- a/docs/src/community/introduction.md +++ b/docs/src/community/introduction.md @@ -3,3 +3,4 @@ - [Maintainer](./maintainer.md) - [Governance](./goversance.md) - [Contributing](./contributing.md) +- [Chat](./chat.md)