docs(discord): define recent activity feed workflow
This commit is contained in:
parent
e5429731f3
commit
19e1744330
3 changed files with 46 additions and 3 deletions
|
|
@ -24,7 +24,25 @@
|
||||||
### Planned
|
### Planned
|
||||||
|
|
||||||
- Forgejo to Discord changelog automation.
|
- Forgejo to Discord changelog automation.
|
||||||
- #change-log Discord channel.
|
- #recent-activity Discord channel.
|
||||||
- Authentik integration.
|
- Authentik integration.
|
||||||
- GitHub coming soon card.
|
- GitHub coming soon card.
|
||||||
- Role-based onboarding.
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ https://discord.gg/QbdveTb6Kw
|
||||||
|
|
||||||
## Future Roadmap
|
## Future Roadmap
|
||||||
|
|
||||||
- Create #change-log channel.
|
- Create #recent-activity channel.
|
||||||
- Configure Forgejo webhook notifications.
|
- Configure Forgejo webhook notifications.
|
||||||
- Add Discord announcement workflow.
|
- Add Discord announcement workflow.
|
||||||
- Add Authentik integration.
|
- Add Authentik integration.
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ Public:
|
||||||
|
|
||||||
Member:
|
Member:
|
||||||
#general
|
#general
|
||||||
#change-log
|
#recent-activity
|
||||||
#announcements
|
#announcements
|
||||||
#homelab-showcase
|
#homelab-showcase
|
||||||
|
|
||||||
|
|
@ -48,3 +48,28 @@ Admin:
|
||||||
#staff
|
#staff
|
||||||
#applications
|
#applications
|
||||||
#moderation
|
#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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue