Improved OpenAPI YAML Support from URL Sources #860
ConallHeffernan
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if Mintlify could better support automation for S3-hosted OpenAPI YAML specs.
Currently, Mintlify does not format detailed documentation nicely when pulling directly from a URL. Ideally, this process should be fully automated—without requiring additional scripts, manual pasting of new YAML files and creating new .mdx files.
It would be great if Mintlify could intelligently parse the tags and descriptions in the YAML file to generate a well-structured, overview-layout. This would eliminate the need to manually create .mdx files every time a new endpoint is added to our OpenAPI spec.
For reference, there's a noticeable difference between the manually created .mdx files and what Mintlify currently renders when pulling directly from a URL.


vs
I raised this in the slack community also and users are using scripts to do this, ideally the tool does this for us out of the box
Beta Was this translation helpful? Give feedback.
All reactions