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 34bcc2df1a root: disable session_save_every_request as it overwrites the session with old data
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

#2991
2022-05-31 20:46:27 +02:00
..
developer-docs
docs root: disable session_save_every_request as it overwrites the session with old data 2022-05-31 20:46:27 +02:00
help
integrations
netlify/functions
src
static website: remove static service account, use helm chart instead 2021-11-03 00:14:01 +01:00
.gitignore
.prettierignore
.prettierrc.json
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json build(deps): bump react-feather from 2.0.9 to 2.0.10 in /website (#2999) 2022-05-31 09:48:32 +02:00
package.json build(deps): bump react-feather from 2.0.9 to 2.0.10 in /website (#2999) 2022-05-31 09:48:32 +02:00
README.md
sidebars.js
sidebarsDev.js
sidebarsIntegrations.js

Website

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

Installation

yarn install

Local Development

yarn start

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

yarn build

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

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.