Merge pull request #32292 from Believe-SA/techdocs-nfs

Migrate techdocs-cli-embedded-app to NFS
This commit is contained in:
Patrik Oldsberg
2026-02-12 19:57:10 +01:00
committed by GitHub
21 changed files with 215 additions and 164 deletions
+16
View File
@@ -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
```
+5
View File
@@ -0,0 +1,5 @@
---
'@techdocs/cli': patch
---
Migrate the Techdocs CLI embedded app to the New Frontend System (NFS)