docs: update references, remove docs dir (#3420)

* docs: update references, remove docs dir

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* Update README.md

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>

* Update Docs Paths

* precommit

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* remove spellcheck

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

* spell the check

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
bobby 2022-06-13 16:52:52 -07:00 committed by GitHub
parent fc116b83d3
commit ebbb6a7ff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
318 changed files with 20 additions and 32969 deletions

View file

@ -7,7 +7,7 @@ A tiny go http server that enforces client certificates and can be used to test
### Pomerium config
```yaml
# See detailed configuration settings : https://www.pomerium.io/reference/
# See detailed configuration settings : https://www.pomerium.com/docs/reference
authenticate_service_url: https://authenticate.corp.domain.example
authorize_service_url: https://authorize.corp.domain.example
@ -45,7 +45,7 @@ services:
- CERTIFICATE_KEY
- COOKIE_SECRET
volumes:
# Mount your config file : https://www.pomerium.io/reference/
# Mount your config file : https://www.pomerium.com/docs/reference
# be sure to change the default values :)
- ./example.config.yaml:/pomerium/config.yaml:ro
ports: