Skip to content

Commit 0fa7550

Browse files
authored
DOCSP-48915: rocket crud web app tutorial (docs+) (#191)
1 parent 78d743f commit 0fa7550

File tree

4 files changed

+500
-1
lines changed

4 files changed

+500
-1
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2121
[constants]
2222
driver-long = "MongoDB Rust Driver"
2323
driver-short = "Rust driver"
24+
language = "Rust"
2425
server = "MongoDB Server"
2526
# always set this to the docs branch (i.e. master, v2.6, v2.5, etc.)
2627
docs-branch = "master"

source/fundamentals/crud.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CRUD Operations
1313
Read </fundamentals/crud/read-operations>
1414
Write </fundamentals/crud/write-operations>
1515
Compound Operations </fundamentals/crud/compound-operations>
16+
Tutorial: CRUD Web App </fundamentals/crud/web-app-tutorial>
1617

1718
..
1819
/fundamentals/crud/write-read-pref
@@ -30,5 +31,9 @@ Compound operations combine functionalities of read and write
3031
operations. To learn more about these methods, see
3132
the :ref:`rust-compound-operations` guide.
3233

34+
Learn how to apply CRUD concepts to build a simple web app with Rocket
35+
in the :ref:`Create a CRUD Web App with Rocket
36+
<rust-rocket-web-app-tutorial>` tutorial.
37+
3338
.. To learn how to modify the way your CRUD operations execute on
34-
.. the server, see the :ref:`rust-write-read-pref` guide.
39+
.. the server, see the :ref:`rust-write-read-pref` guide.

0 commit comments

Comments
 (0)