oauth2-proxy/docs
Nick Meves 183cb124a4
Support HTTP method based allowlists
2020-10-07 10:13:40 -07:00
..
assets/js
configuration Support HTTP method based allowlists 2020-10-07 10:13:40 -07:00
logos
.gitignore
0_index.md Home: Add a brief description of the behavior (#794) 2020-10-05 10:34:42 +01:00
1_installation.md Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
2_auth.md docs: fix Keycloak provider documentation 2020-09-22 20:13:00 -04:00
4_tls.md
5_endpoints.md Use double dashes in docs (#530) 2020-05-09 15:39:47 +01:00
6_request_signatures.md
404.html
Gemfile
Gemfile.lock Bump activesupport from 6.0.2.1 to 6.0.3.1 in /docs 2020-05-27 08:55:47 +00:00
Makefile docs: Fix required ruby-version (#675) 2020-07-12 16:09:34 +01:00
README.md docs: Fix required ruby-version (#675) 2020-07-12 16:09:34 +01:00
_config.yml

README.md

Docs

This folder contains our Jekyll based docs site which is hosted at https://oauth2-proxy.github.io/oauth2-proxy.

When making changes to this docs site, please test your changes locally:

docs$ make serve

To run the docs site locally you will need Ruby at version 2.5.0 or higher and bundle (gem install bundler if you already have Ruby).