The *HTTP API Documentation* extension ==================================== The :py:class:`betty.extension.HttpApiDoc` extension renders interactive and user-friendly HTTP API documentation using `ReDoc `_. .. important:: This extension requires :doc:`npm `. Enable this extension through Betty Desktop, or in your project's :doc:`configuration file ` as follows: .. tab-set:: .. tab-item:: YAML .. code-block:: yaml extensions: betty.extension.HttpApiDoc: {} .. tab-item:: JSON .. code-block:: json { "extensions": { "betty.extension.HttpApiDoc": {} } } Configuration ------------- This extension is not configurable.