From 19e1744330f9b4eb6b8aeddc3a5f84eb2f48df86 Mon Sep 17 00:00:00 2001 From: KiteStacks AutoSync Date: Tue, 9 Jun 2026 00:00:10 -0500 Subject: [PATCH] docs(discord): define recent activity feed workflow --- projects/Discord Integration/CHANGELOG.md | 20 ++++++++++++++++- projects/Discord Integration/README.md | 2 +- projects/Discord Integration/RUNBOOK.md | 27 ++++++++++++++++++++++- 3 files changed, 46 insertions(+), 3 deletions(-) diff --git a/projects/Discord Integration/CHANGELOG.md b/projects/Discord Integration/CHANGELOG.md index ebf8cb9..60f419b 100644 --- a/projects/Discord Integration/CHANGELOG.md +++ b/projects/Discord Integration/CHANGELOG.md @@ -24,7 +24,25 @@ ### Planned - Forgejo to Discord changelog automation. -- #change-log Discord channel. +- #recent-activity Discord channel. - Authentik integration. - GitHub coming soon card. - Role-based onboarding. + +## Recent Activity Feed Plan + +### Added + +- Renamed planned Discord live feed from #change-log to #recent-activity. +- Defined #recent-activity as the live activity feed for KiteStacks. +- Documented that changelog details should link back to Forgejo documentation. + +### Channel Purpose + +#recent-activity will show short updates about what changed. + +Each important update should include: +- What changed +- Why it changed +- Where the documentation lives +- Whether it affects users diff --git a/projects/Discord Integration/README.md b/projects/Discord Integration/README.md index 5c45afc..b1edb35 100644 --- a/projects/Discord Integration/README.md +++ b/projects/Discord Integration/README.md @@ -25,7 +25,7 @@ https://discord.gg/QbdveTb6Kw ## Future Roadmap -- Create #change-log channel. +- Create #recent-activity channel. - Configure Forgejo webhook notifications. - Add Discord announcement workflow. - Add Authentik integration. diff --git a/projects/Discord Integration/RUNBOOK.md b/projects/Discord Integration/RUNBOOK.md index 0feea85..7075f38 100644 --- a/projects/Discord Integration/RUNBOOK.md +++ b/projects/Discord Integration/RUNBOOK.md @@ -40,7 +40,7 @@ Public: Member: #general -#change-log +#recent-activity #announcements #homelab-showcase @@ -48,3 +48,28 @@ Admin: #staff #applications #moderation + +## Recent Activity Channel + +Discord Channel: +#recent-activity + +Purpose: +This channel acts as the live activity feed for KiteStacks. + +It should show: +- Website updates +- Homelab service changes +- Documentation updates +- Forgejo repository commits +- Infrastructure changes +- Future deployment notices + +Documentation Access: +If a user wants details about a change, they should be directed to the related documentation inside the Forgejo repository. + +Main documentation path: +projects/Discord Integration/ + +Changelog file: +projects/Discord Integration/CHANGELOG.md