From 3af8efbdc7d31f6736f6c763f417b6af08174e20 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Mar 2023 17:28:12 +0100 Subject: [PATCH] Add anchor rewrites in the reference documentation This commit adds an `anchor-rewrite.properties` file in the reference documentation sources. This allows to redirect from one anchor to another when they are renamed. This also populates the file with anchors that were renamed in the AOT section of the documentation. Closes gh-30132 --- .../src/docs/asciidoc/anchor-rewrite.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 framework-docs/src/docs/asciidoc/anchor-rewrite.properties diff --git a/framework-docs/src/docs/asciidoc/anchor-rewrite.properties b/framework-docs/src/docs/asciidoc/anchor-rewrite.properties new file mode 100644 index 00000000000..e1e20afb844 --- /dev/null +++ b/framework-docs/src/docs/asciidoc/anchor-rewrite.properties @@ -0,0 +1,9 @@ +aot=core.aot +aot-basics=core.aot.basics +aot-refresh=core.aot.refresh +aot-bean-factory-initialization-contributions=core.aot.bean-factory-initialization-contributions +aot-bean-registration-contributions=core.aot.bean-registration-contributions +aot-hints=core.aot.hints +aot-hints-import-runtime-hints=core.aot.hints.import-runtime-hints +aot-hints-reflective=core.aot.hints.reflective +aot-hints-register-reflection-for-binding=core.aot.hints.register-reflection-for-binding \ No newline at end of file