Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ string-data-type = "``string``"
int-data-type = "``integer``"
not-available = "N/A"
analyzer = "MongoDB C# Analyzer"
analyzer-short = "C# Analzyer"
4 changes: 2 additions & 2 deletions source/fundamentals/builders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ can use for the following tasks:

.. tip:: {+analyzer+}

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

You should read this guide if you want to learn more about how to
construct definitions and build up syntax using builders.
Expand Down
6 changes: 3 additions & 3 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MongoDB C# Driver
/compatibility
/upgrade
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>
{+analyzer+} <https://www.mongodb.com/docs/mongodb-analyzer>
{+analyzer-short+} <https://www.mongodb.com/docs/mongodb-analyzer>

Introduction
------------
Expand Down Expand Up @@ -140,7 +140,7 @@ To learn more, see the
{+analyzer+}
-------------------

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