Browse Source

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
pull/30139/head
Brian Clozel 2 years ago
parent
commit
3af8efbdc7
  1. 9
      framework-docs/src/docs/asciidoc/anchor-rewrite.properties

9
framework-docs/src/docs/asciidoc/anchor-rewrite.properties

@ -0,0 +1,9 @@ @@ -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
Loading…
Cancel
Save