Back to Zulip

Help center server not running

templates/zerver/development/dev_help.html

12.01.3 KB
Original Source

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

  • Quick reference : If you aren't planning to modify the help center, you can view it on zulip.com. Pages may be slightly behind the version currently in main.
  • Up-to-date reference : You can view the current raw MDX file, which is recommended for documentation that touches brand new or recently modified features.
  • Modifying the help center : {% include "zerver/development/help_center_instructions_macro.html" %}

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