Skip to content

Commit db53260

Browse files
authored
DOCSP-41473-EOL-Banner-Unsupported-Rapid-Releases (#8381)
* DOCSP-41473-EOL-Banner-Unsupported-Rapid-Releases * build errors
1 parent fa5d237 commit db53260

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

snooty.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,3 +423,10 @@ section = 1
423423
file = "reference/parameters.txt"
424424
title = "MongoDB setParameter Options"
425425
section = 5
426+
427+
[[banners]]
428+
targets = ["*"]
429+
variant = "info"
430+
value = """\
431+
This version of the documentation is archived and no longer supported. View the `current documentation <https://www.mongodb.com/docs/manual/>`__ to learn how to `upgrade your version of MongoDB server <https://www.mongodb.com/docs/manual/tutorial/upgrade-revision/>`__.\
432+
"""

source/release-notes/3.2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,11 +918,11 @@ MongoDB Tools Enhancements
918918
the dump data over a network device via a pipe. For examples, see
919919

920920
- :ref:`mongodump to an Archive File
921-
<mongodump-example-archive-file>` and :ref:`mongodump an Archive to
922-
Standard Output <mongodump-example-archive-stdout>`
921+
<mongodump-example-archive-file>` and ``mongodump`` an Archive to
922+
Standard Output.
923923

924924
- :ref:`mongorestore-example-archive-file` and
925-
:ref:`mongorestore-example-archive-stdin`.
925+
Restore a Database from Standard Input
926926

927927
- :binary:`~bin.mongodump` and :binary:`~bin.mongorestore` add support for
928928
compressed data dumps with a new ``--gzip`` option. This enhancement

0 commit comments

Comments
 (0)