mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 20:06:03 +02:00
* 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 |
||
---|---|---|
.. | ||
.vuepress | ||
docs | ||
enterprise | ||
guides | ||
partials | ||
reference | ||
readme.md |