Merge pull request #32292 from Believe-SA/techdocs-nfs
Migrate techdocs-cli-embedded-app to NFS
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': minor
|
||||
---
|
||||
|
||||
Add two config values to the `page:techdocs/reader` extension that configure default layout, `withoutSearch` and `withoutHeader`. Default are unchanged to `false`.
|
||||
|
||||
E.g. to disable the search and header on the Techdocs Reader Page:
|
||||
|
||||
```yaml
|
||||
app:
|
||||
extensions:
|
||||
- page:techdocs/reader:
|
||||
config:
|
||||
withoutSearch: true
|
||||
withoutHeader: true
|
||||
```
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@techdocs/cli': patch
|
||||
---
|
||||
|
||||
Migrate the Techdocs CLI embedded app to the New Frontend System (NFS)
|
||||
Reference in New Issue
Block a user