Skip to content

Commit ebaa22a

Browse files
committed
DOCSP-51244: Fix short page: previous versions (#673)
* DOCSP-51244: Fix short page: previous versions * edits * MW feedback (cherry picked from commit deac37c) (cherry picked from commit 998d118)
1 parent a4d770c commit ebaa22a

File tree

4 files changed

+30
-35
lines changed

4 files changed

+30
-35
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/index.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ MongoDB C# Driver
1111

1212
.. toctree::
1313

14-
Previous Versions </previous-versions>
1514
Quick Start </quick-start>
1615
Quick Reference </quick-reference>
1716
What's New </whats-new>
@@ -34,11 +33,6 @@ You can add the driver to your application to work with MongoDB in {+language+}.
3433
Download the driver using `NuGet <https://www.nuget.org/packages/MongoDB.Driver>`__, or set up a runnable
3534
project by following our :ref:`Quick Start guide <csharp-quickstart>`.
3635

37-
Previous Versions
38-
-----------------
39-
40-
For documentation on versions of the driver v2.18 and earlier, see the :ref:`csharp-previous-versions` section.
41-
4236
Connect to a Compatible MongoDB Deployment
4337
------------------------------------------
4438

source/previous-versions.txt

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

source/whats-new.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Learn what's new in:
2626
* :ref:`Version 2.24 <version-2.24>`
2727
* :ref:`Version 2.23 <version-2.23>`
2828
* :ref:`Version 2.22 <version-2.22>`
29-
* :ref:`Version 2.21 <version-2.21>`
29+
* :ref:`Previous Versions <csharp-previous-versions>`
3030

3131
.. _upcoming-breaking-changes:
3232

@@ -193,3 +193,31 @@ The 2.22 driver release includes the following new features:
193193
information on these events, see the
194194
`MongoDB SDAM Logging and Monitoring specification.
195195
<https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#log-messages>`__
196+
197+
.. _csharp-previous-versions:
198+
199+
Previous Versions
200+
-----------------
201+
202+
To learn about the features of previous versions of the {+driver-short+}, visit the
203+
following links:
204+
205+
- `Version 2.18 <https://mongodb.github.io/mongo-csharp-driver/2.18/what_is_new/>`__
206+
- `Version 2.17 <https://mongodb.github.io/mongo-csharp-driver/2.17/what_is_new/>`__
207+
- `Version 2.16 <https://mongodb.github.io/mongo-csharp-driver/2.16/what_is_new/>`__
208+
- `Version 2.15 <https://mongodb.github.io/mongo-csharp-driver/2.15/what_is_new/>`__
209+
- `Version 2.14 <https://mongodb.github.io/mongo-csharp-driver/2.14/what_is_new/>`__
210+
- `Version 2.13 <https://mongodb.github.io/mongo-csharp-driver/2.13/what_is_new/>`__
211+
- `Version 2.12 <https://mongodb.github.io/mongo-csharp-driver/2.12/what_is_new/>`__
212+
- `Version 2.11 <https://mongodb.github.io/mongo-csharp-driver/2.11/what_is_new/>`__
213+
- `Version 2.10 <https://mongodb.github.io/mongo-csharp-driver/2.10/what_is_new/>`__
214+
- `Version 2.9 <https://mongodb.github.io/mongo-csharp-driver/2.9/what_is_new/>`__
215+
- `Version 2.8 <https://mongodb.github.io/mongo-csharp-driver/2.8/what_is_new/>`__
216+
- `Version 2.7 <https://mongodb.github.io/mongo-csharp-driver/2.7/what_is_new/>`__
217+
- `Version 2.6 <https://mongodb.github.io/mongo-csharp-driver/2.6/what_is_new/>`__
218+
- `Version 2.5 <https://mongodb.github.io/mongo-csharp-driver/2.5/what_is_new/>`__
219+
- `Version 2.4 <https://mongodb.github.io/mongo-csharp-driver/2.4/what_is_new/>`__
220+
- `Version 2.3 <https://mongodb.github.io/mongo-csharp-driver/2.3/what_is_new/>`__
221+
- `Version 2.2 <https://mongodb.github.io/mongo-csharp-driver/2.2/what_is_new/>`__
222+
- `Version 2.1 <https://mongodb.github.io/mongo-csharp-driver/2.1/what_is_new/>`__
223+
- `Version 2.0 <https://mongodb.github.io/mongo-csharp-driver/2.0/what_is_new/>`__

0 commit comments

Comments
 (0)