authentik/website
Jens Langhammer ccafe7be4f website/docs: update 2021.9 changelog
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-09-17 16:49:36 +02:00
..
developer-docs api: add v3 2021-09-02 17:40:02 +02:00
docs website/docs: update 2021.9 changelog 2021-09-17 16:49:36 +02:00
help
src
static website: update screenshots 2021-09-16 23:20:05 +02:00
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website: prepare go vanity URL 2021-09-10 17:18:15 +02:00
docusaurus.docs-only.js
package-lock.json build(deps-dev): bump prettier from 2.4.0 to 2.4.1 in /website (#1407) 2021-09-17 09:17:20 +02:00
package.json build(deps-dev): bump prettier from 2.4.0 to 2.4.1 in /website (#1407) 2021-09-17 09:17:20 +02:00
sidebars.js website/docs: add 2021.9 to sidebar 2021-09-15 22:37:39 +02:00
sidebarsDev.js website/docs: add docs for websocket connections 2021-08-29 19:49:18 +02:00
static.go

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.