-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adds automatic documentation generation #287
Conversation
Codecov Report
@@ Coverage Diff @@
## master #287 +/- ##
=======================================
Coverage 97.34% 97.34%
=======================================
Files 39 39
Lines 715 715
Branches 63 63
=======================================
Hits 696 696
Misses 10 10
Partials 9 9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #287 +/- ##
=======================================
Coverage 97.34% 97.34%
=======================================
Files 39 39
Lines 715 715
Branches 63 63
=======================================
Hits 696 696
Misses 10 10
Partials 9 9
Continue to review full report at Codecov.
|
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.
Good job!
The only thing is that we should somewhere in:
- https://github.com/raiden-network/light-client#getting-started
- https://github.com/raiden-network/light-client/blob/master/raiden-ts/README.md
have a section called SDK API Docs that points developers to lightclient.raiden.network/docs
Probably makes sense to include it in this PR
I would prefer to ensure that the deployment works properly before modifying the documentation |
I have created #292 for this. Feel free to merge |
@nephix thanks :) |
Closes #84