Skip to content

Commit 7412c9e

Browse files
update MongoDB Analyzer name (#197)
1 parent 4c4f606 commit 7412c9e

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ bool-data-type = "``boolean``"
3636
string-data-type = "``string``"
3737
int-data-type = "``integer``"
3838
not-available = "N/A"
39+
analyzer = "MongoDB C# Analyzer"

source/faq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ steps:
207207
<https://mongodb.github.io/mongo-csharp-driver/2.17/reference/driver/crud/linq3/>`__
208208
provider. The LINQ3 provider contains many fixes and new features
209209
over the LINQ2 provider.
210-
#. Use the `MongoDB Analyzer
210+
#. Use the `{+analyzer+}
211211
<https://www.mongodb.com/docs/mongodb-analyzer/current/>`__ to analyze your
212212
expressions.
213213
#. Try to simplify your query where possible.

source/fundamentals/builders.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ can use for the following tasks:
2727
- Defining an update operation
2828
- Selecting index keys
2929

30-
.. tip:: MongoDB Analyzer
30+
.. tip:: {+analyzer+}
3131

32-
The MongoDB Analyzer is a tool that helps you analyze your
32+
The {+analyzer+} is a tool that helps you analyze your
3333
builders definitions and understand how your {+lang-framework+} code
3434
translates into the MongoDB Query API. For more information and
35-
installation instructions, see the `MongoDB Analyzer reference page <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__.
35+
installation instructions, see the `{+analyzer+} reference page <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__.
3636

3737
You should read this guide if you want to learn more about how to
3838
construct definitions and build up syntax using builders.

source/index.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MongoDB C# Driver
2424
/compatibility
2525
/upgrade
2626
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>
27-
MongoDB Analyzer <https://www.mongodb.com/docs/mongodb-analyzer>
27+
{+analyzer+} <https://www.mongodb.com/docs/mongodb-analyzer>
2828

2929
Introduction
3030
------------
@@ -137,10 +137,10 @@ object-oriented interface for data management.
137137
To learn more, see the
138138
`MongoDB Entity Framework Provider documentation <https://www.mongodb.com/docs/entity-framework/current/>`__.
139139

140-
MongoDB Analyzer
141-
----------------
140+
{+analyzer+}
141+
-------------------
142142

143-
The MongoDB Analyzer is a tool that helps you understand how your
143+
The {+analyzer+} is a tool that helps you understand how your
144144
{+driver-short+} code translates into the MongoDB Query API and if your code
145145
includes any unsupported LINQ or builder expressions. To learn more, see the
146-
`MongoDB Analyzer documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.
146+
`{+analyzer+} documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.

0 commit comments

Comments
 (0)