-
Notifications
You must be signed in to change notification settings - Fork 18
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
JavaScript Documentation #367
Conversation
Pull Request Test Coverage Report for Build 4283221817
💛 - Coveralls |
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.
Thanks for the PR and the extra documentation! I tried to follow along but am not sure if this works because I get a warning and it seems there is no documentation entry generated. (Edit: Will try to resolve because I think it was an issue with my npm installation.)
It would be great to have a mach
parameter to build the JavaScript documentation similar to https://github.com/cryspen/hacl-packages/blob/main/tools/doc.py#L47. Normally, I would have suggested to land this first and to file an issue to add the mach doc --javascript
command later. But given that I am not sure how to test this, maybe it makes sense to do it already? What do you think?
Okay, I got it working 👍 So, I'm fine with either getting this in (after the conversations are resolved) or adding |
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.
Thanks! With the last conversation closed this is good to go. I think it would be best to squash.
This PR updates the
gh-pages
workflow to also build the JS documentation.It also updates the JS page in the mdbook.
Fixes #366