oauth2-proxy/docs
Joel Speed d49556d966
Update changelog for 5.1.1 release (#525)
2020-05-06 12:55:31 +01:00
..
assets/js Initialise Jekyll site 2019-05-09 10:48:35 +01:00
configuration Fix #381, expose acr_values to all providers (#445) 2020-03-17 17:57:33 +00:00
logos Add logos to docs folder 2019-10-30 09:57:24 +00:00
.gitignore Initialise Jekyll site 2019-05-09 10:48:35 +01:00
0_index.md Add logo to docs site 2019-10-30 10:04:29 +00:00
1_installation.md Update changelog for 5.1.1 release (#525) 2020-05-06 12:55:31 +01:00
2_auth.md Bitbucket Auth Provider docs (#447) 2020-03-16 11:39:12 +00:00
4_tls.md Add reverse proxy setting (#331) 2020-01-24 17:54:13 +00:00
5_endpoints.md Document how to use the sign_out endpoint (#443) 2020-03-14 10:07:23 +00:00
6_request_signatures.md Fix links in docs 2019-08-11 16:07:03 +01:00
404.html Initialise Jekyll site 2019-05-09 10:48:35 +01:00
Gemfile Initialise Jekyll site 2019-05-09 10:48:35 +01:00
Gemfile.lock Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#422) 2020-02-28 18:26:40 +00:00
Makefile Add make targets for serving docs locally 2019-05-10 12:07:16 +01:00
README.md Fix #384 - link to sessions.md (#391) 2020-02-15 14:41:35 +00:00
_config.yml Add logo to docs site 2019-10-30 10:04:29 +00:00

README.md

Docs

This folder contains our Jekyll based docs site which is hosted at https://pusher.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.1.0 or higher and bundle (gem install bundler if you already have Ruby).