Skip to content

Commit 5813b7b

Browse files
authored
DOCSP-50359: EOL 1.4 (#88)
* DOCSP-50359: EOL 1.4 * fix
1 parent 0de57bd commit 5813b7b

File tree

13 files changed

+44
-0
lines changed

13 files changed

+44
-0
lines changed

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name = "visual-studio-extension"
22
title = "C# Analyzer"
33
toc_landing_pages = ["/analyze-code"]
4+
eol = true
45

56
[constants]
67
product = "MongoDB C# Analyzer"
@@ -22,3 +23,10 @@ query-api = "MongoDB Query API"
2223
driver-long = "MongoDB .NET/C# driver"
2324
driver-short = ".NET/C# driver"
2425
driver-docs = "https://www.mongodb.com/docs/drivers/csharp/current"
26+
27+
[[banners]]
28+
targets = ["*"]
29+
variant = "info"
30+
value = """\
31+
This version of the documentation is archived and no longer supported. View the `current documentation <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__ to learn how to `install supported versions of the {+product+} <https://www.mongodb.com/docs/mongodb-analyzer/current/install/>`__.\
32+
"""

source/analyze-code.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-analyze-code:
25

36
=================

source/code-type/builders.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-analyze-builders:
25

36
============================

source/code-type/linq.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-analyze-linq:
25

36
========================

source/code-type/pocos.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-analyze-pocos:
25

36
=============

source/configuration.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-configuration:
25

36
=================================

source/faq.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-faq:
25

36
==========================

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer:
25

36
.. _mongodb-analyzer-landing:

source/install.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-install:
25

36
===============================

source/issues-and-help.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongodb-analyzer-issues-and-help:
25

36
=============

0 commit comments

Comments
 (0)