Skip to content

Commit 4a2f900

Browse files
authored
DOCSP 32407 moving aggregation quick reference page (#5098)
* DOCSP-32407 moving aggregation quick reference page * DOCSP-32407 updating redirects * DOCSP-32407 updating redirects * DOCSP-32407 updating page references * DOCSP-32407 updating page references * DOCSP-32407 updating page references * DOCSP-32407 updating page references * DOCSP-32407 changing doc to ref * DOCSP-32407 changing doc to ref
1 parent 37b9bf2 commit 4a2f900

File tree

7 files changed

+11
-20324
lines changed

7 files changed

+11
-20324
lines changed

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,3 +2550,6 @@ raw: ${prefix}/${version}/applications/drivers -> ${base}/drivers/
25502550
# Fixing
25512551
raw: https://api.mongodb.com/python/current/ -> ${base}/drivers/python/
25522552
raw: https://mongodb.github.io/mongo-java-driver/ -> ${base}/drivers/java/sync/current/
2553+
2554+
# DOCSP-32407
2555+
[v4.2-*]: ${prefix}/${version}/meta/aggregation-quick-reference/ -> ${prefix}/${version}/reference/aggregation-quick-reference/

redirects.txt

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

source/reference/aggregation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Aggregation Reference
2323
Aggregation Resources
2424
---------------------
2525

26-
:doc:`/meta/aggregation-quick-reference`
26+
:ref:`agg-pipeline-quick-ref`
2727
Quick reference card for aggregation pipeline.
2828

2929
:doc:`/reference/operator/aggregation/interface`
@@ -55,7 +55,7 @@ Aggregation Resources
5555
:titlesonly:
5656
:hidden:
5757

58-
/meta/aggregation-quick-reference
58+
/reference/aggregation-quick-reference
5959
/reference/operator/aggregation/interface
6060
/reference/aggregation-commands-comparison
6161
/reference/aggregation-variables

source/reference/operator/aggregation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Remember to update /meta/aggregation-quick-reference.txt too.
1+
.. Remember to update /reference/aggregation-quick-reference.txt too.
22

33
Quick Reference contains information on different expressions, such
44
as field paths, and expression objects. Make appropriate edits.
@@ -23,7 +23,7 @@ The aggregation pipeline operators are compatible with MongoDB Atlas and on-prem
2323

2424
.. COMMENT - this page omits the sections on Expressions in general
2525
as well as Literals, Field Paths, and Expression Objects which
26-
are in the meta/aggregation-quick-reference.txt.
26+
are in the /reference/aggregation-quick-reference.txt.
2727
This page only focuses on operators.
2828

2929
Compatibility

source/reference/sql-aggregation-comparison.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ terms, functions, and concepts and the corresponding MongoDB
5757
- :pipeline:`$unionWith` (Available starting in MongoDB 4.4)
5858

5959
For a list of all aggregation pipeline and expression operators, see
60-
:doc:`/meta/aggregation-quick-reference`.
60+
:ref:`agg-pipeline-quick-ref`.
6161

6262
.. seealso::
6363

@@ -445,6 +445,6 @@ the table assume the following conditions:
445445
.. seealso::
446446

447447
- :doc:`/reference/sql-comparison`
448-
- :doc:`/meta/aggregation-quick-reference`
448+
- :ref:`agg-pipeline-quick-ref`
449449
- :method:`db.collection.aggregate()`
450450

source/release-notes/4.4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ write custom JavaScript expressions instead of relying on
625625
.. note::
626626

627627
Even before version 4.4, various map-reduce expressions could also
628-
be rewritten using :doc:`other aggregation pipeline operators
629-
</meta/aggregation-quick-reference>`, such as :pipeline:`$group`,
628+
be rewritten using :ref:`other aggregation pipeline operators
629+
<agg-pipeline-quick-ref>`, such as :pipeline:`$group`,
630630
:pipeline:`$merge`, etc., without requiring custom functions.
631631

632632
For more information, see

0 commit comments

Comments
 (0)