From b5032acd835b0da1ef0284907cc2dc1f7f00bea8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 19 May 2026 11:23:03 +0200 Subject: [PATCH] docs: remove legacy items input row from app nav table The items input is internal backward compatibility, not public API. Signed-off-by: Patrik Oldsberg Co-authored-by: Cursor --- docs/frontend-system/building-apps/03-built-in-extensions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/frontend-system/building-apps/03-built-in-extensions.md b/docs/frontend-system/building-apps/03-built-in-extensions.md index f61f3112bf..527ee4b343 100644 --- a/docs/frontend-system/building-apps/03-built-in-extensions.md +++ b/docs/frontend-system/building-apps/03-built-in-extensions.md @@ -164,7 +164,6 @@ Extension responsible for rendering the logo and items in the app's sidebar. | Name | Description | Type | Optional | Default | Extension creator | | ------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------- | | content | Overrides the default content of the navbar. | [NavContentBlueprint.dataRefs.component](https://backstage.io/api/stable/variables/_backstage_plugin-app-react.NavContentBlueprint.html) | true | - | [NavContentBlueprint](https://backstage.io/api/stable/variables/_backstage_plugin-app-react.NavContentBlueprint.html) | -| items | Legacy nav item target objects. | `core.nav-item.target` | true | - | Legacy extensions only; nav items are auto-discovered from page extensions. | ### App routes