Files
firezone/www
Aljaz S f1746bf2ff Fix "edit this page" link in docs (#1441)
Remove `docs/` trailing part of `presets[].docs.editUrl` so the "Edit
this page" link in the footer of every doc page points to the correct
Github url.

Also replaces the `/tree/` part with `/blob/` as gh redirects you to
that route anyway if you access the page via `/tree/` (seems like
they're deprecating `/tree/`? I don't know..)

---

For example [Enable SSO with Okta (SAML
2.0)](https://www.firezone.dev/docs/authenticate/saml/okta/) points to \

`https://github.com/firezone/firezone/tree/master/www/docs/docs/authenticate/saml/okta.mdx`
while it should point to \

`https://github.com/firezone/firezone/blob/master/www/docs/authenticate/saml/okta.mdx`

---------

Signed-off-by: Aljaz S. <me@aljaxus.eu>
2023-02-22 13:46:15 -08:00
..
2023-02-21 14:45:31 -08:00
2023-02-17 11:35:20 -08:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn

Local Development

yarn run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Deployment happens automatically when a new version is published. See the publish_www CI workflow.