mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 08:41:46 +00:00
* Add optional user scope field to Rules UI * Build a users map and use for rule list table * Include current user in user scope options * Add user scope tests to live rule view test * Finish adding/removing scoped rule tests * Add rules number field to user detail view with link to rules page * Woops, forgot to define destination in remove scope test * Only add rules path to user_details template for auth'd views. * Use socket for rules_path router & remove user options logic from view * Update fw rules guide to explain user scoped rules
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.