authentik/website
Tana M Berry 989ff5a464
website/blog: fixed grammatical error in blog (#6318)
Update item.md

corrected grammar issue

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
2023-07-20 15:07:15 -05:00
..
blog website/blog: fixed grammatical error in blog (#6318) 2023-07-20 15:07:15 -05:00
developer-docs
docs
help
integrations
netlify/functions
src enterprise: revise (#6272) 2023-07-17 23:07:24 +02:00
static
test
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json website: bump clsx from 1.2.1 to 2.0.0 in /website (#6263) 2023-07-17 10:44:26 +02:00
package.json website: bump clsx from 1.2.1 to 2.0.0 in /website (#6263) 2023-07-17 10:44:26 +02:00
sidebars.js
sidebarsDev.js
sidebarsIntegrations.js

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.