Skip to content

Commit c5ffaf8

Browse files
committed
DOCSP-51244: Fix short page: previous versions
1 parent ed89738 commit c5ffaf8

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ raw: ${prefix}/master -> ${base}/upcoming/
1616
[*-master]: ${prefix}/${version}/fundamentals/class-mapping/ -> ${base}/${version}/fundamentals/serialization/class-mapping/
1717
[*-v2.30]: ${prefix}/${version}/upgrade/v2/ -> ${base}/${version}/upgrade/
1818
[*-v2.30]: ${prefix}/${version}/upgrade/v3/ -> ${base}/${version}/upgrade/
19+
[*-v2.30]: ${prefix}/${version}/previous-versions/ -> ${base}/${version}/whats-new/
1920
[v3.0-*]: ${prefix}/${version}/fundamentals/enterprise-authentication/ -> ${base}/${version}/fundamentals/authentication/

source/previous-versions.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

source/whats-new.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Learn what's new in:
2828
* :ref:`Version 2.24 <version-2.24>`
2929
* :ref:`Version 2.23 <version-2.23>`
3030
* :ref:`Version 2.22 <version-2.22>`
31+
* :ref:`Previous Versions <csharp-previous-versions>`
3132

3233
.. _upcoming-breaking-changes:
3334

@@ -220,3 +221,31 @@ The 2.22 driver release includes the following new features:
220221
information on these events, see the
221222
`MongoDB SDAM Logging and Monitoring specification.
222223
<https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#log-messages>`__
224+
225+
.. _csharp-previous-versions:
226+
227+
Previous Versions
228+
-----------------
229+
230+
To learn about the features of previous versions of the {+driver-short+}, visit the
231+
following links:
232+
233+
- `Version 2.18 <https://mongodb.github.io/mongo-csharp-driver/2.18/>`__
234+
- `Version 2.17 <https://mongodb.github.io/mongo-csharp-driver/2.17/>`__
235+
- `Version 2.16 <https://mongodb.github.io/mongo-csharp-driver/2.16/>`__
236+
- `Version 2.15 <https://mongodb.github.io/mongo-csharp-driver/2.15/>`__
237+
- `Version 2.14 <https://mongodb.github.io/mongo-csharp-driver/2.14/>`__
238+
- `Version 2.13 <https://mongodb.github.io/mongo-csharp-driver/2.13/>`__
239+
- `Version 2.12 <https://mongodb.github.io/mongo-csharp-driver/2.12/>`__
240+
- `Version 2.11 <https://mongodb.github.io/mongo-csharp-driver/2.11/>`__
241+
- `Version 2.10 <https://mongodb.github.io/mongo-csharp-driver/2.10/>`__
242+
- `Version 2.9 <https://mongodb.github.io/mongo-csharp-driver/2.9/>`__
243+
- `Version 2.8 <https://mongodb.github.io/mongo-csharp-driver/2.8/>`__
244+
- `Version 2.7 <https://mongodb.github.io/mongo-csharp-driver/2.7/>`__
245+
- `Version 2.6 <https://mongodb.github.io/mongo-csharp-driver/2.6/>`__
246+
- `Version 2.5 <https://mongodb.github.io/mongo-csharp-driver/2.5/>`__
247+
- `Version 2.4 <https://mongodb.github.io/mongo-csharp-driver/2.4/>`__
248+
- `Version 2.3 <https://mongodb.github.io/mongo-csharp-driver/2.3/>`__
249+
- `Version 2.2 <https://mongodb.github.io/mongo-csharp-driver/2.2/>`__
250+
- `Version 2.1 <https://mongodb.github.io/mongo-csharp-driver/2.1/>`__
251+
- `Version 2.0 <https://mongodb.github.io/mongo-csharp-driver/2.0/>`__

0 commit comments

Comments
 (0)