Skip to content

Commit

Permalink
(DOCSP-32303) includes info about connecting an application using dri…
Browse files Browse the repository at this point in the history
…ver to atlas (#907)

* (DOCSP-32303) includes info about connecting an application using driver to atlas

* (DOCSP-32303) includes info about connecting an application using driver to atlas

* (DOCSP-32303) includes info about connecting an application using driver to atlas

* (DOCSP-32303) addressed copy feedback

* (DOCSP-32303) replaces part of text with an include file
  • Loading branch information
carriecwk authored Oct 11, 2023
1 parent 84d4c8d commit f04bd07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package-name-org = "docs-ecosystem"
stable-api = "Stable API"
node-driver-long = "MongoDB Node.js Driver"
node-driver-short = "Node.js Driver"
atlas = "MongoDB Atlas"

java-version = "4.11"
java-version-full = "{+java-version+}.0"
Expand Down
11 changes: 11 additions & 0 deletions source/python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ MongoDB in Python:
- :doc:`Motor </motor>` for asynchronous Python applications

.. include:: /includes/university-m220p.rst

Compatibility
-------------

You can connect your application to deployments hosted in the following
environments:

.. include:: /includes/fact-environments.rst

To learn more about connecting your application to deployments hosted in MongoDB
Atlas, see :atlas:`Connect from Your Application </driver-connection>`.

0 comments on commit f04bd07

Please sign in to comment.