From e075fc00de443791d39e8a9fb9f26039a34d4b4d Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 6 May 2024 12:35:40 -0400 Subject: [PATCH] DOCSP-39020: Move Specify a Query page out of Read Operations subtree --- source/fundamentals.txt | 2 ++ source/fundamentals/crud/read-operations.txt | 2 -- .../fundamentals/{crud/read-operations => }/specify-query.txt | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename source/fundamentals/{crud/read-operations => }/specify-query.txt (100%) diff --git a/source/fundamentals.txt b/source/fundamentals.txt index 95de7854..f216865b 100644 --- a/source/fundamentals.txt +++ b/source/fundamentals.txt @@ -20,6 +20,7 @@ Fundamentals /fundamentals/enterprise-authentication /fundamentals/linq /fundamentals/bson + /fundamentals/specify-query /fundamentals/serialization /fundamentals/logging /fundamentals/encrypt-fields @@ -33,6 +34,7 @@ Fundamentals - :ref:`csharp-enterprise-authentication-mechanisms` - :ref:`csharp-linq` - :ref:`csharp-bson` +- :ref:`csharp-specify-query` - :ref:`csharp-serialization` - :ref:`csharp-logging` - :ref:`Encrypt Fields ` diff --git a/source/fundamentals/crud/read-operations.txt b/source/fundamentals/crud/read-operations.txt index 6b52f0d7..4646d1ec 100644 --- a/source/fundamentals/crud/read-operations.txt +++ b/source/fundamentals/crud/read-operations.txt @@ -11,9 +11,7 @@ Read Operations :caption: Read Operations /fundamentals/crud/read-operations/retrieve - /fundamentals/crud/read-operations/specify-query /fundamentals/crud/read-operations/count - :ref:`csharp-retrieve` -- :ref:`csharp-specify-query` - :ref:`csharp-count-documents` diff --git a/source/fundamentals/crud/read-operations/specify-query.txt b/source/fundamentals/specify-query.txt similarity index 100% rename from source/fundamentals/crud/read-operations/specify-query.txt rename to source/fundamentals/specify-query.txt