File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ MongoDB C# Driver
66
77.. toctree::
88
9+ /previous-versions
910 /quick-start
1011 /quick-reference
1112 /usage-examples
@@ -19,11 +20,16 @@ MongoDB C# Driver
1920Introduction
2021------------
2122
22- Welcome to the documentation site for the official {+driver-long+}.
23- You can add the driver to your application to work with MongoDB in {+language+}.
23+ Welcome to the documentation site for the official {+driver-long+}.
24+ You can add the driver to your application to work with MongoDB in {+language+}.
2425Download the driver using `NuGet <https://www.nuget.org/packages/MongoDB.Driver>`__, or set up a runnable
2526project by following our :ref:`Quick Start guide <csharp-quickstart>`.
2627
28+ Previous Versions
29+ -----------------
30+
31+ For documentation on versions of the driver v2.18 and earlier, see the :ref:`csharp-previous-versions` section.
32+
2733Quick Start
2834-----------
2935
@@ -77,7 +83,7 @@ for each MongoDB Server version, see :ref:`csharp-compatibility-tables`.
7783What's New
7884----------
7985
80- For a list of new features and changes in each version, see the :doc:`What's New </whats-new>`
86+ For a list of new features and changes in each version, see the :doc:`What's New </whats-new>`
8187section.
8288
8389Issues & Help
Original file line number Diff line number Diff line change 1+ .. _csharp-previous-versions:
2+
3+ =================
4+ Previous Versions
5+ =================
6+
7+ The following links direct you to documentation for previous versions of the
8+ driver.
9+
10+ - `Version 2.18 <https://mongodb.github.io/mongo-csharp-driver/2.18/>`__
11+ - `Version 2.17 <https://mongodb.github.io/mongo-csharp-driver/2.17/>`__
12+ - `Version 2.16 <https://mongodb.github.io/mongo-csharp-driver/2.16/>`__
13+ - `Version 2.15 <https://mongodb.github.io/mongo-csharp-driver/2.15/>`__
14+ - `Version 2.14 <https://mongodb.github.io/mongo-csharp-driver/2.14/>`__
15+ - `Version 2.13 <https://mongodb.github.io/mongo-csharp-driver/2.13/>`__
16+ - `Version 2.12 <https://mongodb.github.io/mongo-csharp-driver/2.12/>`__
17+ - `Version 2.11 <https://mongodb.github.io/mongo-csharp-driver/2.11/>`__
18+ - `Version 2.10 <https://mongodb.github.io/mongo-csharp-driver/2.10/>`__
19+ - `Version 2.9 <https://mongodb.github.io/mongo-csharp-driver/2.9/>`__
20+ - `Version 2.8 <https://mongodb.github.io/mongo-csharp-driver/2.8/>`__
21+ - `Version 2.7 <https://mongodb.github.io/mongo-csharp-driver/2.7/>`__
22+ - `Version 2.6 <https://mongodb.github.io/mongo-csharp-driver/2.6/>`__
23+ - `Version 2.5 <https://mongodb.github.io/mongo-csharp-driver/2.5/>`__
24+ - `Version 2.4 <https://mongodb.github.io/mongo-csharp-driver/2.4/>`__
25+ - `Version 2.3 <https://mongodb.github.io/mongo-csharp-driver/2.3/>`__
26+ - `Version 2.2 <https://mongodb.github.io/mongo-csharp-driver/2.2/>`__
27+ - `Version 2.1 <https://mongodb.github.io/mongo-csharp-driver/2.1/>`__
28+ - `Version 2.0 <https://mongodb.github.io/mongo-csharp-driver/2.0/>`__
29+ - `Version 1.11 <https://mongodb.github.io/mongo-csharp-driver/1.11/>`__
You can’t perform that action at this time.
0 commit comments