authentik/website
Jens Langhammer b5d2924d46 website/docs: update 2021.8.5
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-09-07 10:10:43 +02:00
..
developer-docs api: add v3 2021-09-02 17:40:02 +02:00
docs website/docs: update 2021.8.5 2021-09-07 10:10:43 +02:00
help
src
static website/docs: make it clearer to use context[] 2021-08-28 12:53:57 +02:00
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
package-lock.json build(deps): bump @docusaurus/plugin-client-redirects in /website (#1338) 2021-09-03 08:46:05 +02:00
package.json build(deps): bump @docusaurus/plugin-client-redirects in /website (#1338) 2021-09-03 08:46:05 +02:00
sidebars.js website/docs: add embedded outpost docs 2021-08-29 14:43:13 +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.