RtCord documentation ==================== RtCord is a Go HTTP service and browser application for servers, channels, direct messages, group chats, file attachments, and moderation workflows. This documentation is organized like a small kernel documentation tree: users and operators can start with :doc:`users/installation`, while contributors can follow :doc:`development/architecture`. The existing ``API.md`` and ``INSTALL.md`` remain the authoritative Markdown references for endpoint and installation details. The RST pages below provide cross-linked, task-oriented documentation around those references and the implementation. .. toctree:: :maxdepth: 2 :caption: Contents overview/index users/index api/index development/index frontend/index database/index operations/index reference/index Source references ----------------- * :download:`API.md <../API.md>` * :download:`INSTALL.md <../INSTALL.md>` * :download:`Makefile <../Makefile>` * :download:`main.go <../main.go>` * :download:`schema.sql <../schema.sql>`