pomerium/docs
Alex Fornuto d37a54d6cb
DOCS: Reference Updates (#3059)
* sort Routes Reference

I know the diff is nigh-incomprehensible, but I found a script to
confirm that no content was lost during the sort:

```sh
❯ git diff-tree --no-commit-id --name-only -r HEAD | {
  while IFS= read -r file_path; do
    git show "HEAD:${file_path}" | sort >new.txt
    git show "HEAD^1:${file_path}" | sort >old.txt
    echo "Diff for ${file_path}:"
    diff old.txt new.txt
    shasum old.txt new.txt
  done
}
Diff for docs/reference/readme.md:
1ff1c65acba1a5bce8c37e56a2e770d74158eec9  old.txt
1ff1c65acba1a5bce8c37e56a2e770d74158eec9  new.txt
```

* copy-edit host rewrite section

* document per-route idp client id and secret
2022-02-18 15:04:17 -06:00
..
.vuepress exclude partials from sitemap (#3065) 2022-02-18 14:13:18 -06:00
docs various link fixes (#3049) 2022-02-18 11:19:02 -06:00
enterprise various link fixes (#3049) 2022-02-18 11:19:02 -06:00
guides various link fixes (#3049) 2022-02-18 11:19:02 -06:00
partials various link fixes (#3049) 2022-02-18 11:19:02 -06:00
reference DOCS: Reference Updates (#3059) 2022-02-18 15:04:17 -06:00
readme.md Enterprise Docs (#2390) 2021-08-04 13:55:04 -05:00