From 31e32941e0eae41ad5278bb9b32907c6f851bd78 Mon Sep 17 00:00:00 2001 From: fs Date: Thu, 26 Mar 2026 14:32:55 +0100 Subject: [PATCH] refactor(api-docs): remove admin sidebar nav item MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit API docs is now accessible exclusively through the help-center panel. Remove the sidebar.admin_nav_item slot from the api-docs module manifest — no longer needed in the admin-automation group. Co-Authored-By: Claude Opus 4.6 (1M context) --- modules/api-docs/module.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/api-docs/module.php b/modules/api-docs/module.php index d655e9c..cde8548 100644 --- a/modules/api-docs/module.php +++ b/modules/api-docs/module.php @@ -22,16 +22,6 @@ return [ ], 'ui_slots' => [ - 'sidebar.admin_nav_item' => [ - [ - 'key' => 'api-docs', - 'group' => 'admin-automation', - 'label' => 'API docs', - 'path' => 'admin/api-docs', - 'permission' => 'api_docs.view', - 'order' => 300, - ], - ], ], 'authorization_policies' => [