{% extends 'workflows/base_shell.html' %} {% load static i18n %} {% block title %}{% trans "Handbook" %}{% endblock %} {% block extra_css %} {% endblock %} {% block shell_body %} {% include 'workflows/includes/app_header.html' with header_show_home=1 header_inside_shell=1 %}

{% trans "Handbook" %}

{% trans "Single documentation entry point for both operational knowledge and long-term engineering knowledge." %}

{% trans "Operations" %}

{% trans "Project Wiki" %}

{% trans "Operational and product-level documentation for onboarding, offboarding, PDFs, integrations, admin tools, and system behavior." %}

  • {% trans "workflow overview" %}
  • {% trans "admin tools and system behavior" %}
  • {% trans "integrations and operations" %}
  • {% trans "runbook and troubleshooting" %}
{% trans "Engineering" %}

{% trans "Developer Handbook" %}

{% trans "Engineering documentation for architecture, local setup, Docker, migrations, translations, deployment, testing, and long-term maintenance." %}

  • {% trans "repository and service structure" %}
  • {% trans "Docker and migration workflow" %}
  • {% trans "translation and builder architecture" %}
  • {% trans "deployment, security, and maintenance notes" %}
{% trans "Release" %}

{% trans "Release Checklist" %}

{% trans "Step-by-step release runbook for rebuilds, migrations, translations, static assets, smoke checks, and rollout verification." %}

  • {% trans "pre-release validation commands" %}
  • {% trans "translation, static, and migration steps" %}
  • {% trans "post-release smoke checks" %}
  • {% trans "rollback and evidence checklist" %}
{% endblock %}