Skip to content

Commit fd9db7b

Browse files
christophstroblschauder
authored andcommitted
Move AOT section to MongoDB Support.
See #5078 Original pull request #5080
1 parent 575aebd commit fd9db7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content:
1717
- url: https://github.com/spring-projects/spring-data-commons
1818
# Refname matching:
1919
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
20-
branches: [ main, 4.0.x ]
20+
branches: [ main ]
2121
start_path: src/main/antora
2222
asciidoc:
2323
attributes:

src/main/antora/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
** xref:mongodb/sharding.adoc[]
3737
** xref:mongodb/mongo-search-indexes.adoc[]
3838
** xref:mongodb/mongo-encryption.adoc[]
39+
** xref:mongodb/aot.adoc[]
3940
4041
// Repository
4142
* xref:repositories.adoc[]
@@ -55,7 +56,6 @@
5556
** xref:mongodb/repositories/cdi-integration.adoc[]
5657
** xref:repositories/query-keywords-reference.adoc[]
5758
** xref:repositories/query-return-types-reference.adoc[]
58-
** xref:mongodb/aot.adoc[]
5959
6060
// Observability
6161
* xref:observability/observability.adoc[]

src/main/antora/modules/ROOT/pages/mongodb/aot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Reactive Repository interfaces using Project Reactor, Kotlin Coroutines et. al.
2626
* `@Meta.flags` is not evaluated.
2727
* Limited `Collation` detection.
2828
* No support for in-clauses with pattern matching / case insensitivity.
29-
* Custom Collection return types (e.g. `io.vavr.collection`, `"org.eclipse.collections`) are not yet supported.
29+
* Custom Collection return types (e.g. `io.vavr.collection`, `org.eclipse.collections`) are not yet supported.
3030

3131
**Excluded methods**
3232

0 commit comments

Comments
 (0)