authentik/website
Jens Langhammer 98ffec87c0 website/integrations: add note for apple source with tlds
closes #2880

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-08-16 17:04:44 +02:00
..
developer-docs website: add more blueprint docs, 2022.8 release notes 2022-08-07 19:27:31 +02:00
docs website: update 2022.8 release notes 2022-08-16 13:47:48 +02:00
help
integrations website/integrations: add note for apple source with tlds 2022-08-16 17:04:44 +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: add more blueprint docs, 2022.8 release notes 2022-08-07 19:27:31 +02:00
sidebarsIntegrations.js website/integrations: Node-Red integration with openidconnect (#3221) 2022-07-11 10:59:57 +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.