Skip to content

Commit 995e7b1

Browse files
authored
DOCSP-47982-archive-c2c-eol-versions (#708)
* DOCSP-47982-archive-c2c-eol-versions * * * build errors * *
1 parent 215a654 commit 995e7b1

Some content is hidden

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

66 files changed

+207
-0
lines changed

snooty.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name = "cluster-sync"
22
title = "MongoDB Cluster-to-Cluster Sync"
33

4+
eol = true
5+
46
intersphinx = [ "https://www.mongodb.com/docs/atlas/objects.inv",
57
"https://www.mongodb.com/docs/php-library/upcoming/objects.inv",
68
"https://www.mongodb.com/docs/compass/current/objects.inv",
@@ -43,6 +45,16 @@ c2c-product-name = "Cluster-to-Cluster Sync"
4345
version = "{+version+}"
4446
version-dev = "{+version-dev+}"
4547

48+
[[banners]]
49+
# EOL banner
50+
targets = ["*"]
51+
variant = "info"
52+
value = """\
53+
This version of the documentation is archived and no longer supported. View
54+
the `current documentation <https://www.mongodb.com/docs/cluster-to-cluster-sync/current/>`__
55+
to learn how to upgrade your version of ``mongosync``.\
56+
"""
57+
4658
[[banners]]
4759
# Warning for non-genuine deployment usage with tool binaries.
4860
targets = [

source/about-mongosync.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
.. _about-mongosync:
25

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

source/connecting.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
.. _c2c-connecting:
25
.. _c2c-conn-top-level:
36

source/connecting/atlas-to-atlas.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
.. _c2c-conn-atlas2atlas:
25

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

source/connecting/onprem-to-atlas.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
.. _c2c-conn-onprem2atlas:
25

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

source/connecting/onprem-to-onprem.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
.. _c2c-conn-oprem2onprem:
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
.. _c2c-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
.. _c2c-index:
25

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

source/installation.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
.. _c2c-install:
25

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

source/installation/install-on-linux.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
.. _c2c-install-linux:
25

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

0 commit comments

Comments
 (0)