Skip to content

Commit 617f217

Browse files
authored
improve landing page
1 parent 64503a4 commit 617f217

File tree

1 file changed

+19
-30
lines changed

1 file changed

+19
-30
lines changed

source/index.txt

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,44 @@
1-
.. http://www.mongodb.org/display/DOCS/Ruby+Language+Center
2-
31
.. _ruby-language-center:
2+
.. _ruby-driver-landing:
43

5-
*******************
4+
===================
65
Ruby MongoDB Driver
7-
*******************
8-
9-
.. default-domain:: mongodb
6+
===================
107

11-
.. class:: hidden
8+
.. toctree::
9+
:titlesonly:
1210

13-
.. toctree::
14-
:titlesonly:
15-
16-
Get Started <getting-started>
17-
Tutorials <tutorials>
18-
Connection & Configuration <reference/connection-and-configuration>
19-
Working with Data <reference/working-with-data>
20-
Schema Operations <reference/schema-operations>
21-
API <https://mongodb.com/docs/ruby-driver/current/api/>
22-
Release Notes <release-notes>
23-
Additional Resources <reference/additional-resources>
24-
Contribute <contribute>
11+
Get Started </getting-started>
12+
Tutorials </tutorials>
13+
Connection & Configuration </reference/connection-and-configuration>
14+
Working with Data </reference/working-with-data>
15+
Schema Operations </reference/schema-operations>
16+
API <https://www.mongodb.com/docs/ruby-driver/current/api/>
17+
Release Notes </release-notes>
18+
Additional Resources </reference/additional-resources>
19+
Contribute </contribute>
2520

2621
Welcome to the documentation site for the official MongoDB Ruby driver.
2722
You can add the driver to your application to work with MongoDB in
2823
Ruby.
2924

3025
Get Started
31-
===========
26+
-----------
3227

3328
To get started with the Ruby driver, see :doc:`/installation` and
3429
:doc:`/tutorials/quick-start`. Continue to :doc:`/tutorials`
3530
for high level documentation for common operations.
3631

3732
BSON
38-
====
33+
----
3934

4035
The Ruby BSON implementation is packaged in a separate gem with C and
4136
Java extensions for speed depending on the runtime environment.
4237

4338
For reference on the Ruby BSON gem, see the :doc:`/tutorials/bson`.
4439

4540
Object Mappers
46-
==============
41+
--------------
4742

4843
Because MongoDB is so easy to use, the basic Ruby driver can be the
4944
best solution for many applications. But if you need validations,
@@ -56,12 +51,6 @@ Because MongoDB is a document-based database, these mappers are called
5651
Object Document Mappers (ODM) as opposed to Object Relational Mappers
5752
(ORM).
5853

59-
The ODM officially supported by MongoDB is Mongoid, originally written
60-
by Durran Jordan.
61-
62-
For tutorials on Mongoid, see the `Mongoid Manual <https://mongodb.com/docs/mongoid/master>`_.
54+
The official ODM for MongoDB in Ruby is **Mongoid**.
6355

64-
.. COMMENT For the actual build, see mongodb/docs-ruby repo which pulls the documentation source from:
65-
.. mongo-ruby-driver,
66-
.. bson-ruby, and
67-
.. mongoid repos.
56+
To learn about Mongoid, see the `Mongoid documentation <https://www.mongodb.com/docs/mongoid/current/>`__.

0 commit comments

Comments
 (0)