[PR #29] [MERGED] Dev pipelines #28

Closed
opened 2026-09-04 00:49:46 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/29
Author: @HueByte
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @HueByte

Base: devHead: dev_pipelines


📝 Commits (2)

  • fb4f6c3 feat: add detailed documentation for authentication, connection, messaging, channels, moderation, and media flows
  • a0d9d86 fix: update markdownlint configuration to allow compact table pipe style

📊 Changes

10 files changed (+850 additions, -1 deletions)

View changed files

📝 .markdownlint-cli2.jsonc (+3 -1)
docs/flows/authentication.md (+142 -0)
docs/flows/channels.md (+159 -0)
docs/flows/connection.md (+150 -0)
docs/flows/flows.md (+3 -0)
docs/flows/media.md (+118 -0)
docs/flows/messaging.md (+210 -0)
docs/flows/moderation.md (+50 -0)
docs/flows/toc.yml (+12 -0)
📝 docs/toc.yml (+3 -0)

📄 Description

Summary

Added flows documentation so its easier to wrap mind around the project


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/29 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_pipelines` --- ### 📝 Commits (2) - [`fb4f6c3`](https://github.com/RedWizardsLab/EchoHub/commit/fb4f6c34ed7d44d8c58d8628e3ca493c1f851a91) feat: add detailed documentation for authentication, connection, messaging, channels, moderation, and media flows - [`a0d9d86`](https://github.com/RedWizardsLab/EchoHub/commit/a0d9d86956c2b53a51de32da196f09ddf34a4ca3) fix: update markdownlint configuration to allow compact table pipe style ### 📊 Changes **10 files changed** (+850 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.markdownlint-cli2.jsonc` (+3 -1) ➕ `docs/flows/authentication.md` (+142 -0) ➕ `docs/flows/channels.md` (+159 -0) ➕ `docs/flows/connection.md` (+150 -0) ➕ `docs/flows/flows.md` (+3 -0) ➕ `docs/flows/media.md` (+118 -0) ➕ `docs/flows/messaging.md` (+210 -0) ➕ `docs/flows/moderation.md` (+50 -0) ➕ `docs/flows/toc.yml` (+12 -0) 📝 `docs/toc.yml` (+3 -0) </details> ### 📄 Description # Summary Added flows documentation so its easier to wrap mind around the project --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:46 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#28