Closed jarlah closed 9 months ago
@amorimjj would be jolly nice if you took a look at this, even if you're as busy everyone else.
for anyone that is interested in using this try it out feature and override redocVersion, you can use this cdn link
my forks is only containing this PR plus the minified try it out file in dist folder.
if the original package is discontinued, im more than happy to extend the fork to fix all the other issues as well. I have a couple of active open source projects in my belt already.
This is awesome. Thank you for doing that. I don't think this repo is maintained anymore, and I would very much like to see an updated fork. I'm sure many others would as well. :)
moved my fork here btw
https://github.com/RedocCommunity/redoc-try-it-out
Latest version of js now being accessible at
https://cdn.jsdelivr.net/gh/RedocCommunity/redoc-try-it-out@main/dist/try-it-out.min.js
Dont think ill bother creating an npm package, unless someone sees the need for it.
If you want to contribute you are free to do so, @homestar9, or anyone else for that matter.
hopefully "RedocCommunity" is not breaching any naming rules or trademarks
@homestar9 would you like to help contributing to the new organisation as an owner ? then we are at least two people that can drive it forward. Since its an org its not tied to a username too, which I think "feels better"
@jarlah, thank you. Yeah, that sounds good to me. Typescript isn't a language I am an expert in by any means, but I am happy to contribute in any way(s) I can.
@homestar9 cool cool. I feel there is too many repos out there that fall into the trap of only having 1 owner or 1 maintainer. Lets try to avoid that this time around ;) Its usable already, even if the swagger UIs try out table is awkwardly squished together. It's not meant to be in a sidebar, it's meant to use more space. Maybe it could use modal for the try out feature. Anyway lets continue in the new repo :=)
Agreed! Sounds like a plan. :)
this can also serve as a solid foundation for more tests.
This PR only adds a fix to the redocVersion not being overridable. Im not even trying to fix config.ts because I don't think its possible without refactoring a lot.
also updated all packages and fixed a typescript issue in config.ts