authentik/website
4d62 6430cdcd68
website/integrations: nextcloud: fix url for "disable username changes" (#12725)
Signed-off-by: 4d62 <git@sdko.org>
2025-01-20 16:56:41 +01:00
..
docs website/integrations: all: install -> installation (#12676) 2025-01-16 16:23:22 -06:00
integrations website/integrations: nextcloud: fix url for "disable username changes" (#12725) 2025-01-20 16:56:41 +01:00
scripts/docsmg website: Bump prettier from 3.3.3 to 3.4.1 in /website (#12205) 2024-11-27 15:14:19 +01:00
src website/docs: update preview status of different features (#11817) 2024-10-25 21:37:20 +02:00
static website/docs: maintenance, re-add system settings (#9026) 2024-03-26 14:42:07 +01:00
test website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
.gitignore website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
.prettierignore website/docs: install: add aws (#12082) 2024-12-01 15:43:14 +00:00
.prettierrc.json Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
README.md website: cleanup readme 2022-09-18 18:45:05 +02:00
babel.config.js Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
docsmg.env website/scripts: final-ish readme with troubleshooting tips (#10948) 2024-08-16 10:54:09 -05:00
docusaurus.config.ts providers/oauth2: allow m2m for JWKS without alg in keys (#12196) 2024-11-27 19:01:40 +01:00
migratefile website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
netlify.toml website: add api reference docs to redirect file (#12551) 2025-01-03 16:44:30 +00:00
package-lock.json website: bump katex from 0.16.11 to 0.16.21 in /website (#12731) 2025-01-19 01:03:09 +01:00
package.json website: bump aws-cdk from 2.175.1 to 2.176.0 in /website (#12692) 2025-01-16 12:37:19 +01:00
sidebars.js website/docs: add content about bindings (#11787) 2024-12-19 20:35:20 +01:00
sidebarsIntegrations.js website/integrations: terrakube: document (#12662) 2025-01-16 03:33:08 +00: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.