Replies: 3 comments 6 replies
-
its possible to test with jsdeliver by using main branch |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have even tried to go back to the old abstract class pattern with the new code in config.ts, but no dice. So functional approach ftw |
Beta Was this translation helpful? Give feedback.
0 replies
-
@homestar9 I renamed the org to contain different kinds of projects I need to maintain. So I moved you into a team with admin rights on the redoc extension project instead of being an owner on the org it self |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the config file
https://github.com/RedocCommunity/redoc-try-it-out/blob/main/src/config/config.ts#L4
I have now added some explanation and warnings about misuse of Typescript.
I also added a test that thoroughly verifies that config overriding now works:
https://github.com/RedocCommunity/redoc-try-it-out/blob/main/test/config.test.ts
I think it might have solved issues for other config objects too.
Beta Was this translation helpful? Give feedback.
All reactions