oauth2-proxy/docs
Joel Speed 976dc35805
Update CHANGELOG for v7.2.0 release
2021-10-22 18:11:26 +01:00
..
docs Update CHANGELOG for v7.2.0 release 2021-10-22 18:11:26 +01:00
src
static
versioned_docs Fix exclude-logging-path documentation 2021-10-18 18:36:56 +01:00
versioned_sidebars Created versioned docs for v7.1.x 2021-03-25 17:21:08 +00:00
.gitignore
README.md
babel.config.js
docusaurus.config.js
package-lock.json
package.json
sidebars.js
versions.json Created versioned docs for v7.1.x 2021-03-25 17:21:08 +00: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.