Skip to content

Commit ee43079

Browse files
committed
DOCSP-15709: Link to Practical MDB Aggs Book
1 parent e0025f2 commit ee43079

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

source/aggregation.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,19 @@ For a feature comparison of the aggregation pipeline,
139139
map-reduce, and the special group functionality, see
140140
:doc:`/reference/aggregation-commands-comparison`.
141141

142+
Learn More
143+
----------
144+
145+
Practical MongoDB Aggregations E-Book
146+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147+
148+
For more information on aggregations, read the `Practical MongoDB
149+
Aggregations <https://www.practical-mongodb-aggregations.com>`__ e-book.
150+
151+
142152
.. toctree::
143-
:titlesonly:
144-
:hidden:
153+
:titlesonly:
154+
:hidden:
145155

146156
/core/aggregation-pipeline
147157
/core/map-reduce

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ MongoDB. You can:
156156
- Download the `Architecture Guide
157157
<https://www.mongodb.com/lp/whitepaper/architecture-guide?jmp=docs>`_
158158

159+
- Read the `Practical MongoDB Aggregations (e-book)
160+
<https://www.practical-mongodb-aggregations.com>`__ e-book
161+
159162
Licensing
160163
---------
161164

source/reference/aggregation.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,18 @@ Aggregation Reference
3737
the aggregation pipeline and operators in MongoDB and common SQL
3838
statements.
3939

40+
`Practical MongoDB Aggregations <https://www.practical-mongodb-aggregations.com>`__
41+
For more information on aggregations, read the `Practical MongoDB
42+
Aggregations <https://www.practical-mongodb-aggregations.com>`__
43+
e-book.
4044

4145
.. toctree::
42-
:titlesonly:
43-
:hidden:
46+
:titlesonly:
47+
:hidden:
4448

4549
/meta/aggregation-quick-reference
4650
/reference/operator/aggregation/interface
4751
/reference/aggregation-commands-comparison
4852
/reference/aggregation-variables
4953
/reference/sql-aggregation-comparison
54+
Practical MongoDB Aggregations <https://www.practical-mongodb-aggregations.com>

0 commit comments

Comments
 (0)