You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ after checking out the correct tag. Ensure you installed the Java version specif
56
56
57
57
:warning:**Use the GitHub "release" that correspond to the version of the driver rather than a branch**
58
58
59
-
For example, to build the API docs for the 4.4 release of driver:
59
+
For example, to build the API docs for the 4.4 release of driver run the following commands:
60
60
61
61
```sh
62
62
git checkout r4.4.0
63
63
./gradlew clean docs
64
64
```
65
65
66
66
Then copy the `build/docs` folder into the `apidocs` directory. For example,
67
-
if the `mongo-java-driver` repo is on a sibling level with this repo:
67
+
if the `mongo-java-driver` repo is on a sibling level with this repo, run the following command:
68
68
69
69
```sh
70
70
cp -a ../mongo-java-driver/build/docs ./mongo-java-driver/<version>/apidocs
@@ -89,4 +89,4 @@ git rebase -i --root
89
89
git push origin gh-pages -f
90
90
```
91
91
92
-
:warning:**Make sure you are starting from the latest gh-pages branch commit in the mongo-java-driver submodule. This may not be set if you did not run the publish-docs script from docs-java-other on your local machine (e.g. if the task only involved generating reference docs on Docker and copying them over).
92
+
:warning: Make sure you are starting from the latest gh-pages branch commit in the mongo-java-driver submodule. This may not be set if you did not run the publish-docs script from docs-java-other on your local machine (e.g. if the task only involved generating reference docs on Docker and copying them over).
0 commit comments