authentik/website
Jens Langhammer 3651fb5daf
website/integrations: add notice for google source and username
closes #3709 closes #4432

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-01-27 15:10:46 +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 stages/user_write: fix migration setting wrong value, fix form 2023-01-23 14:38:26 +01:00
help
integrations website/integrations: add notice for google source and username 2023-01-27 15:10:46 +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
docusaurus.docs-only.js
netlify.toml
package-lock.json website: bump ua-parser-js from 0.7.32 to 0.7.33 in /website (#4526) 2023-01-25 11:25:38 +01:00
package.json website: add disqus to blog posts 2023-01-24 12:14:59 +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.