diff --git a/docs/index.txt b/docs/index.txt index 011581689..1c5c6e721 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -2,7 +2,20 @@ MongoDB PHP Library =================== -.. default-domain:: mongodb +.. contents:: On this page + :local: + :backlinks: none + :depth: 1 + +.. toctree:: + :titlesonly: + + Installation + /tutorial + /upgrade + /reference + FAQ + /whats-new The |php-library| provides a high-level abstraction around the lower-level :php:`mongodb extension `. @@ -44,6 +57,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be helpful to review the :doc:`/upgrade` for a summary of API changes between the old driver and this library. +You can view changes introduced in each version release of the +{+php-library+} in the :ref:`php-lib-whats-new` section. + New to MongoDB? --------------- @@ -59,14 +75,3 @@ encounter in the library documentation: :manual:`BSON Types ` - :manual:`MongoDB CRUD Operations ` - -.. class:: hidden - - .. toctree:: - :titlesonly: - - Installation - /tutorial - /upgrade - /reference - FAQ diff --git a/docs/whats-new.txt b/docs/whats-new.txt new file mode 100644 index 000000000..420fd640c --- /dev/null +++ b/docs/whats-new.txt @@ -0,0 +1,35 @@ +.. _php-lib-whats-new: + +========== +What's New +========== + +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: update, new feature, deprecation, upgrade + +.. contents:: On this page + :local: + :backlinks: none + :depth: 1 + :class: singlecol + +Learn about new features, improvements, and fixes introduced in the +following versions of the {+php-library+}: + +* :ref:`Version 1.20 ` + +.. _php-lib-version-1.20: + +What's New in 1.20 +------------------ + +.. important:: MongoDB Server v3.6 End-of-Life + + Support for MongoDB Server v3.6 is removed in this release of the + library. + +- Adds support for MongoDB Server v8.0. \ No newline at end of file