spring-security/docs/modules/ROOT/pages/servlet
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
..
appendix architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
architecture architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
authentication architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
authorization architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
crypto Antora 2021-09-23 15:45:22 -05:00
exploits overview/ -> ../ 2021-09-23 15:50:11 -05:00
hello overview/ -> ../ 2021-09-23 15:50:11 -05:00
integrations Reduce folders 2021-09-23 15:50:13 -05:00
java-configuration Fix local anchor 2021-09-23 15:49:45 -05:00
kotlin-configuration Antora 2021-09-23 15:45:22 -05:00
namespace unpwd->passwords folder 2021-09-23 15:50:14 -05:00
oauth2 architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
saml2 architecture/index.adoc -> ../architecture.adoc 2021-09-23 15:50:14 -05:00
test 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
cryptography.adoc Reduce folders 2021-09-23 15:50:13 -05:00
getting-started.adoc Reduce folders 2021-09-23 15:50:13 -05:00
index.adoc Remove includes 2021-09-23 15:45:22 -05:00
java-configuration.adoc Reduce folders 2021-09-23 15:50:13 -05:00
kotlin-configuration.adoc Reduce folders 2021-09-23 15:50:13 -05:00
xml-namespace.adoc unpwd->passwords folder 2021-09-23 15:50:14 -05:00