Files
redocly-cli/__tests__/build-docs/build-docs-with-config-option/snapshot.js
Andrew Tatomyr 8d1f710661 chore: do not override theme.openapi with ConfigReferenceDocs node type (#1495)
* chore: do not override theme.openapi with ConfigReferenceDocs node type

* add changeset and fix tests

* updated Redocly config to v0.6.0

* run prettier
2024-06-10 16:11:38 +08:00

25 lines
555 B
JavaScript

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`E2E build-docs build docs with config option 1`] = `
🎉 bundled successfully in: nested/redoc-static.html (33 KiB) [⏱ <test>ms].
[1] nested/redocly.yaml:5:5 at #/theme/openapi/htmlTemplate
Property \`htmlTemplate\` is not expected here.
3 | theme:
4 | openapi:
5 | htmlTemplate: ../index.hbs
| ^^^^^^^^^^^^
6 |
Warning was generated by the configuration spec rule.
⚠️ Your config has 1 warning.
Found nested/redocly.yaml and using theme.openapi options
Prerendering docs
`;