Skip to content

Commit

Permalink
new drivers homepage
Browse files Browse the repository at this point in the history
test

test

test

homepage updates

update

link update

test
  • Loading branch information
Daniel Borowski authored and terakilobyte committed Apr 3, 2020
1 parent 7255fe5 commit 58fceff
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 44 deletions.
5 changes: 3 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "ecosystem"
name = "drivers"
title = "MongoDB Drivers"

[constants]
version = 4.0
package-name-org = "docs-ecosystem"
pgp-version = "{+version+}"
pgp-version = "{+version+}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 14 additions & 14 deletions source/drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ For information on MongoDB licensing, see `MongoDB Licensing
.. toctree::
:titlesonly:

C Driver </drivers/c>
C++ Driver </drivers/cxx>
C# and .NET Driver </drivers/csharp>
Go Driver </drivers/go>
Java Drivers </drivers/java-drivers>
Node.js Driver </drivers/node>
Perl Driver </drivers/perl>
PHP Driver </drivers/php>
Python Drivers </drivers/python>
C Driver </c>
C++ Driver </cxx>
C# and .NET Driver </csharp>
Go Driver </go>
Java Drivers </java-drivers>
Node.js Driver </node>
Perl Driver </perl>
PHP Driver </php>
Python Drivers </python>
Ruby Driver <https://docs.mongodb.com/ruby-driver/current/>
Mongoid ODM <https://docs.mongodb.com/mongoid/current/>
Scala Driver </drivers/scala>
Swift Driver </drivers/swift>
Rust Driver </drivers/rust>
Scala Driver </scala>
Swift Driver </swift>
Rust Driver </rust>

MongoDB ODM (Object-Document-Mapper)
------------------------------------
Expand All @@ -61,12 +61,12 @@ Community Supported Drivers
.. toctree::
:titlesonly:

/drivers/community-supported-drivers
/community-supported-drivers

Reference
---------

.. toctree::
:titlesonly:

/drivers/specs
/specs
File renamed without changes.
26 changes: 13 additions & 13 deletions source/includes/driver-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,62 +9,62 @@
- JIRA
- Online Course

* - :doc:`C </drivers/c>`
* - :doc:`C </c>`
- `Releases <https://github.com/mongodb/mongo-c-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-c-driver>`__
- `API <http://mongoc.org/>`__
- :issue:`JIRA <CDRIVER>`
-

* - :doc:`C++ </drivers/cxx>`
* - :doc:`C++ </cxx>`
- `Releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-cxx-driver>`__
- `API <http://mongodb.github.io/mongo-cxx-driver/api/current/>`__
- :issue:`JIRA <CXX>`
-
* - :doc:`C# </drivers/csharp>`
* - :doc:`C# </csharp>`
- `Releases <https://github.com/mongodb/mongo-csharp-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-csharp-driver>`__
- `API <http://mongodb.github.io/mongo-csharp-driver/>`__
- :issue:`JIRA <CSHARP>`
-

* - :doc:`Go </drivers/go>`
* - :doc:`Go </go>`
- `Releases <https://github.com/mongodb/mongo-go-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-go-driver>`__
- `API <https://godoc.org/github.com/mongodb/mongo-go-driver/mongo>`__
- :issue:`JIRA <GODRIVER>`
-

* - :doc:`Java </drivers/java>`
* - :doc:`Java </java>`
- `Releases <https://github.com/mongodb/mongo-java-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-java-driver>`__
- `API <https://mongodb.github.io/mongo-java-driver/>`__
- :issue:`JIRA <JAVA>`
- `Course <https://university.mongodb.com/courses/M220J/about>`__

* - :doc:`Node.js </drivers/node>`
* - :doc:`Node.js </node>`
- `Releases <https://github.com/mongodb/node-mongodb-native/releases>`__
- `Source <https://github.com/mongodb/node-mongodb-native>`__
- `API <https://mongodb.github.io/node-mongodb-native/>`__
- :issue:`JIRA <NODE>`
- `Course <https://university.mongodb.com/courses/M220JS/about>`__

* - :doc:`Perl </drivers/perl>`
* - :doc:`Perl </perl>`
- `Releases <https://metacpan.org/pod/MongoDB>`__
- `Source <https://github.com/mongodb/mongo-perl-driver>`__
- `API <https://metacpan.org/pod/MongoDB>`__
- :issue:`JIRA <PERL>`
-

* - :doc:`PHP </drivers/php>`
* - :doc:`PHP </php>`
- `Releases <http://pecl.php.net/package/mongodb>`__
- `Source <https://github.com/mongodb/mongo-php-driver>`__
- `API <http://php.net/mongodb>`__
- :issue:`JIRA <PHPC>`
-

* - :doc:`Python </drivers/python>`
* - :doc:`Python </python>`
- `Releases <https://pypi.python.org/pypi/pymongo/>`__
- `Source <https://github.com/mongodb/mongo-python-driver>`__
- :api:`API <python/current>`
Expand Down Expand Up @@ -94,28 +94,28 @@
- :issue:`JIRA <MONGOID>`
-

