authentik/website
Jens L fb8c4b97f4
website: update navbar, update 2023.6 changelog (#6136)
* website: update navbar, update 2023.6 changelog

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-07-04 14:25:08 +02:00
..
blog website/blog: update hackathon post with final date (#6038) 2023-06-22 16:28:45 +02:00
developer-docs
docs website: update navbar, update 2023.6 changelog (#6136) 2023-07-04 14:25:08 +02:00
help
integrations website/integrations: add Netbox integration (#5683) 2023-06-25 18:42:02 +02:00
netlify/functions
src website: fix layout on mobile devices (#6058) 2023-06-25 16:15:49 +02:00
static
test
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website: update navbar, update 2023.6 changelog (#6136) 2023-07-04 14:25:08 +02:00
docusaurus.docs-only.js website: update navbar, update 2023.6 changelog (#6136) 2023-07-04 14:25:08 +02:00
netlify.toml
package-lock.json
package.json
sidebars.js security: cure53 fix (#6039) 2023-06-22 22:25:04 +02:00
sidebarsDev.js
sidebarsIntegrations.js website/integrations: add Netbox integration (#5683) 2023-06-25 18:42:02 +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.