Skip to content

Commit 20ff707

Browse files
authored
DOP-909: Add legacy page (#53)
1 parent a912d06 commit 20ff707

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

snooty.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ version = 4.0
77
package-name-org = "docs-landing"
88
pgp-version = "{+version+}"
99

10-
# Non-snooty compatible docs are omitted
1110
[deprecated_versions]
12-
bi-connector = ["v1.1", "v2.0", "v2.1", "v2.2", "2.3"]
13-
manual = ["v2.2", "v2.4", "v2.6", "v3.0", "v3.2", "v3.4"]
14-
mms = ["v1.1", "v1.2", "v1.3"]
15-
spark-connector = ["v1.1", "v2.0"]
11+
bi-connector = ["v2.9", "v2.8", "v2.7", "v2.6", "v2.5", "v2.4", "v2.3", "v2.2", "v2.1", "v2.0", "v1.1"]
12+
kubernetes-operator = ["v0.12", "v0.11", "v0.10", "v0.9", "v0.8"]
13+
manual = ["v3.4", "v3.2", "v3.0", "v2.6", "v2.4", "v2.2"]
14+
mms = ["v3.6", "v3.4", "v2.0", "v1.8", "v1.6", "v1.5", "v1.4", "v1.3", "v1.2", "v1.1"]
15+
mongocli = ["v0.5.0", "v0.2.0", "v0.1.0", "v0.0.4", "v0.0.3"]
16+
ruby-driver = ["v2.3", "v2.2", "v2.0", "v1.x"]
17+
spark-connector = ["v2.0", "v1.1"]

source/legacy.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:template: blank
2+
3+
====================
4+
Legacy Documentation
5+
====================
6+
7+
MongoDB encourages upgrading to the most recent version to ensure
8+
documentation support. If upgrading is not possible, archived
9+
documentation is still available for previous versions. Archived
10+
documentation no longer receives updates.
11+
12+
----------
13+
14+
.. deprecated-version-selector::

0 commit comments

Comments
 (0)