API, Manual, Tutorial for RethinkDNS + Firewall
- Build command:
npm run build
- Output directory:
/build
- Docusaurus Docs
This repository is setup to deploy a preview of changes made in any branch to GitHub pages (except gh-pages
branch).
When you make a fork of this repository and make changes on GitHub, you are usually prompted to commit to a new branch patch-*
branch, where *
is a number. Making such commits allows you to preview your changes before you send a pull request.
To use this functionality:
- Head over to Actions tab of your fork repository and Confirm that you want to use Actions, if asked.
- Now goto Settings tab of your fork repository and scroll down to find Github Pages. Change the Source from 'None' to 'gh-pages' and click Save.
- Now if you make any changes and commit, a GitHub action will be triggered, which you can see in the Actions tab, when it completes successfully, you can see the preview of the changes you made at
https://<user>.github.io/docs/
where<user>
is your GitHub username.