Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2022-11-27 10:46:09 +00:00
parent cf8d06f71c
commit a7083df1d5
34 changed files with 167 additions and 250 deletions

View file

@ -188,10 +188,8 @@
<h2>Extending the Server<a class="headerlink" href="#extending-the-server" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="Protocols.html">Custom Protocols</a><ul>
<li class="toctree-l2"><a class="reference internal" href="Protocols.html#adding-custom-protocols">Adding custom Protocols</a></li>
<li class="toctree-l2"><a class="reference internal" href="Protocols.html#writing-your-own-protocol">Writing your own Protocol</a></li>
<li class="toctree-l2"><a class="reference internal" href="Protocols.html#assorted-notes">Assorted notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="Protocols.html">Protocols</a><ul>
<li class="toctree-l2"><a class="reference internal" href="Protocols.html#adding-a-new-protocol">Adding a new Protocol</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="Models.html">New Models</a><ul>