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 L ff0d3c3d63
sources/ldap: fix page size (#6187)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-07-09 15:10:51 +02:00
..
blog
developer-docs
docs sources/ldap: fix page size (#6187) 2023-07-09 15:10:51 +02:00
help
integrations website/integrations: Update ArgoCD documentation (#6108) 2023-07-07 00:38:32 +02:00
netlify/functions
src
static
test
.gitignore
.prettierignore
.prettierrc.json
babel.config.js
docusaurus.config.js webiste: fix prize in hackathon banner 2023-07-06 17:51:45 +02:00
docusaurus.docs-only.js
netlify.toml
package-lock.json website: bump postcss from 8.4.24 to 8.4.25 in /website (#6175) 2023-07-07 12:07:26 +02:00
package.json website: bump postcss from 8.4.24 to 8.4.25 in /website (#6175) 2023-07-07 12:07:26 +02:00
README.md
sidebars.js website: finalise 2023.6 release notes (#6177) 2023-07-07 12:17:15 +02:00
sidebarsDev.js
sidebarsIntegrations.js

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.