authentik/website
Jens Langhammer a9ee43791d
website/integrations: fix google username mapping
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-01-30 18:31:08 +01:00
..
blog website/blog: fix typo 2023-01-26 00:34:10 +01:00
developer-docs stages/prompt: field name (#4497) 2023-01-24 12:23:22 +01:00
docs website/docs: Add note for firefox about FIDO and TouchID (#4552) 2023-01-28 22:45:51 +01:00
help
integrations website/integrations: fix google username mapping 2023-01-30 18:31:08 +01:00
netlify/functions
src website: fix comparison for authelia, correctly 2023-01-26 01:14:38 +01:00
static
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website: add gtag 2023-01-30 17:29:06 +01:00
docusaurus.docs-only.js
netlify.toml website: add new url redirect 2023-01-30 13:37:30 +01:00
package-lock.json Revert "website: bump @docusaurus/preset-classic from 2.2.0 to 2.3.0 in /website (#4565)" 2023-01-30 12:35:42 +01:00
package.json Revert "website: bump @docusaurus/preset-classic from 2.2.0 to 2.3.0 in /website (#4565)" 2023-01-30 12:35:42 +01:00
sidebars.js
sidebarsDev.js
sidebarsIntegrations.js

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.