Skip to content

Commit

Permalink
Fix incorrect example configuration. (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Jan 13, 2024
1 parent 3f2c7eb commit 39193fa
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion documentation/usage/extension/cotton_candy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.CottonCandy: ~
betty.extension.CottonCandy: {}
Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/usage/extension/deriver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Deriver: ~
betty.extension.Deriver: {}
Configuration
-------------
Expand Down
7 changes: 4 additions & 3 deletions documentation/usage/extension/gramps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Gramps: ~
betty.extension.Gramps: {}
Configuration
-------------
Expand All @@ -17,8 +17,9 @@ This extension is configurable through Betty Desktop or in the configuration fil
extensions:
betty.extension.Gramps:
family_trees:
- file: ./gramps.gpkg
configuration:
family_trees:
- file: ./gramps.gpkg
All configuration options
Expand Down
2 changes: 1 addition & 1 deletion documentation/usage/extension/http_api_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.HttpApiDoc: ~
betty.extension.HttpApiDoc: {}
Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/usage/extension/maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Maps: ~
betty.extension.Maps: {}
Configuration
-------------
Expand Down
7 changes: 4 additions & 3 deletions documentation/usage/extension/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Nginx: ~
betty.extension.Nginx: {}
Configuration
-------------
Expand All @@ -23,8 +23,9 @@ This extension is configurable through Betty Desktop or in the configuration fil
extensions:
betty.extension.Nginx:
www_directory_path: /var/www/betty
https: true
configuration:
www_directory_path: /var/www/betty
https: true
All configuration options
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion documentation/usage/extension/privatizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Privatizer: ~
betty.extension.Privatizer: {}
Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/usage/extension/trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Trees: ~
betty.extension.Trees: {}
Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion documentation/usage/extension/wikipedia.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Enable this extension through Betty Desktop, or in your project's :doc:`configur
.. code-block:: yaml
extensions:
betty.extension.Wikipedia: ~
betty.extension.Wikipedia: {}
Configuration
-------------
Expand Down

0 comments on commit 39193fa

Please sign in to comment.