Skip to content

Commit 3af8efb

Browse files
committed
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
1 parent 2e08a07 commit 3af8efb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
aot=core.aot
2+
aot-basics=core.aot.basics
3+
aot-refresh=core.aot.refresh
4+
aot-bean-factory-initialization-contributions=core.aot.bean-factory-initialization-contributions
5+
aot-bean-registration-contributions=core.aot.bean-registration-contributions
6+
aot-hints=core.aot.hints
7+
aot-hints-import-runtime-hints=core.aot.hints.import-runtime-hints
8+
aot-hints-reflective=core.aot.hints.reflective
9+
aot-hints-register-reflection-for-binding=core.aot.hints.register-reflection-for-binding

0 commit comments

Comments
 (0)