spring-security/docs/modules/ROOT/pages/servlet/authentication
Rob Winch a7f3f54a33 architecture/index.adoc -> ../architecture.adoc
BASE_DIR=docs/modules/ROOT/pages

git --no-pager diff HEAD~1 --diff-filter=R -M | sed -Ez "s%(\nrename to|rename from |similarity index [^\n]+|diff[^\n]+|$BASE_DIR/)%%g" | grep "\S" | while read rename_from_to; do
  from=$(echo $rename_from_to | cut -f 1 -d " ")
  to=$(echo $rename_from_to | cut -f 2 -d " ")
  echo "processing rename from $from to $to"
  find "$BASE_DIR/../" -name "*.adoc" | while read adoc_file; do
    sed -i -E "s%xref:$from%xref:$to%g" "$adoc_file"
  done
done
2021-09-23 15:50:14 -05:00
..
passwords architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
anonymous.adoc mkdir -p build/ids 2021-09-23 15:49:43 -05:00
architecture.adoc architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
cas.adoc overview/ -> ../ 2021-09-23 15:50:11 -05:00
events.adoc Remove include servlet/saml2/index.adoc 2021-09-23 15:47:20 -05:00
index.adoc unpwd->passwords folder 2021-09-23 15:50:14 -05:00
jaas.adoc mkdir -p build/ids 2021-09-23 15:49:43 -05:00
logout.adoc rg "xref:\S+?#\S+\[\]" docs/modules -l -g "*.adoc" | while read adoc_file_to_replace; do 2021-09-23 15:49:45 -05:00
openid.adoc architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
preauth.adoc architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
rememberme.adoc Reduce folders 2021-09-23 15:50:13 -05:00
runas.adoc Remove include servlet/saml2/index.adoc 2021-09-23 15:47:20 -05:00
session-management.adoc Remove include servlet/saml2/index.adoc 2021-09-23 15:47:20 -05:00
x509.adoc Remove include servlet/saml2/index.adoc 2021-09-23 15:47:20 -05:00