authentik/website
Jens L. e5caa76276
website/docs: group CVEs by year (#12099)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2024-11-20 23:03:47 +01:00
..
docs website/docs: 2024.10.2 release notes (#12025) 2024-11-14 16:59:24 +01:00
integrations website/integrations: nextcloud: add SSE warning (#11976) 2024-11-12 18:34:53 +00:00
scripts/docsmg website/scripts/docsmg: final version (#11501) 2024-09-26 07:32:31 -05: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: format docs with prettier (#2833) 2022-05-09 21:22:41 +02: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 website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
migratefile website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
netlify.toml website/docs: move S3 ad GeoIP to System Management/Operations (#11998) 2024-11-12 18:40:34 +00:00
package-lock.json website: bump the docusaurus group in /website with 9 updates (#12086) 2024-11-20 13:53:15 +01:00
package.json website: bump the docusaurus group in /website with 9 updates (#12086) 2024-11-20 13:53:15 +01:00
sidebars.js website/docs: group CVEs by year (#12099) 2024-11-20 23:03:47 +01:00
sidebarsIntegrations.js website/integrations add GHEC EMU and fix-up GHES (#11677) 2024-10-14 16:16:35 +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.