Skip to content

Commit 384e4b9

Browse files
author
Chris Cho
authored
DOCSP-10566: update nav toc (#650)
* DOCSP-10566: modify navbar toc
1 parent 3c24358 commit 384e4b9

File tree

3 files changed

+15
-91
lines changed

3 files changed

+15
-91
lines changed

source/contents.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

source/drivers.txt

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,60 +4,11 @@ MongoDB Drivers and ODM
44

55
.. default-domain:: mongodb
66

7-
.. contents:: On this page
8-
:local:
9-
:backlinks: none
10-
:depth: 1
11-
:class: singlecol
12-
137
Drivers
148
-------
159

16-
.. note::
17-
18-
For information on next generation MongoDB drivers, see the
19-
following blog posts:
20-
21-
- `Server Discovery and Monitoring Blog Post <http://www.mongodb.com/blog/post/server-discovery-and-monitoring-next-generation-mongodb-drivers?jmp=docs>`_
22-
- `Server Selection Blog Post <http://www.mongodb.com/blog/post/server-selection-next-generation-mongodb-drivers?jmp=docs>`_
23-
- `Consistent CRUD API Blog Post <http://www.mongodb.com/blog/post/consistent-crud-api-next-generation-mongodb-drivers?jmp=docs>`_
24-
2510
.. include:: /includes/driver-table.rst
2611

2712
For information on MongoDB licensing, see `MongoDB Licensing
2813
<https://www.mongodb.com/community/licensing>`_.
2914

30-
.. class:: hidden
31-
32-
.. toctree::
33-
:titlesonly:
34-
35-
C Driver </c>
36-
C++ Driver </cxx>
37-
C# and .NET Driver </csharp>
38-
Go Driver </go>
39-
Java Drivers </java-drivers>
40-
Node.js Driver </node>
41-
Perl Driver </perl>
42-
PHP Driver </php>
43-
Python Drivers </python>
44-
Ruby Driver <https://docs.mongodb.com/ruby-driver/current/>
45-
Mongoid ODM <https://docs.mongodb.com/mongoid/current/>
46-
Scala Driver </scala>
47-
Swift Driver </swift>
48-
Rust Driver </rust>
49-
50-
MongoDB ODM (Object-Document-Mapper)
51-
------------------------------------
52-
53-
Mongoid is the officially supported ODM (Object-Document-Mapper)
54-
framework for MongoDB in Ruby. For documentation, see `Mongoid
55-
Documentation <https://docs.mongodb.com/mongoid/master/>`_.
56-
57-
Reference
58-
---------
59-
60-
.. toctree::
61-
:titlesonly:
62-
63-
/specs

source/index.txt

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,20 @@ the main MongoDB documentation, see the :manual:`MongoDB Manual </>`.
1111
MongoDB Drivers
1212
---------------
1313

14-
.. include:: /includes/driver-table.rst
15-
16-
For information on MongoDB licensing, see `MongoDB Licensing
17-
<https://www.mongodb.com/community/licensing>`_.
18-
19-
MongoDB ODM (Object-Document-Mapper)
20-
------------------------------------
21-
22-
Mongoid is the officially supported ODM (Object-Document-Mapper)
23-
framework for MongoDB in Ruby. For documentation, see `Mongoid
24-
Documentation <https://docs.mongodb.com/mongoid/current/>`_.
25-
26-
Use Cases
27-
---------
28-
2914
.. toctree::
30-
:maxdepth: 1
31-
32-
/use-cases/client-side-field-level-encryption-guide
33-
/use-cases/client-side-field-level-encryption-local-key-to-kms
3415

35-
..
36-
/use-cases/storing-log-data
37-
/use-cases/hierarchical-aggregation
38-
/use-cases/product-catalog
39-
/use-cases/inventory-management
40-
/use-cases/category-hierarchy
41-
/use-cases/metadata-and-asset-management
42-
/use-cases/storing-comments
16+
C Driver </c>
17+
C++ Driver </cxx>
18+
C# and .NET Driver </csharp>
19+
Go Driver </go>
20+
Java Drivers </java-drivers>
21+
Node.js Driver </node>
22+
Perl Driver </perl>
23+
PHP Driver </php>
24+
Python Drivers </python>
25+
Ruby Driver <https://docs.mongodb.com/ruby-driver/current/>
26+
Ruby Mongoid ODM <https://docs.mongodb.com/mongoid/current/>
27+
Scala Driver </scala>
28+
Swift Driver </swift>
29+
Rust Driver </rust>
30+
/use-cases

0 commit comments

Comments
 (0)