authentik/website
Jens Langhammer 5c3f410016 release: 2021.1.3-stable 2021-01-27 10:50:48 +01:00
..
docs release: 2021.1.3-stable 2021-01-27 10:50:48 +01:00
src docs: add grafana integration docs 2020-12-29 20:43:27 +01:00
static root: global email settings (#448) 2021-01-05 00:41:10 +01:00
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js docs: fix issues when overscrolling 2020-12-14 14:16:00 +01:00
package-lock.json
package.json
sidebars.js docs: fix release name 2021-01-18 11:23:09 +01:00

README.md

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.