-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Improve documentation #1713
Improve documentation #1713
Conversation
dgageot
commented
Mar 1, 2019
- Check the existence of valid comments on the config Go structs
- Simplify the code that generates the documentation
- Some shorter descriptions
- Better rendering of alpha/beta fields
Also ignore non marshalled fields Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Codecov Report
@@ Coverage Diff @@
## master #1713 +/- ##
==========================================
- Coverage 47.05% 46.99% -0.06%
==========================================
Files 126 126
Lines 6142 6147 +5
==========================================
- Hits 2890 2889 -1
- Misses 2961 2964 +3
- Partials 291 294 +3
Continue to review full report at Codecov.
|
Please visit http://35.236.109.79:1313 to view changes to the docs. |
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.
Thank you, looks great!