diff --git a/source/crud/query-documents/find.txt b/source/crud/query-documents/find.txt index 1966c5f21..4dc0f3933 100644 --- a/source/crud/query-documents/find.txt +++ b/source/crud/query-documents/find.txt @@ -10,7 +10,7 @@ Find Documents .. meta:: :keywords: find, findOne, findMany, get, lookup, code example - :description: Learn about how to retrieve documents in the {+driver-long+}. + :description: Learn about how to retrieve documents in the Java Sync Driver. .. contents:: On this page :local: @@ -196,8 +196,12 @@ Server Manual Entries ~~~~~~~~~~~~~~~~~~~~~ - :manual:`Collections ` + - :manual:`Query Documents ` + - :manual:`Aggregation ` - - :manual:`$sort ` - - :manual:`$limit ` -- :manual:`Aggregation stages ` + + - :manual:`$sort ` + - :manual:`$limit ` + +- :manual:`Aggregation Stages `