Link to /-/plugins example

pull/258/merge
Simon Willison 2018-05-20 21:07:26 -07:00 zatwierdzone przez GitHub
rodzic 558d9d7bfe
commit d59366d36e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -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"
}
]