authentik/website
Jens Langhammer 070714abe4 website/docs: add more blueprint docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-08-19 12:16:02 +01:00
..
developer-docs website/docs: add more blueprint docs 2022-08-19 12:16:02 +01:00
docs website/docs: prepare 2022.8.2 2022-08-19 11:19:23 +01:00
help
integrations website/integrations: Oracle Cloud title case (#3444) 2022-08-18 17:32:33 +02:00
netlify/functions
src
static blueprints: v1 (#1573) 2022-07-31 17:11:44 +02:00
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json website: bump react-before-after-slider-component from 1.1.3 to 1.1.4 in /website (#3393) 2022-08-09 11:30:06 +02:00
package.json website: bump react-before-after-slider-component from 1.1.3 to 1.1.4 in /website (#3393) 2022-08-09 11:30:06 +02:00
sidebars.js website: add more blueprint docs, 2022.8 release notes 2022-08-07 19:27:31 +02:00
sidebarsDev.js website/docs: add more blueprint docs 2022-08-19 12:16:02 +01:00
sidebarsIntegrations.js website/integrations: add OCI 2022-08-18 16:48:07 +02:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

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

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.