mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
* simplify deployment instructions * fix lint error * add troubleshooting section * additional server instrucrtions * clarify supported distros in intro * punctuation * upgrade to 0.3.17 * clarifications from review @jamilbk changed based on your comments. There was a section about upgrading that was supposed to be in another branch (OIDC). I removed that. @lilibobear added a screenshot * add note for ssh interruptions during install * link to github issue for ssh interrupt * review note fixes * testing signed commit * update gpg email
Firezone Docs
To run the local docs server
- Make sure you're in this directory:
cd docs/ bundle installbundle exec jekyll serve
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.