This is the documentation source of UniWebView. See the site here: https://docs.uniwebview.com
The documentation is built by VuePress.
yarn install
yarn dev./deploy.sh
git add docs
git commit -m "Update doc"
git push origin masterdeploy.sh synchronizes the release note and builds the site. EdgeOne deploys the generated dist automatically after the documentation source is pushed to master.