Skip to content

Commit b09530d

Browse files
committed
DOCSP-47058: Shift TOC
1 parent d53a70b commit b09530d

30 files changed

+120
-412
lines changed

snooty.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ toc_landing_pages = [
2121
"/reference/class/MongoDBModelDatabaseInfo",
2222
"/reference/class/MongoDBModelIndexInfo",
2323
"/connect",
24-
"/read",
2524
"/databases-collections",
26-
"/write",
2725
"/indexes",
2826
"/security",
2927
"/data-formats",

source/connect.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ Connect to MongoDB
2323
:maxdepth: 1
2424

2525
Create a Client </connect/client>
26-
Specify Connection Options </connect/connection-options>
2726
Choose a Connection Target </connect/connection-targets>
28-
Configure TLS </connect/tls>
29-
Stable API </connect/stable-api>
27+
Connection Options </connect/connection-options>
28+
Connect with AWS Lambda </connect/aws-lambda>
29+
30+
.. TODO:
31+
Connection Troubleshooting </connect/connection-troubleshooting>
3032

3133
Overview
3234
--------
File renamed without changes.

source/connect/connection-options.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ Specify Connection Options
1717
.. meta::
1818
:keywords: connection string, URI, server, Atlas, settings, configure
1919

20+
.. toctree::
21+
:titlesonly:
22+
:maxdepth: 1
23+
24+
Stable API </connect/connection-options/stable-api>
25+
26+
.. TODO:
27+
Compress Network Traffic </connect/connection-options/network-compression>
28+
Connection Pools </connect/connection-options/connection-pools>
29+
2030
Overview
2131
--------
2232

source/crud.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.. _php-crud-operations:
2+
3+
===============
4+
CRUD Operations
5+
===============
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:description: Learn how to use the {+library-short+} to read and write MongoDB data.
19+
:keywords: usage examples, query, find, code example, save, create
20+
21+
.. toctree::
22+
:titlesonly:
23+
:maxdepth: 1
24+
25+
Insert Documents </crud/insert>
26+
Query Documents </crud/query>
27+
Update Documents </crud/update>
28+
Delete Documents </crud/delete>
29+
Bulk Write Operations </crud/bulk-write>
30+
Transactions </crud/transaction>
31+
Configure CRUD Operations </crud/read-write-pref>
32+
Store Large Files </crud/gridfs>
33+
34+
CRUD (Create, Read, Update, Delete) operations enable you to work with
35+
data stored in MongoDB.
36+
37+
- :ref:`php-insert`
38+
- :ref:`php-query`
39+
- :ref:`php-update`
40+
- :ref:`php-delete`
41+
- :ref:`php-bulk-write`
42+
- :ref:`php-transactions`
43+
- :ref:`php-read-write-pref`
44+
- :ref:`php-gridfs`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)