authentik/website
Jens Langhammer a3c681cc44 website/docs: cleanup old image names
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-12-22 17:38:09 +01:00
..
developer-docs *: revert to using GHCR directly 2021-12-21 13:54:49 +01:00
docs website/docs: cleanup old image names 2021-12-22 17:38:09 +01:00
help
integrations website/integrations: Updated Gitea Integration (#1972) 2021-12-21 19:39:27 +01:00
netlify/functions
src website: remove remaining /index URLs 2021-12-13 19:01:16 +01:00
static
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml website: add initial redirect (#1918) 2021-12-13 20:42:31 +00:00
package-lock.json build(deps): bump @docusaurus/plugin-client-redirects in /website (#1980) 2021-12-22 09:47:58 +01:00
package.json build(deps): bump @docusaurus/plugin-client-redirects in /website (#1980) 2021-12-22 09:47:58 +01:00
sidebars.js
sidebarsDev.js
sidebarsIntegrations.js website: update integrations categories to match new version 2021-12-16 21:38:37 +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.