Tim McMackin
Tim McMackin
I'm using swagger-parser.bundle to pull in external examples in my Swagger file via $ref. I'm noticing that in certain cases, the line breaks in the external files are lost. For...
This might be related to #107, #175, or #181. I've got several OAS 3 documents, and I've extracted the schemas to a separate file so I can refer to them...
I'm trying to use the `` tag to move code into the right-hand column as described here: https://redocly.com/docs/api-reference-docs/guides/embedded-markdown/#pull-right I created a repo from this starter and added this section to...
Here's my MD file, which I'm using with Jekyll: ``` --- title: Testing TOC summary: Testing TOCs. permalink: testTOC.html --- Lorem ipsum. ### Here's an H3 Lorem ipsum. ## Here's...
I forked this starter and tried to use the OpenApiTryIt MDX component as described in these docs: https://redocly.com/docs/developer-portal/guides/step-by-step/ I added the catFacts API in the `siteConfig.yaml` file: ``` oasDefinitions: catFacts:...
The docs say that I can export from Bluehawk with `--format md`, but when I try to, I get an error. I created this simple JS file and named it...