mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
* add azure ad docs * re-add idp instructions * update azure AD doc * edit google auth doc for oidc * update okta documentation for oidc * update azure gif * fix lint errors * title case * update for review notes * changing references of base URL to external URL * make notes consistent to discourage basic OAuth vs OIDC * add offline_access scope for azure * wip upgrade docs * update azure doc and upgrade instructions * update Okta doc * trailing whitespace * add docs for offline access * consistent code placeholder formatting * update upgrade docs * update image title
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.