-
Notifications
You must be signed in to change notification settings - Fork 451
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
Update metadocs steps #1238
Update metadocs steps #1238
Conversation
* Update metadocs steps to better reflect what is needed to be completed in order to get the docs properly running locally.
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 fixing this, you were fast 😄. I've added a couple of optional suggestions.
modules/docs/arrow-docs/README.md
Outdated
|
||
Ank is in charge of compiling and validating your doc snippets and deploying the proper binaries for those. Run the following command: | ||
Dokka is responsible of generating documentation based on source code annotations, while Ank is in charge of compiling and validating your doc snippets and deploying the proper binaries for those. Run the following commands in Arrow root dir: |
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.
Can we be explicit about the ordering? It's important to note that you must run dokka first so Ank can copy over all the generated files afterwards.
I'd personally also highlight the "in Arrow root dir" with bold style or something.
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.
I’ve addressed your comments, thanks @JorgeCastilloPrz
Co-Authored-By: calvellido <[email protected]>
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.
Ty for the raid fix! Feel free to merge.
Fixes #1239