Skip to content

Commit 342fee6

Browse files
committed
Prepare to generate r3.1.0 release documentation
1 parent 03ab1b6 commit 342fee6

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

docs/content/mongocxx-v3/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ cd mongo-cxx-driver/build
8787
If you prefer to download a tarball, look on the [mongocxx
8888
releases](https://github.com/mongodb/mongo-cxx-driver/releases) page for a
8989
link to the release tarball for the version you wish you install. For
90-
example, to download version 3.0.3:
90+
example, to download version 3.1.0:
9191

9292
```sh
93-
curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.0.3.tar.gz
94-
tar -xzf r3.0.3.tar.gz
95-
cd mongo-cxx-driver-r3.0.3/build
93+
curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.0.tar.gz
94+
tar -xzf r3.1.0.tar.gz
95+
cd mongo-cxx-driver-r3.1.0/build
9696
```
9797

9898
Make sure you change to the `build` directory of whatever source tree you

etc/apidocmenu.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Currently, no drivers guarantee API or ABI stability.
1616

1717
| mongocxx | legacy
1818
| -------------------------------------| --------------------------------
19-
| [mongocxx-3.1.0-rc0](../mongocxx-3.1.0-rc0/) | [legacy-1.1.2](../legacy-1.1.2/)
20-
| [mongocxx-3.0.3](../mongocxx-3.0.3/) | [legacy-1.1.1](../legacy-1.1.1/)
21-
| [mongocxx-3.0.2](../mongocxx-3.0.2/) | [legacy-1.1.0](../legacy-1.1.0/)
22-
| [mongocxx-3.0.1](../mongocxx-3.0.1/) | [legacy-1.0.7](../legacy-1.0.7/)
23-
| [mongocxx-3.0.0](../mongocxx-3.0.0/) | [legacy-1.0.6](../legacy-1.0.6/)
24-
| | [legacy-1.0.5](../legacy-1.0.5/)
19+
| [mongocxx-3.1.0](../mongocxx-3.1.0/) | [legacy-1.1.2](../legacy-1.1.2/)
20+
| [mongocxx-3.1.0-rc0](../mongocxx-3.1.0-rc0/) | [legacy-1.1.1](../legacy-1.1.1/)
21+
| [mongocxx-3.0.3](../mongocxx-3.0.3/) | [legacy-1.1.0](../legacy-1.1.0/)
22+
| [mongocxx-3.0.2](../mongocxx-3.0.2/) | [legacy-1.0.7](../legacy-1.0.7/)
23+
| [mongocxx-3.0.1](../mongocxx-3.0.1/) | [legacy-1.0.6](../legacy-1.0.6/)
24+
| [mongocxx-3.0.0](../mongocxx-3.0.0/) | [legacy-1.0.5](../legacy-1.0.5/)
2525
| | [legacy-1.0.4](../legacy-1.0.4/)
2626
| | [legacy-1.0.3](../legacy-1.0.3/)
2727
| | [legacy-1.0.2](../legacy-1.0.2/)

etc/generate-all-apidocs.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ sub _try_run {
3434
r3.0.2
3535
r3.0.3
3636
r3.1.0-rc0
37+
r3.1.0
3738
);
3839

3940
sub main {

0 commit comments

Comments
 (0)