mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 01:41:57 +00:00
* Update public-facing links to firezone.dev * Fix docs lint error * Update docs Gemfile to latest gems * Update npm packages
21 lines
659 B
Markdown
21 lines
659 B
Markdown
<!-- markdownlint-disable MD002 -->
|
|
# Firezone Docs
|
|
<!-- markdownlint-enable MD002 -->
|
|
|
|
## Overview
|
|
|
|
This repository is for our documentation website found at
|
|
[https://docs.firezone.dev](https://docs.firezone.dev).
|
|
|
|
## Contributing
|
|
|
|
We uses pages to organize our documentation. Please see the
|
|
[Jekyll site](https://jekyllrb.com/docs/pages/) for more information.
|
|
|
|
### Setup
|
|
|
|
We are using [Jekyll](https://jekyllrb.com/docs/) to generate the site and
|
|
[Github Pages](https://pages.github.com/) to host it. When developing locally,
|
|
you can use the [`jekyll serve`](https://jekyllrb.com/docs/serving-jekyll/)
|
|
command to start a server from the `/docs` directory.
|