Skip to content

Commit c627053

Browse files
Updates for v5.2 ga (#360)
* wip * wip 2
1 parent d2abffa commit c627053

File tree

6 files changed

+9
-25
lines changed

6 files changed

+9
-25
lines changed

conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def has(self, *args):
7676
])
7777

7878
source_constants = {
79-
'version-dev': '5.2', # Current development branch
79+
'version-dev': '5.3', # Current development branch
8080
'package-name-org': 'mongodb-org',
8181
'package-name-enterprise': 'mongodb-enterprise',
8282
'version': version,
@@ -196,10 +196,7 @@ def has(self, *args):
196196
'stable': conf.version.stable,
197197
'sitename': sconf.theme.sitename,
198198
'nav_excluded': sconf.theme.nav_excluded,
199-
'upcoming': conf.version.upcoming,
200-
'banner': True,
201-
'banner_msg': 'This is an upcoming (in progress) version of the manual.'
202-
199+
'upcoming': conf.version.upcoming
203200
}
204201

205202
html_sidebars = sconf.sidebars

source/includes/fact-mongodb-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ query language, and provides operational and administrative
55
considerations and procedures as well as a comprehensive reference
66
section.
77

8-
.. include:: /includes/in-dev.rst
8+
.. include:: /includes/rapid-release-short.rst

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ What is MongoDB?
1818
.. button:: Get started with MongoDB Atlas
1919
:uri: https://www.mongodb.com/cloud?tck=docs_server
2020

21-
.. include:: /includes/in-dev.rst
21+
.. include:: /includes/rapid-release.rst
2222

2323
.. image:: /images/hero.png
2424
:alt: Homepage hero image

source/release-notes.txt

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,21 @@ Always install the latest, stable version of MongoDB. See
99
See the following release notes for an account of the changes in major
1010
versions. Release notes also include instructions for upgrade.
1111

12-
Upcoming Atlas Rapid Release
13-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+
Current Atlas Rapid Release
13+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
1414

1515
(*5.2-series*)
1616

1717
:doc:`/release-notes/5.2`
1818

19-
.. include:: /includes/in-dev.rst
19+
.. include:: /includes/rapid-release.rst
2020

2121
.. toctree::
2222
:maxdepth: 1
2323
:hidden:
2424

2525
/release-notes/5.2
2626

27-
Current Atlas Rapid Releases
28-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29-
30-
(*5.1-series*)
31-
32-
:doc:`/release-notes/5.1`
33-
34-
.. toctree::
35-
:maxdepth: 1
36-
:hidden:
37-
38-
/release-notes/5.1
39-
4027
Current Stable Release
4128
~~~~~~~~~~~~~~~~~~~~~~
4229

source/release-notes/5.2-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Compatibility Changes in MongoDB 5.2 (Release Candidate)
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. include:: /includes/in-dev.rst
13+
.. include:: /includes/rapid-release-short.rst
1414

1515
This page is a work in progress and will be updated with changes
1616
introduced in 5.2 that can affect compatibility with older versions of

source/release-notes/5.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Release Notes for MongoDB 5.2 (Release Candidate)
1010
:depth: 1
1111
:class: twocols
1212

13-
.. include:: /includes/in-dev.rst
13+
.. include:: /includes/rapid-release-short.rst
1414

1515
.. _5.2-rel-notes-aggregation:
1616

0 commit comments

Comments
 (0)