templates/zerver/development/dev_help.html
{% extends "zerver/portico.html" %} {% set entrypoint = "dev-help" %} {% block title %}
Help center server not running | Zulip Dev{% endblock %} {% block portico_content %}
{% if mdx_file_exists %}
To minimize resource requirements for the development environment, the help center's development server does not run by default. Below are our recommendations for accessing this help center page:
main.{% else %}
This is not a valid help path and not a valid MDX file. Please re-check the URL subpath you have provided.
{% endif %} {% if mdx_file_exists %} View page on zulip.comView page source {% endif %}
{% endblock %}