Files
firezone/docs
Jason G 5e16a0c849 Docs - OIDC instructions (#615)
* 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
2022-06-13 08:38:10 -07:00
..
2022-06-08 11:43:35 -07:00
2022-06-08 11:43:35 -07:00
2022-06-08 11:43:35 -07:00
2022-06-13 08:38:10 -07:00
2022-06-08 11:43:35 -07:00
2021-12-30 08:19:00 -06:00
2022-01-23 11:02:01 -08:00
2022-01-11 15:41:52 -08:00
2021-12-30 08:19:00 -06:00
2022-02-06 10:39:33 -08:00
2022-06-08 11:43:35 -07:00
2022-06-08 11:43:35 -07:00
2022-06-08 04:41:05 -07:00
2022-05-23 13:59:16 -07:00

Firezone Docs

To run the local docs server

  1. Make sure you're in this directory: cd docs/
  2. bundle install
  3. bundle 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.