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
(DOCSP-30689): Update Kotlin version source constant (mongodb#102)
# Pull Request Info
[PR Reviewing
Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md)
After Java v4.10 is released, Java and Kotlin will be versioned
together, so the extra source constant is unneeded.
This PR updates the following:
- Remove `api-kotlin` source constant
- Update all links to use `api` constant that points to version 4.10
- Remove `version-next` constant
- Increment `version` to `4.10`
To be merged and deployed after Java v4.10 is released and API docs are
updated (i.e. Java API ref links point to v4.10 URL)
JIRA - https://jira.mongodb.org/browse/DOCSP-30689
Staging -
https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/docsp-30689-constant/
## Self-Review Checklist
- [ ] Is this free of any warnings or errors in the RST?
- [ ] Did you run a spell-check?
- [ ] Did you run a grammar-check?
- [ ] Are all the links working?
- :manual:`Explain Output </reference/explain-results/>` Server Manual Entry
173
173
- :manual:`Query Plans </core/query-plans/>` Server Manual Entry
174
174
- `ExplainVerbosity <{+api+}/apidocs/mongodb-driver-core/com/mongodb/ExplainVerbosity>`__ API Documentation
175
-
- `explain() <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-aggregate-flow/explain.html>`__ API Documentation
176
-
- `AggregateFlow <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-aggregate-flow/index.html>`__ API Documentation
175
+
- `explain() <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-aggregate-flow/explain.html>`__ API Documentation
176
+
- `AggregateFlow <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-aggregate-flow/index.html>`__ API Documentation
Copy file name to clipboardExpand all lines: source/fundamentals/connection/mongoclientsettings.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ MongoClient Settings
34
34
35
35
You can control the behavior of your ``MongoClient`` by creating and passing
36
36
in a `MongoClientSettings <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoClientSettings.html>`__
37
-
object to the `MongoClient.create() <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-client/-factory/create.html>`__
37
+
object to the `MongoClient.create() <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-client/-factory/create.html>`__
38
38
method.
39
39
40
40
To create a ``MongoClientSettings`` object, use the
@@ -313,4 +313,4 @@ For more information of the ``Filters`` class, see our
313
313
:doc:`guide on the Filters builder </fundamentals/builders/filters/>`.
314
314
315
315
For more information on the ``findOneAndUpdate()`` method, see
316
-
the API Documentation for the `MongoCollection class <{+api-kotlin+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-collection/index.html>`__.
316
+
the API Documentation for the `MongoCollection class <{+api+}/apidocs/mongodb-driver-kotlin-coroutine/mongodb-driver-kotlin-coroutine/com.mongodb.kotlin.client.coroutine/-mongo-collection/index.html>`__.
0 commit comments