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 909461e533 providers/*: include list of outposts
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-11-05 01:06:04 +01:00
..
developer-docs website/docs: add missing make migrate 2021-10-11 22:33:31 +02:00
docs providers/*: include list of outposts 2021-11-05 01:06:04 +01:00
help
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 @docusaurus/plugin-client-redirects in /website (#1721) 2021-11-03 09:01:54 +01:00
package.json build(deps): bump @docusaurus/plugin-client-redirects in /website (#1721) 2021-11-03 09:01:54 +01:00
README.md
sidebars.js website/docs: add azure ad docs 2021-11-01 15:58:59 +01:00
sidebarsDev.js
static.go

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.