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
This commit is contained in:
parent
2e08a07d7c
commit
3af8efbdc7
|
|
@ -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…
Reference in New Issue