Merge pull request #34299 from backstage/rugvip/nav-item-gone

frontend-plugin-api: remove NavItemBlueprint
This commit is contained in:
Patrik Oldsberg
2026-05-19 14:44:58 +02:00
committed by GitHub
49 changed files with 197 additions and 964 deletions
@@ -52,16 +52,15 @@ _Example disabling the search page extension_
app:
extensions:
- page:search: false # ✨
- nav-item:search: false # ✨
```
_Example setting the search sidebar item title_
_Example setting the search page title (used in the sidebar)_
```yaml
# app-config.yaml
app:
extensions:
- nav-item:search: # ✨
- page:search: # ✨
config:
title: 'Search Page'
```