From d59366d36e95b973d674e62edff0168d5bdd90eb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 20 May 2018 21:07:26 -0700 Subject: [PATCH] Link to /-/plugins example --- docs/introspection.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/introspection.rst b/docs/introspection.rst index a97d4392..72177750 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -81,7 +81,7 @@ Shows the version of Datasette, Python and SQLite. `Versions example `_:: [ { @@ -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" } ]