File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ string-data-type = "``string``"
3737int-data-type = " ``integer``"
3838not-available = " N/A"
3939analyzer = " MongoDB C# Analyzer"
40+ analyzer-short = " C# Analzyer"
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ can use for the following tasks:
2929
3030.. tip:: {+analyzer+}
3131
32- The {+analyzer+} is a tool that helps you analyze your
32+ The {+analyzer-short +} 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 `{+analyzer+} reference page <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__.
35+ installation instructions, see the `{+analyzer-short +} reference page <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__.
3636
3737You should read this guide if you want to learn more about how to
3838construct definitions and build up syntax using builders.
Original file line number Diff line number Diff 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- {+analyzer+} <https://www.mongodb.com/docs/mongodb-analyzer>
27+ {+analyzer-short +} <https://www.mongodb.com/docs/mongodb-analyzer>
2828
2929Introduction
3030------------
@@ -140,7 +140,7 @@ To learn more, see the
140140{+analyzer+}
141141-------------------
142142
143- The {+analyzer+} is a tool that helps you understand how your
143+ The {+analyzer-short +} is a tool that helps you understand how your
144144{+driver-short+} code translates into the MongoDB Query API and if your code
145145includes any unsupported LINQ or builder expressions. To learn more, see the
146- `{+analyzer+} documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.
146+ `{+analyzer-short +} documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.
You can’t perform that action at this time.
0 commit comments