Skip to content

Commit 4ee60b5

Browse files
(DOCSP-19704) Install (#5)
1 parent 6350b58 commit 4ee60b5

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

snooty.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ title = "Visual Studio Extension"
55
product = "MongoDB Analyzer"
66
product-home-page = "TODO: Insert homepage link when available"
77
product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
8+
product-nuget-link = "TODO:Link to NuGet Package Page for Product"
9+
product-package-name = "MongoDB.Analyzer"
10+
product-version = "1.0"
11+
product-version-full = "{+product-version+}.0"
812
product-settings-file-constant = "mongodb.analyzer.json"
913
query-api = "MongoDB Query API"
1014

source/install.txt

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1-
TODO: write
1+
.. _mongodb-analyzer-install:
2+
3+
Install the {+product+}
4+
----------------------------
5+
6+
.. default-domain:: mongodb
7+
8+
.. contents:: On this page
9+
:local:
10+
:backlinks: none
11+
:depth: 2
12+
:class: singlecol
13+
14+
Overview
15+
--------
16+
17+
Learn how to install the {+product+} in your .NET application.
18+
19+
Installation
20+
------------
21+
22+
To install the {+product+}, run the following
23+
command from the root directory of your .NET project:
24+
25+
.. code-block:: shell
26+
27+
Install-Package {+product-package-name+} -Version {+product-version-full+}
28+
29+
To view the NuGet page for the {+product+}, see
30+
`{+product-package-name+} <{+product-nuget-link+}>`__ on NuGet Gallery.
31+
32+
To learn more about installing NuGet packages from the command line, see
33+
`NuGet Powershell Reference <https://docs.microsoft.com/en-us/nuget/reference/powershell-reference>`__
34+
from Microsoft.
35+
36+
To learn more about installing NuGet packages from Visual Studio, see
37+
`Install and manage packages in Visual Studio using the NuGet Package Manager <https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio>`__
38+
from Microsoft.

0 commit comments

Comments
 (0)