This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website
Jens Langhammer 47132faffb root: relicense and launch blog post
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-11-03 16:00:00 +01:00
..
blog root: relicense and launch blog post 2022-11-03 16:00:00 +01:00
developer-docs website/docs: Fix incorrect command for `web-build` (#3930) 2022-11-03 10:15:28 +01:00
docs website/docs: remove old banner, fix nginx formatting 2022-11-01 17:12:16 +01:00
help root: fix linting errors 2021-07-18 20:54:34 +02:00
integrations website/integrations: add missing read:org scope for github org check and improve error handling 2022-10-25 21:17:08 +02:00
netlify/functions
src website: Fix padding in feature comparison table (#3611) 2022-09-18 16:43:05 +00:00
static blueprints: v1 (#1573) 2022-07-31 17:11:44 +02:00
.gitignore
.prettierignore website: format docs with prettier (#2833) 2022-05-09 21:22:41 +02:00
.prettierrc.json
README.md website: cleanup readme 2022-09-18 18:45:05 +02:00
babel.config.js
docusaurus.config.js root: relicense and launch blog post 2022-11-03 16:00:00 +01:00
docusaurus.docs-only.js
netlify.toml
package-lock.json root: relicense and launch blog post 2022-11-03 16:00:00 +01:00
package.json root: relicense and launch blog post 2022-11-03 16:00:00 +01:00
sidebars.js website/docs: add 2022.10 to sidebar 2022-10-21 19:42:22 +02:00
sidebarsDev.js blueprints: OCI registry support (#3500) 2022-08-30 14:08:26 +02:00
sidebarsIntegrations.js website/integrations: Add TrueCommand integration (#3819) 2022-10-25 12:12:57 +02:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

npm ci

Local Development

npm run watch

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

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.