You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this project via your reddit comment - was wondering if you were planning on tucking in a handler that end-users can use to self-host a docs site easily
I think a ResponseWriter that more gracefully handles html/templates would be nice. Currently you could use api.Static(apiPath, filesPath string) to mount a static directory or use the built-in OpenAPI docs served via SwaggerUI at /docs (which is available on every api object
Found this project via your reddit comment - was wondering if you were planning on tucking in a handler that end-users can use to self-host a docs site easily
Something like https://github.com/stoplightio/elements?tab=readme-ov-file#web-component would work pretty easily slammed into an HTML output. I'd be happy to contribute the code for this later if you're interested
The text was updated successfully, but these errors were encountered: