Skip to content

Commit dab33e2

Browse files
authored
DOCSP-52194 - EOL 6.8 (#1204)
1 parent ad0b33f commit dab33e2

File tree

90 files changed

+276
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+276
-0
lines changed

snooty.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ intersphinx = [
55
"https://www.mongodb.com/docs/drivers/objects.inv",
66
"https://www.mongodb.com/docs/atlas/objects.inv",
77
]
8+
eol = true
89

910
toc_landing_pages = [
1011
"/get-started",
@@ -32,3 +33,11 @@ stable-api = "Stable API"
3233
vector-search = "Atlas Vector Search"
3334
language = "JavaScript"
3435
environment = "Node.js"
36+
docs-url = "http://mongodb.com/docs/drivers/node/current"
37+
38+
[[banners]]
39+
targets = ["*"]
40+
variant = "info"
41+
value = """\
42+
This version of the documentation is archived and no longer supported. View the `current documentation <{+docs-url+}>`__ to learn how to `upgrade your version of the {+driver-short+} <{+docs-url+}/upgrade/>`__.\
43+
"""

source/aggregation.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
.. _node-aggregation:
25
.. _nodejs-aggregation:
36

source/aggregation/pipeline-stages.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
.. _node-aggregation-pipeline-stages:
25

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

source/atlas-search.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
.. _node-atlas-search:
25

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

source/atlas-vector-search.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
.. _node-atlas-vector-search:
25

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

source/connect.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
.. _node-connection:
25
.. _node-connect:
36

source/connect/connect.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
.. _node-connect-to-mongodb:
25

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

source/connect/connection-options.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
.. _node-connection-options:
25

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

source/connect/connection-options/csot.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
.. _node-csot:
25

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

source/connect/connection-options/network-compression.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
.. _node-network-compression:
25

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

0 commit comments

Comments
 (0)