From 09ccab97ccebb7e5570879acdb8b7717c274aa5c Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 09:34:03 -0700 Subject: [PATCH] Run cog to update generated plugin docs (#2734) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- docs/plugins.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/plugins.rst b/docs/plugins.rst index d9938dba..90bc9d35 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -216,6 +216,15 @@ If you run ``datasette plugins --all`` it will include default plugins that ship "register_column_types" ] }, + { + "name": "datasette.default_jump_items", + "static": false, + "templates": false, + "version": null, + "hooks": [ + "jump_items_sql" + ] + }, { "name": "datasette.default_magic_parameters", "static": false,