-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Automatically generate docs #261
Comments
I would like to create a GSoC proposal on this issue. |
@fmvilas since GSOC rejected us this year, I guess I should just work on this issue. I need to get familiar with glee very well cuz I'll be using it as an example of one of the amazing tools the AsyncAPI community is building during my talk at Osca fest later this month. |
Yeah go ahead mate 👍 |
Yo @fmvilas, now I have the time to start contributing to this project. LOL Wanna confirm when you say docs, do you mean the AsyncAPI docs? |
Yeah, leverage Generator to generate HTML or markdown docs. |
Hi, I want to work on this issue for the mentorship program . I am working in my internship on the automatic generation of a formalism-b to java. I want to take the challenge with the AsyncAPI documentation too |
Awesome, @Sihamtahi! @AceTheCreator did you start working on the issue already? If this issue gets selected for the Mentorship program and @Sihamtahi is selected as well, maybe you can mentor her. How does that sound? I hope it's not too late and you have the code running in your machine 😄 |
I've started working on it already and I think I'm almost done, I didn't know it's part of the mentorship program. @fmvilas what do I do? 😂 @Sihamtahi can you pick another issue and I'm willing to help you |
Hello @fmvilas @AceTheCreator this is brilliant 😂😂. Yes, in fact, I have commented in other issues. So, if i was selected i will contact you. |
Perfect! I'm removing the |
Hey, @fmvilas any idea why I'm getting this error while trying to build the package? |
Uh! 🤔 I have no idea. I'm not getting this error. Check the Typescript version just in case. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@AceTheCreator in the end, I also faced this issue and got a fix for it: #326. |
🎉 This issue has been resolved in version 0.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Reason/Context
When describing the benefits of a spec-driven framework like Glee, I'm always mentioning the fact that we could have docs and code always in sync. However, we're not generating any docs, we're leaving this responsibility to the user, which kinda breaks the purpose 😅
Description
We should provide a way to automatically generate docs. Here are the ways that come to my mind:
http://localhost:3000/docs
would show the docs. Fully configurable from the glee.config.js file.docs
and the https://github.com/asyncapi/markdown-template/.The text was updated successfully, but these errors were encountered: