authentik/website
Tana M Berry afc2d5f98b
website/blogs: fix alt text for image (#6597)
* fix alt text for image

* ken's improvement

---------

Co-authored-by: Tana Berry <tana@goauthentik.io>
2023-08-22 17:46:45 -05:00
..
blog website/blogs: fix alt text for image (#6597) 2023-08-22 17:46:45 -05:00
developer-docs
docs website/docs: update 2023.8 actually (#6591) 2023-08-22 14:19:37 +02:00
help
integrations
netlify/functions
src website/docs: update 2023.8 actually (#6591) 2023-08-22 14:19:37 +02:00
static website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
test website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
docusaurus.docs-only.js
netlify.toml
package-lock.json
package.json
sidebars.js website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
sidebarsDev.js website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
sidebarsIntegrations.js website: update release notes (#6590) 2023-08-22 13:03:11 +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.