1
0

refactor(api-docs): remove admin sidebar nav item

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) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 14:32:55 +01:00
parent b871dacde2
commit 31e32941e0

View File

@@ -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' => [