Contributing
#
IntroductionThis page introduces you the process of contributing to this repository.
If you don't want to contribute to this repository, feel free to skip this page.
#
Local DevelopmentYou need to use Yarn to install all dependencies.
To create a local build, first clone the repository, then run yarn
in the repository root.
Once all the dependencies are installed, run yarn start
to start a dev server.
You can make changes to the docs in the docs
folder or customize the landing page in
src/pages/index.tsx
. The dev server will automatically reload the page once you saved your
changes.
It might be helpful to read Docusaurus's Guide if you are unfamiliar with all the supported markdown features.
#
ReviewCreate a pull request in this repository, ask repository maintainer (usually developer leads) to review.
Once your pull request is approved and merged, continuous deployment system will automatically build the website and deploy it to GitHub pages.