mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
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>
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.