Skip to content

Scala docs updates #2477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/contributors/reference/drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ project.
* - `Python Driver JIRA Project <https://jira.mongodb.org/browse/PYTHON>`_
* - `Ruby Driver JIRA Project <https://jira.mongodb.org/browse/RUBY>`_
* - `Scala Driver JIRA Project <https://jira.mongodb.org/browse/SCALA>`_
* - `Casbah (Scala Driver) JIRA Project <https://jira.mongodb.org/browse/CASBAH>`_
* - `Hadoop Connector JIRA Project <https://jira.mongodb.org/browse/HADOOP>`_

Before choosing a ticket to work on, review the
Expand Down
5 changes: 4 additions & 1 deletion source/contributors/tutorial/choose-a-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from Github, follow the links to the projects.

* - `MongoDB Server <https://github.com/mongodb/mongo>`_
- `MongoDB Server Manual <http://docs.mongodb.org/manual/>`_

* - `MongoDB Tools <https://github.com/mongodb/mongo-tools>`_
- `MongoDB Tools Documentation <http://docs.mongodb.org/manual/reference/program/>`_

Expand Down Expand Up @@ -54,6 +54,9 @@ from Github, follow the links to the projects.
* - `Ruby Driver <https://github.com/mongodb/mongo-ruby-driver>`_
- `Ruby Driver Documentation <http://docs.mongodb.org/ecosystem/drivers/ruby/>`_

* - `Scala Driver <https://github.com/mongodb/mongo-scala-driver>`_
- `Scala Driver Documentation <http://docs.mongodb.org/ecosystem/drivers/scala/>`_

* - `Casbah (Scala Driver) <https://github.com/mongodb/casbah>`_
- `Casbah (Scala Driver) Documentation <http://docs.mongodb.org/ecosystem/drivers/scala/>`_

Expand Down
10 changes: 7 additions & 3 deletions source/includes/driver-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@
- `Ruby Driver API <http://api.mongodb.org/ruby/current/?jmp=docs>`_

* - :ecosystem:`Scala </drivers/scala?jmp=docs>`
- `Scala Driver Releases <https://github.com/mongodb/casbah/releases?jmp=docs>`_
- `Scala Driver Source Code <https://github.com/mongodb/casbah?jmp=docs>`_
- `Scala Driver API <http://mongodb.github.io/casbah/?jmp=docs>`_
- `Scala Driver Releases <http://mongodb.github.io/mongo-scala-driver/?jmp=docs>`_
- `Scala Driver Source Code <https://github.com/mongodb/mongo-scala-driver?jmp=docs>`_
- `Scala Driver API <http://mongodb.github.io/mongo-scala-driver/?jmp=docs>`_

* - :ecosystem:`Scala </drivers/scala?jmp=docs>`
- `Casbah (Scala Driver) Releases <https://github.com/mongodb/casbah/releases?jmp=docs>`_
- `Casbah (Scala Driver) Source Code <https://github.com/mongodb/casbah?jmp=docs>`_
- `Casbah (Scala Driver) API <http://mongodb.github.io/casbah/?jmp=docs>`_
..
* - :ecosystem:`Haskell </drivers/haskell?jmp=docs>`
- `Haskell Driver Releases <https://github.com/mongodb/mongodb-haskell/releases?jmp=docs>`_
Expand Down
3 changes: 3 additions & 0 deletions source/includes/mongodb-drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
* - `Ruby Driver <https://github.com/mongodb/mongo-ruby-driver>`_
- `Ruby Driver Documentation <http://docs.mongodb.org/ecosystem/drivers/ruby/>`_

* - `Scala Driver <https://github.com/mongodb/mongo-scala-driver>`_
- `Scala Driver Documentation <http://docs.mongodb.org/ecosystem/drivers/scala/>`_

* - `Casbah (Scala Driver) <https://github.com/mongodb/casbah>`_
- `Casbah Documentation <http://docs.mongodb.org/ecosystem/drivers/scala/>`_

Expand Down
4 changes: 2 additions & 2 deletions source/tutorial/configure-ssl-clients.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Clients must have support for TLS/SSL to work with a :program:`mongod` or a
---------------------------------

For SSL connections, you must use the :program:`mongo` shell built with
SSL support or distributed with MongoDB Enterprise.
SSL support or distributed with MongoDB Enterprise.

.. versionadded:: 3.0
Most MongoDB distributions now include support for SSL.
Expand Down Expand Up @@ -137,7 +137,7 @@ The MongoDB Drivers support for connection to SSL enabled MongoDB. See:
- `PHP Driver <http://php.net/manual/en/mongo.connecting.ssl.php>`_
- `Python Driver <http://api.mongodb.org/python/current/examples/tls.html>`_
- `Ruby Driver <http://docs.mongodb.org/ecosystem/tutorial/ruby-driver-tutorial/#mongodb-x509-mechanism>`_
- `Scala Driver <http://mongodb.github.io/casbah/guide/connecting.html#ssl-connections>`_
- `Scala Driver <http://mongodb.github.io/mongo-scala-driver/1.1/reference/connecting/ssl/>`_

.. _mongodb-tools-support-ssl:

Expand Down