Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 6e79fe0

Browse files
author
Sam Kleinman
committed
DOCS-169 placing use-cases into the manual's indexes and tables of contents
1 parent 4a96dd7 commit 6e79fe0

File tree

3 files changed

+51
-14
lines changed

3 files changed

+51
-14
lines changed

source/applications.txt

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,26 @@ Aggregation Framework
3030
applications/aggregation
3131
reference/aggregation
3232

33-
Python Application Development
34-
------------------------------
33+
Use Cases
34+
---------
3535

3636
.. toctree::
37-
:maxdepth: 2
37+
:maxdepth: 1
3838

39-
tutorial/write-a-tumblelog-application-with-django-mongodb-engine
40-
tutorial/write-a-tumblelog-application-with-flask-mongoengine
39+
applications/use-cases/real-time-analytics-storing-log-data
40+
applications/use-cases/real-time-analytics-preaggregated-reports
41+
applications/use-cases/real-time-analytics-hierarchical-aggregation
42+
applications/use-cases/ecommerce-product-catalog
43+
applications/use-cases/ecommerce-inventory-management
44+
applications/use-cases/ecommerce-category-hierarchy
45+
applications/use-cases/cms-metadata-and-asset-management
46+
applications/use-cases/cms-storing-comments
4147

4248
Tutorials
4349
---------
4450

45-
.. toctree::
46-
:maxdepth: 1
47-
:hidden:
48-
49-
tutorial/convert-replica-set-to-replicated-shard-cluster
51+
Administration and Operations
52+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5053

5154
- :doc:`/tutorial/deploy-replica-set`
5255
- :doc:`/tutorial/expand-replica-set`
@@ -58,3 +61,18 @@ Tutorials
5861
- :doc:`/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux`
5962
- :doc:`/tutorial/install-mongodb-on-os-x`
6063
- :doc:`/tutorial/install-mongodb-on-debian-or-ubuntu-linux`
64+
65+
.. toctree::
66+
:maxdepth: 1
67+
:hidden:
68+
69+
tutorial/convert-replica-set-to-replicated-shard-cluster
70+
71+
Python Application Development
72+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73+
74+
.. toctree::
75+
:maxdepth: 2
76+
77+
tutorial/write-a-tumblelog-application-with-django-mongodb-engine
78+
tutorial/write-a-tumblelog-application-with-flask-mongoengine

source/applications/use-cases/index.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
:orphan:
2+
3+
=========
14
Use Cases
2-
============
5+
=========
36

47
.. toctree::
5-
:maxdepth: 1
8+
:maxdepth: 2
69

710
real-time-analytics-storing-log-data
811
real-time-analytics-preaggregated-reports

source/index.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,28 @@ MongoDB for Developers
6565

6666
tutorial/write-a-tumblelog-application-with-django-mongodb-engine
6767
tutorial/write-a-tumblelog-application-with-flask-mongoengine
68-
68+
6969
.. seealso:: ":wiki:`Developer Zone <Developer+Zone>`" wiki pages and
7070
the ":doc:`faq/developers`" document. Developers should be familiar
7171
with the :doc:`mongo` shell and the
7272

73-
.. core/map-reduce
73+
MongoDB Use Cases
74+
-----------------
75+
76+
*These articles profile common MongoDB use cases and application
77+
design patterns.*
78+
79+
.. toctree::
80+
:maxdepth: 1
81+
82+
applications/use-cases/real-time-analytics-storing-log-data
83+
applications/use-cases/real-time-analytics-preaggregated-reports
84+
applications/use-cases/real-time-analytics-hierarchical-aggregation
85+
applications/use-cases/ecommerce-product-catalog
86+
applications/use-cases/ecommerce-inventory-management
87+
applications/use-cases/ecommerce-category-hierarchy
88+
applications/use-cases/cms-metadata-and-asset-management
89+
applications/use-cases/cms-storing-comments
7490

7591
Core Functionality
7692
------------------

0 commit comments

Comments
 (0)