This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website
Jens Langhammer 1dfc0b2e93 website/docs: update flow context variables
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-12-13 14:37:37 +00:00
..
blog root: relicense and launch blog post 2022-11-03 16:00:00 +01:00
developer-docs
docs website/docs: update flow context variables 2022-12-13 14:37:37 +00:00
help root: fix linting errors 2021-07-18 20:54:34 +02:00
integrations
netlify/functions
src website: fix greenhouse page 2022-11-21 13:37:52 +01:00
static blueprints: v1 (#1573) 2022-07-31 17:11:44 +02:00
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json
package.json
sidebars.js
sidebarsDev.js
sidebarsIntegrations.js

README.md

Website

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

Installation

npm ci

Local Development

npm run watch

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

Build

npm run build

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