Skip to content

Commit 761c1cc

Browse files
(DOCSP-20216) TODOs (#11)
1 parent 1e6a7a1 commit 761c1cc

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

snooty.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ title = "MongoDB Analyzer"
33

44
[constants]
55
product = "MongoDB Analyzer"
6-
product-home-page = "TODO: Insert homepage link when available"
76
product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
8-
product-nuget-link = "TODO:Link to NuGet Package Page for Product"
7+
# The home page is the project's Github repo for the time being. This may change
8+
# to a DevRel article or product page such as
9+
# https://www.mongodb.com/kafka-connector if someone writes such a page in the future.
10+
product-home-page = "{+product-source-repo+}"
11+
product-nuget-link = "https://www.nuget.org/packages/MongoDB.Analyzer"
912
product-package-name = "MongoDB.Analyzer"
1013
product-version = "1.0"
1114
product-version-full = "{+product-version+}.0"
1215
product-settings-file-constant = "mongodb.analyzer.json"
13-
product-jira = "TODO: Link to project people should submit issues to"
16+
product-jira = "https://jira.mongodb.org/browse/VS"
1417

1518
query-api = "MongoDB Query API"
1619

source/analyze-code.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To learn more about aggregation pipelines, see
5656
and debug your code.
5757

5858
To learn more about serialization and LINQ settings, see the
59-
`FAQ <TODO: Link to FAQ entry on custom serilization settings>`__
59+
:ref:`FAQ <mongodb-analyzer-faq-custom-serialization>`
6060
page.
6161

6262
Analyze Builders

source/builders.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/faq.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ To learn more about Roslyn Analyzers, see
3333
`Overview of Source Code Analysis <https://docs.microsoft.com/en-us/visualstudio/code-quality/roslyn-analyzers-overview?view=vs-2022>`__
3434
from Microsoft.
3535

36+
.. _mongodb-analyzer-faq-custom-serialization:
37+
3638
Does the {+product+} Use Custom Serialization Settings?
3739
------------------------------------------------------------
3840

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Configuration </configuration>
1818
FAQ </faq>
1919
What's New </whats-new>
20+
View the Source <{+product-source-repo+}>
2021

2122
Overview
2223
--------

source/linq.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)