-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Move documentation to JSDoc #233
Comments
Swagger is actually more suited for RESTful APIs than for documenting libraries. |
What about using JSDoc and push the generated doc to surge? |
@hirako2000 Maybe use some integrations to use it for library API ? |
@thejmazz , what do you think? |
I don't think swagger is useful here, as @hirako2000 mentions - it is for documenting REST APIs. It does seem very useful to have HTML documentation generated from code comments. JSDoc is great, and has a bunch of to-markdown, to-html tools. Maybe something like typedoc would work as well. I'm curious how whs-specific features (e.g. "this component is compatible with module x", or "module y requires the |
I don't think generated doc is all that useful right now. I suggest we close this for now. provide clearer doc in readme.io where appropriate, more examples & some guides. The source code ultimately is needed for understanding the core logic to extend certain components and create modules. |
Progress on issue #189 |
There is a JSDoc support for Readme.io - link here
I'd like to see it working with this project. How about moving docs there? It will be easier to maintain them.
Version:
Issue type:
Tested on:
Desktop
Android
IOS
The text was updated successfully, but these errors were encountered: