Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celzero/docs
API, Manual, Tutorial for RethinkDNS + Firewall
https://github.com/celzero/docs
Last synced: 6 days ago
JSON representation
API, Manual, Tutorial for RethinkDNS + Firewall
- Host: GitHub
- URL: https://github.com/celzero/docs
- Owner: celzero
- License: mpl-2.0
- Created: 2021-03-12T09:17:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:18:59.000Z (3 months ago)
- Last Synced: 2024-08-01T00:17:39.092Z (3 months ago)
- Language: JavaScript
- Homepage: https://docs.rethinkdns.com
- Size: 1.02 MB
- Stars: 28
- Watchers: 6
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RethinkDNS + Firewall Documentation
API, Manual, Tutorial for RethinkDNS + Firewall
## Docusaurus
- Build command: `npm run build`
- Output directory: `/build`
- [Docusaurus Docs](https://v2.docusaurus.io/docs/)## Contributing
### Preview contributions
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:
1. Head over to **Actions** tab of your fork repository and Confirm that you want to use Actions, if asked.
2. 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_.
3. 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://.github.io/docs/` where `` is your GitHub username.