authentik/website
Jens Langhammer dcbf106daa blueprints: add !Context to lookup things from instance context
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-08-06 20:54:00 +02:00
..
developer-docs blueprints: add !Context to lookup things from instance context 2022-08-06 20:54:00 +02:00
docs internal: centralise config for listeners to use same config system everywhere (#3367) 2022-08-03 21:33:27 +02:00
help
integrations website/integrations: add note for rancher idp initiated 2022-07-13 23:14:01 +02:00
netlify/functions *: cleanup vendor 2022-05-28 21:26:33 +02:00
src website: format docs with prettier (#2833) 2022-05-09 21:22:41 +02:00
static blueprints: v1 (#1573) 2022-07-31 17:11:44 +02:00
.gitignore
.prettierignore website: format docs with prettier (#2833) 2022-05-09 21:22:41 +02:00
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website/docs: start troubleshooting page for forward auth 2022-06-21 22:26:17 +02:00
docusaurus.docs-only.js migrate to main (#3035) 2022-06-03 19:40:09 +02:00
netlify.toml
package-lock.json website: bump @docusaurus/plugin-client-redirects from 2.0.0-rc.1 to 2.0.1 in /website (#3346) 2022-08-02 09:53:27 +02:00
package.json website: bump @docusaurus/plugin-client-redirects from 2.0.0-rc.1 to 2.0.1 in /website (#3346) 2022-08-02 09:53:27 +02:00
sidebars.js website/docs: add 2022.7 to sidebar 2022-07-04 21:14:49 +02:00
sidebarsDev.js blueprints: docs (#3376) 2022-08-06 00:52:12 +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.