Skip to content

Commit 769d525

Browse files
kyuan-mongodbi80and
andcommitted
Adding Java 4.3 API directive (#337)
* Adding Java 4.3 API directive * Fix TOML syntax Co-authored-by: Heli Aldridge <[email protected]>
1 parent 1b551e8 commit 769d525

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snooty/rstspec.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,10 @@ type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.10/apidocs/html/
10881088
help = """Link to the Java driver's documentation."""
10891089
type = {link = "https://mongodb.github.io/mongo-java-driver/4.2/%s"}
10901090

1091+
[role."java-docs-4.3"]
1092+
help = """Link to the Java driver's documentation."""
1093+
type = {link = "https://mongodb.github.io/mongo-java-driver/4.3/%s"}
1094+
10911095
[role.java-async-docs]
10921096
help = """Link to the async Java driver's documentation."""
10931097
type = {link = "https://mongodb.github.io/mongo-java-driver/4.2/driver-reactive/%s"}

0 commit comments

Comments
 (0)