Skip to content

Commit 8b4cb46

Browse files
add previous versions page (#10)
1 parent 53bff02 commit 8b4cb46

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ driver-long = "MongoDB PyMongoArrow"
1414
version-number = "1.3"
1515
version = "v{+version-number+}"
1616
patch-version-number = "{+version-number+}.0"
17+
legacy-documentation = "https://mongo-arrow.readthedocs.io/en"
1718
api-root = "https://mongo-arrow.readthedocs.io/en/{+patch-version-number+}/api/index.html"

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
.. toctree::
1515

16+
/previous-versions
1617
/installation
1718
/quick-start
1819
/whats-new

source/previous-versions.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _pymongo-arrow-previous-versions:
2+
3+
=================
4+
Previous Versions
5+
=================
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: old, backwards, downgrade, upgrade
13+
14+
The following links direct you to documentation for previous versions of {+driver-short+}.
15+
16+
- `Version 1.2 <{+legacy-documentation+}/1.2.0/>`__
17+
- `Version 1.1 <{+legacy-documentation+}/1.1.0/>`__
18+
- `Version 1.0 <{+legacy-documentation+}/1.0.0/>`__
19+
- `Version 0.7 <{+legacy-documentation+}/0.7.0/>`__
20+
- `Version 0.6 <{+legacy-documentation+}/0.6.0/>`__
21+
- `Version 0.5 <{+legacy-documentation+}/0.5.0/>`__
22+
- `Version 0.4 <{+legacy-documentation+}/0.4.0/>`__

0 commit comments

Comments
 (0)