Merge pull request #22181 from backstage/emmaindal/search-di-docs-updates

[Search] update ids of config options for search DI
This commit is contained in:
Fredrik Adelöw
2024-01-10 16:23:34 +01:00
committed by GitHub
@@ -51,18 +51,19 @@ _Example disabling the search page extension_
# app-config.yaml
app:
extensions:
- plugin.search.page: false # ✨
- page:search: false # ✨
- nav-item:search: false # ✨
```
_Example setting the search sidebar item label_
_Example setting the search sidebar item title_
```yaml
# app-config.yaml
app:
extensions:
- plugin.search.nav.index: # ✨
- nav-item:search: # ✨
config:
label: 'Search Page'
title: 'Search Page'
```
> **Known limitations:**