{% 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 %}

Help center server not running

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:

{% 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.com View page source {% endif %}
{% endblock %}