Skip to content

Commit b2cfd96

Browse files
committed
DOCSP-50497 fix errors
1 parent 800d864 commit b2cfd96

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ toc_landing_pages = [
1313
"/security/authentication",
1414
"/data-formats",
1515
"/connect/connection-options",
16+
"/aggregation",
1617
"/crud",
1718
"/crud/query",
1819
"crud/update",

source/aggregation.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Aggregation
1919
:class: singlecol
2020

2121
.. toctree::
22-
22+
:titlesonly:
23+
:maxdepth: 1
24+
2325
Pipeline Stages </aggregation/pipeline-stages>
2426

2527
.. _nodejs-aggregation-overview:

source/aggregation/pipeline-stages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ manual.
166166

167167
* - :manual:`$listSearchIndexes </reference/operator/aggregation/listSearchIndexes/>`
168168
- Returns information about existing :ref:`Atlas Search indexes
169-
<indexes/#atlas-search-and-atlas-vector-search-indexes>` on a specified collection.
169+
<node-indexes-search>` on a specified collection.
170170

171171
* - :manual:`$lookup </reference/operator/aggregation/facet/>`
172172
- Performs a left outer join to another collection in the

0 commit comments

Comments
 (0)