Skip to content

Commit 4fa66bb

Browse files
authored
DOCSP-50354 EOL v6.5 (#1174)
1 parent 998acbb commit 4fa66bb

90 files changed

Lines changed: 275 additions & 0 deletions

File tree

Some content is hidden

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

.github/workflows/vale-tdbx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: checkout
1313
uses: actions/checkout@master
1414

15+
- name: Install docutils
16+
run: sudo apt-get install -y docutils
17+
1518
- id: files
1619
uses: masesgroup/retrieve-changed-files@v2
1720
with:

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "node"
22
title = "Node.js Driver"
3+
eol = true
34
intersphinx = [
45
"https://www.mongodb.com/docs/manual/objects.inv",
56
"https://www.mongodb.com/docs/drivers/objects.inv",
@@ -31,3 +32,10 @@ stable-api = "Stable API"
3132
vector-search = "Atlas Vector Search"
3233
language = "JavaScript"
3334
environment = "Node.js"
35+
36+
[[banners]]
37+
targets = ["*"]
38+
variant = "info"
39+
value = """\
40+
This version of the documentation is archived and no longer supported. View the `current documentation <https://www.mongodb.com/docs/drivers/node/current/>`__ to learn how to `upgrade your version of the {+driver-short+} <https://www.mongodb.com/docs/drivers/node/current/reference/upgrade/>`__.\
41+
"""

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/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)