mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-07 04:21:11 +00:00
* chore: do not override theme.openapi with ConfigReferenceDocs node type * add changeset and fix tests * updated Redocly config to v0.6.0 * run prettier
25 lines
555 B
JavaScript
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
|
|
|
|
`;
|