-
-
Notifications
You must be signed in to change notification settings - Fork 14
docs: include underlying TypeScript types into the Documentation #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@aayushmau5 This is the current state of the solution. I had to define Let me see how can we improve it further. |
@ron-debajyoti See what you can do, and if the problem is still there, feel free to drop it. Like I said earlier, this task is a hard one, and possibly cannot be fixed without heavy involvement. Good luck :) |
@aayushmau5 Thanks! |
Hey @aayushmau5 sorry if it took a while. Here's an update of the things added in the latest commits :
Do give a check and comment if any additional changes are required. |
Other than that, everything else looks pretty good. Awesome work @ron-debajyoti 🚀 |
@aayushmau5
I did however find a bug, which I commented out above. |
@ron-debajyoti What bug are you talking about? |
@aayushmau5 please check Defined In for all the generated doc files points to my local repository. This is seen for all the Defined In generated from the types in
I added a comment tagging you there but idk why you can't access it. |
@ron-debajyoti You don't need to worry about that :) I should've told you(sorry, I didn't) but the docs will be generated by the AsyncAPI bot. So, In that case, we will probably ask you to revert your documentation changes(but keeping the configs), and once it will be merged, the new docs will be generated by the bot. |
Alright then @aayushmau5. Then I should delete the |
Yup. Go ahead. Then I'll approve and merge :) |
@aayushmau5 Done. Do give a final check if required. |
@aayushmau5 Also I would like to say thanks a lot for guiding me throughout the process. Looking forward to more contributions in AsyncAPI ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀 Thanks a lot! @ron-debajyoti
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 0.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
DiffOutput
andOutput
ofsrc/asyncapidiff.ts
as typedefs injsdoc
comments and then utilizes them in doc generationRelated issue(s)
Fixes #47