Merge pull request #8068 from stephane-mori/fix-reader

Set doc reader configurable
This commit is contained in:
Eric Peterson
2021-11-17 12:09:33 +01:00
committed by GitHub
2 changed files with 17 additions and 8 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Updates reader component used to display techdocs documentation. A previous change made this component not usable out of a page which don't have entityRef in url parameters. Reader component EntityRef parameter is now used instead of url parameters. Techdocs documentation component can now be used in our custom pages.