mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Filled out docs/configuration.rst, closes #2246
This commit is contained in:
parent
bcf7ef963f
commit
b466749e88
6 changed files with 294 additions and 173 deletions
|
|
@ -328,7 +328,7 @@ To write that to a ``requirements.txt`` file, run this::
|
|||
Plugin configuration
|
||||
--------------------
|
||||
|
||||
Plugins can have their own configuration, embedded in a :ref:`configuration` file. Configuration options for plugins live within a ``"plugins"`` key in that file, which can be included at the root, database or table level.
|
||||
Plugins can have their own configuration, embedded in a :ref:`configuration file <configuration>`. Configuration options for plugins live within a ``"plugins"`` key in that file, which can be included at the root, database or table level.
|
||||
|
||||
Here is an example of some plugin configuration for a specific table:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue