Skip to content

Commit 21709e9

Browse files
authored
DOCSP-49630: bson page rewrite + AVS page (#151)
* DOCSP-49630: bson page rewrite + AVS page * ensure output in code blocks is commented * source constant for AVS * typo fix * table fix * RM PR fixes 1
1 parent f47c1a5 commit 21709e9

File tree

7 files changed

+825
-531
lines changed

7 files changed

+825
-531
lines changed

snooty.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc_landing_pages = [
66
"/write",
77
"/indexes",
88
"/databases-collection",
9-
"/security/authentication"
9+
"/security/authentication",
1010
]
1111

1212
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
@@ -19,9 +19,13 @@ language = "Ruby"
1919
mdb-server = "MongoDB Server"
2020
mongo-community = "MongoDB Community Edition"
2121
mongo-enterprise = "MongoDB Enterprise Edition"
22-
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
22+
# always set this to the docs branch (i.e. master, v1.7, v1.8, etc.)
23+
docs-branch = "master"
24+
# always set this to the driver branch (i.e. 1.7 1.8, etc.)
2325
version-number = "2.21"
24-
patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
26+
patch-version-number = "{+version-number+}.0"
2527
version = "v{+version-number+}"
2628
stable-api = "Stable API"
2729
api-root = "https://www.mongodb.com/docs/ruby-driver/current/api/"
30+
bson-version = "5.0.2"
31+
avs = "Atlas Vector Search"

source/aggregation.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ Transform Your Data with Aggregation
1818
:depth: 2
1919
:class: singlecol
2020

21-
.. TODO:
22-
.. toctree::
23-
:titlesonly:
24-
:maxdepth: 1
25-
26-
/aggregation/aggregation-tutorials
27-
2821
Overview
2922
--------
3023

@@ -125,7 +118,7 @@ following stages:
125118
.. io-code-block::
126119
:copyable:
127120

128-
.. input:: /includes/aggregation.rb
121+
.. input:: /includes/aggregation/aggregation.rb
129122
:start-after: start-aggregation
130123
:end-before: end-aggregation
131124
:language: ruby
@@ -160,7 +153,7 @@ from the preceding :ref:`ruby-aggregation-example`:
160153
.. io-code-block::
161154
:copyable:
162155

163-
.. input:: /includes/aggregation.rb
156+
.. input:: /includes/aggregation/aggregation.rb
164157
:start-after: start-explain-aggregation
165158
:end-before: end-explain-aggregation
166159
:language: ruby
@@ -205,7 +198,7 @@ This example creates pipeline stages to perform the following actions:
205198
.. io-code-block::
206199
:copyable:
207200

208-
.. input:: /includes/aggregation.rb
201+
.. input:: /includes/aggregation/aggregation.rb
209202
:start-after: start-search-aggregation
210203
:end-before: end-search-aggregation
211204
:language: ruby

0 commit comments

Comments
 (0)