-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: Incorporate docs into monorepo #8304
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
docs: Incorporate docs into monorepo #8304
Conversation
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.
Please also make amendments to linting CIs and precommit scripts.
most of the changes in the CIs were 'cause of importing Reanimated and Worklets directly from monorepo, when we use stable versions from npm we no longer need these additional steps. |
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!
Summary
More well-organized and sorted version of #8298
This PR adds docs as a part of monorepo ecosystem, and makes them use yarn v4.
To-do:
Test plan
Run
yarn start
in both monorepos. IMPORTANT! Also runyarn build && yarn serve
in reanimated - it won't work in worklets as worklet documentation is done using some special under the table tricks to make it possible for two docs to work in one monorepo. Take a look at CIs changes, as well as new build path of docs.