diff --git a/config/redirects b/config/redirects index 70c079df..c43c60c9 100644 --- a/config/redirects +++ b/config/redirects @@ -16,4 +16,5 @@ raw: ${prefix}/master -> ${base}/upcoming/ [*-master]: ${prefix}/${version}/fundamentals/class-mapping/ -> ${base}/${version}/fundamentals/serialization/class-mapping/ [*-v2.30]: ${prefix}/${version}/upgrade/v2/ -> ${base}/${version}/upgrade/ [*-v2.30]: ${prefix}/${version}/upgrade/v3/ -> ${base}/${version}/upgrade/ +[*-v2.30]: ${prefix}/${version}/previous-versions/ -> ${base}/${version}/whats-new/ [v3.0-*]: ${prefix}/${version}/fundamentals/enterprise-authentication/ -> ${base}/${version}/fundamentals/authentication/ diff --git a/source/index.txt b/source/index.txt index d852dbca..b525face 100644 --- a/source/index.txt +++ b/source/index.txt @@ -11,7 +11,6 @@ MongoDB C# Driver .. toctree:: - Previous Versions Quick Start Quick Reference What's New @@ -34,11 +33,6 @@ You can add the driver to your application to work with MongoDB in {+language+}. Download the driver using `NuGet `__, or set up a runnable project by following our :ref:`Quick Start guide `. -Previous Versions ------------------ - -For documentation on versions of the driver v2.18 and earlier, see the :ref:`csharp-previous-versions` section. - Connect to a Compatible MongoDB Deployment ------------------------------------------ diff --git a/source/previous-versions.txt b/source/previous-versions.txt deleted file mode 100644 index 1fdfc547..00000000 --- a/source/previous-versions.txt +++ /dev/null @@ -1,28 +0,0 @@ -.. _csharp-previous-versions: - -================= -Previous Versions -================= - -The following links direct you to documentation for previous versions of the -driver. - -- `Version 2.18 `__ -- `Version 2.17 `__ -- `Version 2.16 `__ -- `Version 2.15 `__ -- `Version 2.14 `__ -- `Version 2.13 `__ -- `Version 2.12 `__ -- `Version 2.11 `__ -- `Version 2.10 `__ -- `Version 2.9 `__ -- `Version 2.8 `__ -- `Version 2.7 `__ -- `Version 2.6 `__ -- `Version 2.5 `__ -- `Version 2.4 `__ -- `Version 2.3 `__ -- `Version 2.2 `__ -- `Version 2.1 `__ -- `Version 2.0 `__ diff --git a/source/whats-new.txt b/source/whats-new.txt index 5cd412ca..db80b75f 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -28,6 +28,7 @@ Learn what's new in: * :ref:`Version 2.24 ` * :ref:`Version 2.23 ` * :ref:`Version 2.22 ` +* :ref:`Previous Versions ` .. _upcoming-breaking-changes: @@ -220,3 +221,31 @@ The 2.22 driver release includes the following new features: information on these events, see the `MongoDB SDAM Logging and Monitoring specification. `__ + +.. _csharp-previous-versions: + +Previous Versions +----------------- + +To learn about the features of previous versions of the {+driver-short+}, visit the +following links: + +- `Version 2.18 `__ +- `Version 2.17 `__ +- `Version 2.16 `__ +- `Version 2.15 `__ +- `Version 2.14 `__ +- `Version 2.13 `__ +- `Version 2.12 `__ +- `Version 2.11 `__ +- `Version 2.10 `__ +- `Version 2.9 `__ +- `Version 2.8 `__ +- `Version 2.7 `__ +- `Version 2.6 `__ +- `Version 2.5 `__ +- `Version 2.4 `__ +- `Version 2.3 `__ +- `Version 2.2 `__ +- `Version 2.1 `__ +- `Version 2.0 `__ \ No newline at end of file