Merge pull request #16325 from RoadieHQ/improve-error

docs error more explanatory
This commit is contained in:
Morgan Bentell
2023-02-23 09:02:58 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-backend': patch
---
Techdocs backend explains a bit more about what might have caused the docs not being found when building techdocs.
@@ -165,7 +165,7 @@ export class DocsSynchronizer {
);
error(
new NotFoundError(
'Sorry! It took too long for the generated docs to show up in storage. Check back later.',
'Sorry! It took too long for the generated docs to show up in storage. Are you sure the docs project is generating an `index.html` file? Otherwise, check back later.',
),
);
return;