-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
What happened?
Redocly OpenAPI preview in VS Code seems to (mostly) ignore redocly.yaml.
I'd be happy to correct any mistake on my side, any suggestions appreciated. Thanks!
Minimal reproducible setup
example_api.yaml:
openapi: 3.1.0
info:
title: Example API
version: 1.0.0
x-logo:
url: 'logo.png'
paths:
/example:
put:
responses:
'200':
description: Successful updateredocly.yaml:
apis:
example_xxx:
root: example_api.yaml
theme:
openapi:
theme:
colors:
text:
primary: "#0ed145"logo.png: Any image.
Screenshots
- ❌ The logo is not shown
- ❌ Text color is ignored
- ✅ The name (example_xxx) is used though (displayed above the spec). This is also updated whenever I save my file, so redocly.yaml is actually used.
Generating the spec using build-docs results in a fully working html file:

Additional context
- Extension version: 0.6.9
- All my files are saved
- redocly.yaml is in the top level workspace directory

