{% extends "base.html" %} {% block title %}Documentation — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Documentation

Everything you need to run, use, and extend your ANetBBS.

{% if not docs %}
No documentation files found in docs/.
{% else %}
{% for cat in categories %}
{{ cat.name }} {{ cat.docs|length }}
{% endfor %}
First time here?

If you just installed your BBS, take the guided slideshow tour for new sysops.

Start tutorial User tour
Quick links
{% endif %} {% endblock %}