Skip to content

Commit

Permalink
Generate Developers documentation section
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Apr 25, 2024
1 parent f1aa536 commit 91f8ae2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions _layouts/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,7 @@
{% include directory-tree.html dir="/doc/configuration" %}
{% include directory-tree.html dir="/doc/modules" %}
{% include directory-tree.html dir="/doc/workers" %}

<li class="r-docs-subnav list-group-item">
<a href="#">Developers documentation</a>
<ul>
<li><a href="{{ site.baseurl }}/doc/developers/writing_rules.html">Writing Rspamd rules</a></li>
<li><a href="{{ site.baseurl }}/doc/developers/sync_async.html">Coroutines and async calls</a></li>
<li><a href="{{ site.baseurl }}/doc/developers/architecture.html">Architecture information</a></li>
<li><a href="{{ site.baseurl }}/doc/developers/protocol.html">Protocol documentation</a></li>
<li><a href="{{ site.baseurl }}/doc/developers/writing_tests.html">Writing Rspamd tests</a></li>
<li><a href="{{ site.baseurl }}/doc/developers/examples.html">Useful Lua rules examples</a></li>
</ul>
</li>
{% include directory-tree.html dir="/doc/developers" %}

<li class="r-docs-subnav list-group-item">
<a href="{{ site.baseurl }}/doc/lua/">Lua API reference</a>
Expand Down

0 comments on commit 91f8ae2

Please sign in to comment.