* - :doc:`Scala </drivers/scala>`
* - :doc:`Scala </scala>`
- `Releases <https://mongodb.github.io/mongo-scala-driver/>`__
- `Source <https://github.com/mongodb/mongo-scala-driver>`__
- `API <https://mongodb.github.io/mongo-scala-driver/>`__
- :issue:`JIRA <SCALA>`
-

* - :doc:`Swift </drivers/swift>`
* - :doc:`Swift </swift>`
- `Releases <https://github.com/mongodb/mongo-swift-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-swift-driver>`__
- `API <https://mongodb.github.io/mongo-swift-driver/>`__
- :issue:`JIRA <SWIFT>`
-

* - :doc:`Rust </drivers/rust>`
* - :doc:`Rust </rust>`
- `Releases <https://github.com/mongodb/mongo-rust-driver/releases>`__
- `Source <https://github.com/mongodb/mongo-rust-driver>`__
- `API <https://docs.rs/mongodb/latest/mongodb/>`__
- :issue:`JIRA <RUST>`
-
..
* - :doc:`Haskell </drivers/haskell>`
* - :doc:`Haskell </haskell>`
- `Releases <https://github.com/mongodb/mongodb-haskell/releases>`__
- :api:`API <haskell/>`
- :issue:`JIRA <HASKELL>`
4 changes: 2 additions & 2 deletions source/includes/extracts-additional-information.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ content: |
ref: additional-resources-node
title: "Additional Resources"
style: commref
append: /drivers/node-js.txt
append: /node-js.txt
content: |
- `Building Your First Application With MongoDB: Creating a REST API Using the MEAN Stack (Part 1)
<http://www.mongodb.com/blog/post/building-your-first-application-mongodb-creating-rest-api-using-mean-stack-part-1?jmp=docs>`_
Expand All @@ -43,7 +43,7 @@ ref: additional-resources-cpp
title: "Additional Resource"
style: commref
append:
- /drivers/cpp.txt
- /cpp.txt
content: |
- `Introducing the New C++ Driver <https://www.mongodb.com/blog/post/introducing-new-c-driver?jmp=docs>`_
- :guides:`Getting Started with MongoDB </>`
Expand Down
2 changes: 1 addition & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Mongoid is the officially supported ODM (Object-Document-Mapper)
framework for MongoDB in Ruby. For documentation, see `Mongoid
Documentation <https://docs.mongodb.com/mongoid/current/>`_.

Use Cases
Use Casessss
---------

.. toctree::
Expand Down
8 changes: 4 additions & 4 deletions source/drivers/java-drivers.txt → source/java-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Java MongoDB Drivers
Introduction
------------

:doc:`Java Driver </drivers/java>` is the recommended MongoDB Java Driver.
:doc:`Java Driver </java>` is the recommended MongoDB Java Driver.

For asynchronous stream processing and reactive streams interoperability,
the :doc:`Reactive Streams Driver </drivers/reactive-streams>` is the
the :doc:`Reactive Streams Driver </reactive-streams>` is the
recommended MongoDB Java Driver.

Take the free online course taught by MongoDB
Expand All @@ -37,5 +37,5 @@ Take the free online course taught by MongoDB
.. toctree::
:titlesonly:

/drivers/java.txt
/drivers/reactive-streams.txt
/java.txt
/reactive-streams.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions source/drivers/php.txt → source/php.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The PHP driver consists of two components, the MongoDB `extension <https://githu
and `library <https://docs.mongodb.com/php-library/current>`_.

The extension provides a low-level API and mainly serves to integrate
`libmongoc and libbson <https://docs.mongodb.com/ecosystem/drivers/c/>`_ with PHP.
`libmongoc and libbson <https://docs.mongodb.com/drivers/c/>`_ with PHP.

While it is possible to use the extension alone, users are strongly encouraged
to use the extension and library together. The library provides a high-level API
Expand Down Expand Up @@ -134,4 +134,4 @@ See Also
.. toctree::
:titlesonly:

/drivers/php-libraries
/php-libraries
File renamed without changes.
8 changes: 4 additions & 4 deletions source/drivers/python.txt → source/python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ MongoDB Python Drivers
Introduction
------------

:doc:`PyMongo </drivers/pymongo>` is the recommended way to work with MongoDB from Python.
:doc:`PyMongo </pymongo>` is the recommended way to work with MongoDB from Python.

:doc:`Motor </drivers/motor>` is the recommended MongoDB Python async driver.
:doc:`Motor </motor>` is the recommended MongoDB Python async driver.

Take the free online course taught by MongoDB
---------------------------------------------
Expand All @@ -39,6 +39,6 @@ Take the free online course taught by MongoDB
.. toctree::
:titlesonly:

/drivers/pymongo.txt
/drivers/motor.txt
/pymongo.txt
/motor.txt

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions worker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/bin/sh
make html
"build-and-stage-next-gen"

0 comments on commit 58fceff

Please sign in to comment.