git clone [email protected]:bitlayer-org/bitlayer-org.github.io.git
cd bitlayer-org.github.io
git checkout -b main origin/main
# edit docs locally
just skip this step if preview locally is not needed.
yarn start
cd bitlayer-org.github.io
git add .
git commit -m"update doc"
git push
# auto publish