authentik/website
dependabot[bot] 40dc4b3fb8
build(deps): bump postcss from 8.4.5 to 8.4.6 in /website (#2207)
2022-02-02 09:41:37 +01:00
..
developer-docs website/docs: add rough documentation style guide 2022-01-29 23:52:03 +01:00
docs website/docs: prepare 2022.1.4 2022-02-01 19:27:25 +01:00
help
integrations sources/ldap: add list_flatten function to property mappings, enable on managed LDAP mappings 2022-01-31 23:07:32 +01:00
netlify/functions
src
static
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json build(deps): bump postcss from 8.4.5 to 8.4.6 in /website (#2207) 2022-02-02 09:41:37 +01:00
package.json build(deps): bump postcss from 8.4.5 to 8.4.6 in /website (#2207) 2022-02-02 09:41:37 +01:00
sidebars.js website/docs: add 2022.1 2022-01-21 09:47:49 +01:00
sidebarsDev.js website/docs: add rough documentation style guide 2022-01-29 23:52:03 +01:00
sidebarsIntegrations.js website/integrations: add zulip (#2106) 2022-01-31 12:10:30 +01: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.