Skip to content

Commit 26d670b

Browse files
committed
DOCSP-15709: Link to Practical MDB Aggs Book
1 parent d1ae873 commit 26d670b

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
@@ -97,9 +97,19 @@ For a feature comparison of the aggregation pipeline,
9797
map-reduce, and the special group functionality, see
9898
:doc:`/reference/aggregation-commands-comparison`.
9999

100+
Learn More
101+
----------
102+
103+
Practical MongoDB Aggregations E-Book
104+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105+
106+
For more information on aggregations, read the `Practical MongoDB
107+
Aggregations <https://www.practical-mongodb-aggregations.com>`__ e-book.
108+
109+
100110
.. toctree::
101-
:titlesonly:
102-
:hidden:
111+
:titlesonly:
112+
:hidden:
103113

104114
/core/aggregation-pipeline
105115
/core/map-reduce

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ MongoDB. You can:
152152
- Download the `Architecture Guide
153153
<https://www.mongodb.com/lp/whitepaper/architecture-guide?tck=docs_server>`_
154154

155+
- Read the `Practical MongoDB Aggregations
156+
<https://www.practical-mongodb-aggregations.com>` e-book__
157+
155158
Licensing
156159
---------
157160

source/reference/aggregation.txt

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

38+
`Practical MongoDB Aggregations (e-book) <https://www.practical-mongodb-aggregations.com>`__
39+
For more information on aggregations, read the `Practical MongoDB
40+
Aggregations <https://www.practical-mongodb-aggregations.com>`__
41+
e-book.
3842

3943
.. toctree::
40-
:titlesonly:
41-
:hidden:
44+
:titlesonly:
45+
:hidden:
4246

4347
/meta/aggregation-quick-reference
4448
/reference/operator/aggregation/interface
4549
/reference/aggregation-commands-comparison
4650
/reference/aggregation-variables
4751
/reference/sql-aggregation-comparison
52+
Practical MongoDB Aggregations (e-book) <https://www.practical-mongodb-aggregations.com>

0 commit comments

Comments
 (0)