authentik/website
Jens Langhammer 81550d9d1d website/docs: add release notes to sidebar
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-03-11 10:59:19 +01:00
..
developer-docs core: customisable user settings (#2397) 2022-03-03 00:13:06 +01:00
docs root: deprecate :stable tag 2022-03-09 23:48:32 +01:00
help
integrations website/integrations: Remove extra trailing bracket in matrix config (#2435) 2022-03-04 21:31:25 +01:00
netlify/functions website: fix go-get repo 2022-03-03 10:32:23 +01:00
src
static
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website: update search config 2022-02-28 09:54:47 +01:00
docusaurus.docs-only.js
netlify.toml
package-lock.json build(deps): bump postcss from 8.4.7 to 8.4.8 in /website (#2441) 2022-03-07 09:30:28 +01:00
package.json build(deps): bump postcss from 8.4.7 to 8.4.8 in /website (#2441) 2022-03-07 09:30:28 +01:00
sidebars.js website/docs: add release notes to sidebar 2022-03-11 10:59:19 +01:00
sidebarsDev.js website/docs: add rough documentation style guide 2022-01-29 23:52:03 +01:00
sidebarsIntegrations.js website/integrations: add hashicorp vault integration to website (#2363) 2022-02-28 00:03:18 +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.