mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Link to /-/plugins example
This commit is contained in:
parent
558d9d7bfe
commit
d59366d36e
1 changed files with 1 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ Shows the version of Datasette, Python and SQLite. `Versions example <https://fi
|
|||
/-/plugins
|
||||
----------
|
||||
|
||||
Shows a list of currently installed plugins and their versions. Example::
|
||||
Shows a list of currently installed plugins and their versions. `Plugins example <https://san-francisco.datasettes.com/-/plugins>`_::
|
||||
|
||||
[
|
||||
{
|
||||
|
|
@ -89,12 +89,6 @@ Shows a list of currently installed plugins and their versions. Example::
|
|||
"static": true,
|
||||
"templates": false,
|
||||
"version": "0.4"
|
||||
},
|
||||
{
|
||||
"name": "datasette_plugin_demos",
|
||||
"static": false,
|
||||
"templates": true,
|
||||
"version": "0.3"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue