From cf2d547ffc9ecee265e09780ad73bcc337ad8ef3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 30 Apr 2020 12:02:28 -0700 Subject: [PATCH] Documentation for #747 --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 4859788c..d8c2f550 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -48,7 +48,7 @@ Datasette will detect the files in that directory and automatically configure it The files that can be included in this directory are as follows. All are optional. * ``*.db`` - SQLite database files that will be served by Datasette -* ``metadata.json`` - :ref:`metadata` for those databases +* ``metadata.json`` - :ref:`metadata` for those databases - ``metadata.yaml`` or ``metadata.yml`` can be used as well * ``inspect-data.json`` - the result of running ``datasette inspect`` - any database files listed here will be treated as immutable, so they should not be changed while Datasette is running * ``config.json`` - settings that would normally be passed using ``--config`` - here they should be stored as a JSON object of key/value pairs * ``templates/`` - a directory containing :ref:`customization_custom_templates`