Skip to content

Commit f3833c2

Browse files
committed
edits
1 parent b09530d commit f3833c2

18 files changed

+57
-55
lines changed

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ toc_landing_pages = [
2121
"/reference/class/MongoDBModelDatabaseInfo",
2222
"/reference/class/MongoDBModelIndexInfo",
2323
"/connect",
24-
"/databases-collections",
24+
"/aggregation",
25+
"/data-formats",
26+
"/data-formats/custom-types",
2527
"/indexes",
2628
"/security",
27-
"/data-formats",
2829
"/upgrade",
29-
"/aggregation",
3030
]
3131

3232
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/aggregation.txt

Lines changed: 0 additions & 7 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-
.. toctree::
22-
:titlesonly:
23-
:maxdepth: 1
24-
25-
Atlas Search </aggregation/atlas-search>
26-
Atlas Vector Search </aggregation/vector-search>
27-
2821
Overview
2922
--------
3023

File renamed without changes.

source/connect/connection-options.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Specify Connection Options
1818
:keywords: connection string, URI, server, Atlas, settings, configure
1919

2020
.. toctree::
21-
:titlesonly:
22-
:maxdepth: 1
2321

2422
Stable API </connect/connection-options/stable-api>
2523

source/crud.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,24 @@ CRUD Operations
2525
Insert Documents </crud/insert>
2626
Query Documents </crud/query>
2727
Update Documents </crud/update>
28+
Delete Documents </crud/replace>
2829
Delete Documents </crud/delete>
2930
Bulk Write Operations </crud/bulk-write>
3031
Transactions </crud/transaction>
3132
Configure CRUD Operations </crud/read-write-pref>
3233
Store Large Files </crud/gridfs>
34+
Operations with Builders </crud/builders>
3335

3436
CRUD (Create, Read, Update, Delete) operations enable you to work with
3537
data stored in MongoDB.
3638

37-
- :ref:`php-insert`
39+
- :ref:`php-write-insert`
3840
- :ref:`php-query`
39-
- :ref:`php-update`
40-
- :ref:`php-delete`
41+
- :ref:`php-write-update`
42+
- :ref:`php-write-replace`
43+
- :ref:`php-write-delete`
4144
- :ref:`php-bulk-write`
4245
- :ref:`php-transactions`
4346
- :ref:`php-read-write-pref`
44-
- :ref:`php-gridfs`
47+
- :ref:`php-gridfs`
48+
- :ref:`php-builders`
File renamed without changes.

source/data-formats.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Specialized Data Formats
2222
:maxdepth: 1
2323

2424
Custom Data Types </data-formats/custom-types>
25-
Codecs </data-formats/codecs>
2625
Decimal128 </data-formats/decimal128>
2726
BSON </data-formats/modeling-bson-data>
27+
Time Series </data-formats/time-series>
2828

2929
Overview
3030
--------
@@ -34,6 +34,5 @@ application. To learn how to work with these data formats, see the following
3434
guides:
3535

3636
- :ref:`php-custom-types`
37-
- :ref:`php-codecs`
3837
- :ref:`php-decimal128`
3938
- :ref:`php-bson`

source/data-formats/custom-types.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
Custom Data-Types
55
=================
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. toctree::
14+
:maxdepth: 1
15+
16+
Codecs </data-formats/custom-types/codecs>
717

818
.. note::
919

source/data-formats/codecs.txt renamed to source/data-formats/custom-types/codecs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Codecs
55
======
66

7-
87
.. contents:: On this page
98
:local:
109
:backlinks: none

0 commit comments

Comments
 (0)