mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-05 08:06:08 +00:00
@jamilbk actually you can just keep both lines uncommented to work for github pages and locally 😅
13 lines
557 B
Markdown
13 lines
557 B
Markdown
# Firezone Docs
|
|
|
|
## Overview
|
|
|
|
This repository is for our documentation website found at https://docs.firez.one/.
|
|
|
|
## 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. |