Skip to content

DOCSP-35951: write operations delete docs #2829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8fbbcc4
DOCSP-35948: Write operations
Mar 27, 2024
a5a75ca
add examples
Mar 28, 2024
a678179
apply phpcbf formatting
ccho-mongodb Mar 28, 2024
eea96e5
wip
Mar 28, 2024
88024a5
apply phpcbf formatting
ccho-mongodb Mar 28, 2024
24fdd13
add date info
Mar 29, 2024
77bdbec
apply phpcbf formatting
ccho-mongodb Mar 29, 2024
831f06e
update title of read operations
Mar 29, 2024
d813f23
grammar fixes
Mar 29, 2024
a194e60
DOCSP-35947: write operations - modify documents
Apr 1, 2024
2582bd5
apply phpcbf formatting
ccho-mongodb Apr 1, 2024
86ff663
misc fixes
Apr 1, 2024
4dc106a
rst fixes
Apr 1, 2024
678490e
fixes
Apr 1, 2024
8ff6872
fix
Apr 1, 2024
44eb655
fix
Apr 1, 2024
60a6cfb
fix rst
Apr 1, 2024
a9d072c
concise sentence
Apr 1, 2024
79037d2
linebreaks
Apr 1, 2024
78bc0e7
double backslash
Apr 1, 2024
1d77153
fix
Apr 1, 2024
39eb362
DOCSP-35949: Write Operations - Upsert
Apr 2, 2024
dfe2019
apply phpcbf formatting
ccho-mongodb Apr 2, 2024
ebf1cc5
fix io-codeblock
Apr 2, 2024
2c339bd
tweaks
Apr 2, 2024
f2b0412
apply phpcbf formatting
ccho-mongodb Apr 2, 2024
cd7f08a
DOCSP-35946: write operations arrays
Apr 3, 2024
9ba28be
fixes
Apr 4, 2024
07530e6
remove emphasize lines
Apr 4, 2024
e6c162f
PRR fixes
Apr 4, 2024
4aa7e5c
DOCSP-35951: Write operations - delete documents
Apr 8, 2024
bb3439b
add include, fix comment
Apr 8, 2024
25a3912
fixes
Apr 8, 2024
868d3a6
fixes
Apr 8, 2024
aee0efe
fix
Apr 8, 2024
2512f78
another fix
Apr 8, 2024
78df112
fix stray text
Apr 8, 2024
a69a0e7
PRR fixes
Apr 9, 2024
022622f
Merge branch '4.1-base-docs-write-operations' into DOCSP-35951-write-…
Apr 9, 2024
1018c36
PRR fixes
Apr 10, 2024
af90cb7
PRR fixes
Apr 12, 2024
8830948
PRR fixes - remove unused variables
Apr 12, 2024
d07cb68
update wording for delete operations
Apr 15, 2024
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
25 changes: 25 additions & 0 deletions docs/fundamentals.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _laravel_fundamentals:

============
Fundamentals
============

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: php framework, odm

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

/fundamentals/read-operations
/fundamentals/write-operations

Learn how to use the {+odm-long+} to perform the following tasks:

- :ref:`Read Operations <laravel-fundamentals-read-ops>`
- :ref:`Write Operations <laravel-fundamentals-write-ops>`

7 changes: 4 additions & 3 deletions docs/retrieve.txt → docs/fundamentals/read-operations.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. _laravel-fundamentals-retrieve:
.. _laravel-fundamentals-read-ops:

==============
Retrieve Data
==============
===============
Read Operations
===============

.. facet::
:name: genre
Expand Down
Loading