Skip to content

celzero/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 31, 2024
7dc5cbe · Jul 31, 2024

History

37 Commits
Feb 23, 2023
Jul 31, 2024
May 3, 2021
Mar 19, 2021
Apr 13, 2021
Dec 10, 2021
Dec 10, 2021
Mar 12, 2021
Aug 14, 2021
Mar 13, 2021
Dec 10, 2021
Aug 14, 2021
Aug 14, 2021
May 30, 2024

Repository files navigation

RethinkDNS + Firewall Documentation

API, Manual, Tutorial for RethinkDNS + Firewall

Docusaurus

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://<user>.github.io/docs/ where <user> is your GitHub username.