-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat/docs generation #311
Feat/docs generation #311
Conversation
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## main #311 +/- ##
=======================================
Coverage 98.00% 98.00%
=======================================
Files 41 41
Lines 8787 8787
=======================================
Hits 8612 8612
Misses 175 175 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Exciting! 🎉 I'm eager to see the generated documentation on our Docusaurus website.
I've provided some feedback. The decision is yours! 🙏
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 so much.
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.
🙇♂️
📚 New docs generation
Following the @egasimus PR, a new tool is used to generate contract's documentation to make it more readable.
This PR add fadroma/schema dependency into the makefile allowing generate new documentation and remove the old json2schema package.
@egasimus : FYI, when this PR will be merge, this new generated docs will be updated into the
contracts
folder of the docs repository. In the docs PR, you will need to update only theversioned_contract
folders.