Skip to content

Commit 0da8950

Browse files
authored
Merge pull request #41 from mongodb/DOP-909
DOP-909: Convert docs-landing to Snooty project
2 parents 1d516ba + 3843a8c commit 0da8950

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

snooty.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name = "landing"
2-
title = "MongoDB"
2+
title = "MongoDB Documentation"
3+
default_domain = "landing"
34

45
[constants]
56
version = 4.0
67
package-name-org = "docs-landing"
7-
pgp-version = "{+version+}"
8+
pgp-version = "{+version+}"
9+
10+
# Non-snooty compatible docs are omitted
11+
[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"]

source/legacy.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:template: landing
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)