mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
* add mailer * setup configs * only setup mailer if from_email is present * Do not assume OUTBOUND_EMAIL_FROM exists * update docs * add usage of mailer as tests * address comments
Firezone Docs
Overview
This repository is for our documentation website found at https://docs.firezone.dev.
Contributing
We uses pages to organize our documentation. Please see the Jekyll site for more information.
Setup
We are using Jekyll to generate the site and
Github Pages to host it. When developing locally,
you can use the jekyll serve
command to start a server from the /docs directory.