Skip to content

Commit 88a0012

Browse files
author
Clyde Bazile
committed
Prepare to generate r3.6.0-rc0 release documentation
1 parent b296b20 commit 88a0012

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed

docs/content/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Currently, no drivers guarantee API or ABI stability.
2121
| Family/version | Stability | Development | Purpose |
2222
| -------------------- | ----------- | ------------------- | ----------------------------------- |
2323
| (repo master branch) | Unstable | Active development | New feature development |
24+
| mongocxx 3.6.x | Unstable | Bug fixes only | Upcoming stable C++ driver release |
2425
| mongocxx 3.5.x | Stable | Bug fixes only | Current stable C++ driver release |
2526
| mongocxx 3.4.x | Stable | None | Previous stable C++ driver release |
2627
| mongocxx 3.3.x | Stable | None | Previous stable C++ driver release |

etc/apidocmenu.md

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Currently, no drivers guarantee API or ABI stability.
88
| Family/version | Stability | Development | Purpose |
99
| -------------------- | ----------- | ------------------- | ------------------------------------- |
1010
| (repo master branch) | Unstable | Active development | New feature development |
11+
| mongocxx 3.6.x | Unstable | Bug fixes only | Upcoming stable C++ driver release |
1112
| mongocxx 3.5.x | Stable | Bug fixes only | Current stable C++ driver release |
1213
| mongocxx 3.4.x | Stable | None | Previous stable C++ driver release |
1314
| mongocxx 3.3.x | Stable | None | Previous stable C++ driver release |
@@ -17,27 +18,28 @@ Currently, no drivers guarantee API or ABI stability.
1718

1819
## Documentation versions available
1920

20-
| mongocxx |
21-
| ------------------------------------ |
22-
| [mongocxx-3.5.0](../mongocxx-3.5.1) |
23-
| [mongocxx-3.5.0](../mongocxx-3.5.0) |
24-
| [mongocxx-3.4.1](../mongocxx-3.4.2) |
25-
| [mongocxx-3.4.1](../mongocxx-3.4.1) |
26-
| [mongocxx-3.4.0](../mongocxx-3.4.0) |
27-
| [mongocxx-3.3.1](../mongocxx-3.3.2) |
28-
| [mongocxx-3.3.1](../mongocxx-3.3.1) |
29-
| [mongocxx-3.3.0](../mongocxx-3.3.0) |
30-
| [mongocxx-3.2.0](../mongocxx-3.2.1) |
31-
| [mongocxx-3.2.0](../mongocxx-3.2.0) |
32-
| [mongocxx-3.1.4](../mongocxx-3.1.4/) |
33-
| [mongocxx-3.1.3](../mongocxx-3.1.3/) |
34-
| [mongocxx-3.1.2](../mongocxx-3.1.2/) |
35-
| [mongocxx-3.1.1](../mongocxx-3.1.1/) |
36-
| [mongocxx-3.1.0](../mongocxx-3.1.0/) |
37-
| [mongocxx-3.0.3](../mongocxx-3.0.3/) |
38-
| [mongocxx-3.0.2](../mongocxx-3.0.2/) |
39-
| [mongocxx-3.0.1](../mongocxx-3.0.1/) |
40-
| [mongocxx-3.0.0](../mongocxx-3.0.0/) |
21+
| mongocxx |
22+
| ---------------------------------------------|
23+
| [mongocxx-3.6.0-rc0](../mongocxx-3.6.0-rc0) |
24+
| [mongocxx-3.5.1](../mongocxx-3.5.1) |
25+
| [mongocxx-3.5.0](../mongocxx-3.5.0) |
26+
| [mongocxx-3.4.2](../mongocxx-3.4.2) |
27+
| [mongocxx-3.4.1](../mongocxx-3.4.1) |
28+
| [mongocxx-3.4.0](../mongocxx-3.4.0) |
29+
| [mongocxx-3.3.2](../mongocxx-3.3.2) |
30+
| [mongocxx-3.3.1](../mongocxx-3.3.1) |
31+
| [mongocxx-3.3.0](../mongocxx-3.3.0) |
32+
| [mongocxx-3.2.1](../mongocxx-3.2.1) |
33+
| [mongocxx-3.2.0](../mongocxx-3.2.0) |
34+
| [mongocxx-3.1.4](../mongocxx-3.1.4/) |
35+
| [mongocxx-3.1.3](../mongocxx-3.1.3/) |
36+
| [mongocxx-3.1.2](../mongocxx-3.1.2/) |
37+
| [mongocxx-3.1.1](../mongocxx-3.1.1/) |
38+
| [mongocxx-3.1.0](../mongocxx-3.1.0/) |
39+
| [mongocxx-3.0.3](../mongocxx-3.0.3/) |
40+
| [mongocxx-3.0.2](../mongocxx-3.0.2/) |
41+
| [mongocxx-3.0.1](../mongocxx-3.0.1/) |
42+
| [mongocxx-3.0.0](../mongocxx-3.0.0/) |
4143

4244
## MongoDB compatibility
4345

@@ -47,6 +49,7 @@ is recommended for all new development.
4749

4850
| Family/version | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 | MongoDB 4.0 | MongoDB 4.2 | MongoDB 4.4 |
4951
| -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
52+
| mongocxx 3.6.x ||||||||
5053
| mongocxx 3.5.x |||||| Partial | |
5154
| mongocxx 3.4.x |||||| | |
5255
| mongocxx 3.3.x ||||| | | |

etc/generate-all-apidocs.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ sub _try_run {
4848
r3.4.2
4949
r3.5.0
5050
r3.5.1
51+
r3.6.0-rc0
5152
);
5253

5354
sub main {

0 commit comments

Comments
 (0)