combine docs into zoitechat repo

This commit is contained in:
2026-08-30 23:13:52 -06:00
parent 314171b2b1
commit 32cd536ada
133 changed files with 16394 additions and 0 deletions

27
docs/developers.rst Normal file
View File

@@ -0,0 +1,27 @@
Developers
==========
.. toctree::
:maxdepth: 2
building
plugins
Scripting
---------
ZoiteChat currently supports scripting with Python 3, Perl, and Lua, with Lua being the recommended option.
.. toctree::
:maxdepth: 1
:glob:
script*
Building Perl modules on Windows
--------------------------------
.. toctree::
:maxdepth: 2
perl_modules