Skip to content

Commit

Permalink
doc: document new manifest-related configurations
Browse files Browse the repository at this point in the history
Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Feb 1, 2025
1 parent 929da7c commit d4da934
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2095,6 +2095,22 @@ Advanced processing configuration

.. versionadded:: 2.10

.. confval:: confluence_manifest_data

A manifest file (``scb-manifest.json``) is generated after each run
into the output directory. This information includes built pages as
well as attachments for these pages. Each page/attachment provides a
path to where the content resides. However, if a user wishes to
include this data into the manifest, this option can be used to
Base64-encode page/attachment data into the manifest. By default, this
is disabled:

.. code-block:: python
confluence_manifest_data = True
.. versionadded:: 2.10

.. index:: Mentions; Configuration

.. _confluence_mentions:
Expand Down

0 comments on commit d4da934

Please sign in to comment.