diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index 4f77d75c..91db80f8 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1576,6 +1576,8 @@ This example adds a new query action linking to a page for explaining a query: }, ] +Example: `datasette-create-view `_ + .. _plugin_hook_database_actions: database_actions(datasette, actor, database, request)