From 4fd85411ab8691177e5f595b1afbd8a7882fcd29 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Fri, 24 Jan 2025 12:03:02 -0500 Subject: [PATCH 1/2] DOCSP-46235: Add links to LINQ in API docs --- source/fundamentals/linq.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/fundamentals/linq.txt b/source/fundamentals/linq.txt index 1831c7a5..acd75d24 100644 --- a/source/fundamentals/linq.txt +++ b/source/fundamentals/linq.txt @@ -1060,3 +1060,14 @@ uses a scalar operation, then prints the translated query: ``LoggedStages`` is not thread-safe. Executing a query and accessing the associated ``LoggedStages`` property from multiple threads might have non-deterministic results. + +Additional Information +---------------------- + +API Documentation +~~~~~~~~~~~~~~~~~ + +For a complete list of supported LINQ methods, see the following API Documentation: + +- `LINQ <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.html>`__ +- `MongoQueryable <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.html>`__ \ No newline at end of file From 01811a3fe309d1a7de565735e9f77dd08adcad7c Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Fri, 24 Jan 2025 12:44:47 -0500 Subject: [PATCH 2/2] MW feedback --- source/fundamentals/linq.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/fundamentals/linq.txt b/source/fundamentals/linq.txt index acd75d24..71ff3e19 100644 --- a/source/fundamentals/linq.txt +++ b/source/fundamentals/linq.txt @@ -1061,13 +1061,10 @@ uses a scalar operation, then prints the translated query: associated ``LoggedStages`` property from multiple threads might have non-deterministic results. -Additional Information ----------------------- - API Documentation -~~~~~~~~~~~~~~~~~ +----------------- -For a complete list of supported LINQ methods, see the following API Documentation: +For a complete list of supported LINQ methods, see the following API documentation: - `LINQ <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.html>`__ - `MongoQueryable <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.html>`__ \ No newline at end of file