This commit is contained in:
HueByte
2026-02-19 10:40:46 +00:00
parent 6db53453af
commit a60dcb4476
35 changed files with 10451 additions and 53 deletions
+3 -2
View File
@@ -73,11 +73,12 @@
<article data-uid="">
<h1 id="echohub-documentation">EchoHub Documentation</h1>
<p>Welcome to the EchoHub documentation. EchoHub is a decentralized, IRC-like chat application built with .NET 10 and SignalR.</p>
<p>Welcome to the EchoHub documentation. EchoHub is a decentralized, IRC-style chat platform. Self-hosted, terminal-first, with a built-in IRC gateway so native IRC clients can connect alongside the TUI client.</p>
<p><strong>Website:</strong> <a href="https://echohub.voidcube.cloud/">echohub.voidcube.cloud</a> | <strong>Public Servers:</strong> <a href="https://echohub.voidcube.cloud/servers">Server Directory</a></p>
<h2 id="quick-links">Quick Links</h2>
<ul>
<li><a href="articles/getting-started.html">Getting Started</a> - Set up and run EchoHub</li>
<li><a href="articles/architecture.html">Architecture</a> - Understand the system design</li>
<li><a href="articles/architecture.html">Architecture</a> - System design and IRC gateway</li>
<li><a href="api/index.html">API Reference</a> - Generated C# API documentation</li>
<li><a href="changelog/index.html">Changelog</a> - Release history</li>
</ul>