Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toc_landing_pages = [
"/write",
"/indexes",
"/databases-collection",
"/security/authentication"
"/security/authentication",
]

intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
Expand All @@ -19,9 +19,13 @@ language = "Ruby"
mdb-server = "MongoDB Server"
mongo-community = "MongoDB Community Edition"
mongo-enterprise = "MongoDB Enterprise Edition"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
# always set this to the docs branch (i.e. master, v1.7, v1.8, etc.)
docs-branch = "master"
# always set this to the driver branch (i.e. 1.7 1.8, etc.)
version-number = "2.21"
patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
patch-version-number = "{+version-number+}.0"
version = "v{+version-number+}"
stable-api = "Stable API"
api-root = "https://www.mongodb.com/docs/ruby-driver/current/api/"
bson-version = "5.0.2"
avs = "Atlas Vector Search"
13 changes: 3 additions & 10 deletions source/aggregation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ Transform Your Data with Aggregation
:depth: 2
:class: singlecol

.. TODO:
.. toctree::
:titlesonly:
:maxdepth: 1

/aggregation/aggregation-tutorials

Overview
--------

Expand Down Expand Up @@ -125,7 +118,7 @@ following stages:
.. io-code-block::
:copyable:

.. input:: /includes/aggregation.rb
.. input:: /includes/aggregation/aggregation.rb
:start-after: start-aggregation
:end-before: end-aggregation
:language: ruby
Expand Down Expand Up @@ -160,7 +153,7 @@ from the preceding :ref:`ruby-aggregation-example`:
.. io-code-block::
:copyable:

.. input:: /includes/aggregation.rb
.. input:: /includes/aggregation/aggregation.rb
:start-after: start-explain-aggregation
:end-before: end-explain-aggregation
:language: ruby
Expand Down Expand Up @@ -205,7 +198,7 @@ This example creates pipeline stages to perform the following actions:
.. io-code-block::
:copyable:

.. input:: /includes/aggregation.rb
.. input:: /includes/aggregation/aggregation.rb
:start-after: start-search-aggregation
:end-before: end-search-aggregation
:language: ruby
Expand Down
Loading
Loading