1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-08 04:03:58 +02:00
oauth2-proxy/docs
Amnay de0c92af06
fix small typo in docs (#570)
Co-authored-by: Amnay Mokhtari <amnay.mokhtari@adevinta.com>
2020-05-21 21:24:25 +01:00
..
assets/js
configuration Implements --real-client-ip-header option. (#503) 2020-05-12 18:41:25 +01:00
logos Add logos to docs folder 2019-10-30 09:57:24 +00:00
_config.yml Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
.gitignore
0_index.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
1_installation.md Tidy changelog and update releases to v5.1.1 (#526) 2020-05-06 19:00:12 +01:00
2_auth.md fix small typo in docs (#570) 2020-05-21 21:24:25 +01:00
4_tls.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
5_endpoints.md Use double dashes in docs (#530) 2020-05-09 15:39:47 +01:00
6_request_signatures.md Fix links in docs 2019-08-11 16:07:03 +01:00
404.html
Gemfile
Gemfile.lock Update docs deps 2020-03-29 17:34:17 +01:00
Makefile
README.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00

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.1.0 or higher and bundle (gem install bundler if you already have Ruby).