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 5e555a4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions _layouts/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,7 @@
<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>
{% include directory-tree.html dir="/doc/developers/" %}
</ul>
</li>

Expand Down

0 comments on commit 5e555a4

Please sign in to comment.