Tim McMackin
Tim McMackin
I've been over this a few times and it does not seem to have anything to do with unix vs dos line breaks in the files.
Possible workaround: ``` const myParser = { order: 1, parse(file) { return file.data.toString(); } }; const bundleOptions = { parse: { text: myParser, }, }; return new Promise((resolve) => {...
Maybe a bug here? https://github.com/APIDevTools/json-schema-ref-parser/blob/main/lib/parsers/text.js
So you're asking for a kind of end-to-end tutorial that would cover: 1. Getting an openapi spec from somewhere 2. Installing widdershins and shins and their dependencies 3. Customizing the...
I can help with that. What's a good way to organize a large update like this? We'll have to: (A) decide whether we're talking about a tutorial, an example, or...
If anyone would like to review it, I wrote a basic how-to to get us started in PR #252.
What's the next step after that basic how-to? - Deployment to gh-pages - Customization of TOC (pretty complex topic; I do this by editing the HTML in the Shins transform)...
Is there a workaround for a custom doc sidebar component like the custom navbar component in your workaround?
Thanks @nalesnichok, that fixed the problem. It would be good to add that prerequisite here: https://redocly.com/docs/developer-portal/guides/step-by-step/#prerequisites
Another note for people in the future who may find this item: One issue I had was that if the openapi file was missing something or had a problem, the...