Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions source/schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
:depth: 1
:class: singlecol

.. dismissible-skills-card::

Check failure on line 18 in source/schema.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.NegativeWords] Use 'cancel' instead of the negative word 'kill'. Raw Output: {"message": "[MongoDB.NegativeWords] Use 'cancel' instead of the negative word 'kill'.", "location": {"path": "source/schema.txt", "range": {"start": {"line": 18, "column": 17}}}, "severity": "ERROR"}
:skill: Schema Design Optimization

Check failure on line 19 in source/schema.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.NegativeWords] Use 'cancel' instead of the negative word 'kill'. Raw Output: {"message": "[MongoDB.NegativeWords] Use 'cancel' instead of the negative word 'kill'.", "location": {"path": "source/schema.txt", "range": {"start": {"line": 19, "column": 6}}}, "severity": "ERROR"}
:url: https://learn.mongodb.com/skills?openTab=data%20modeling

Check failure on line 20 in source/schema.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.NegativeWords] Use 'cancel' instead of the negative word 'kill'. Raw Output: {"message": "[MongoDB.NegativeWords] Use 'cancel' instead of the negative word 'kill'.", "location": {"path": "source/schema.txt", "range": {"start": {"line": 20, "column": 37}}}, "severity": "ERROR"}

The :guilabel:`Schema` tab provides an overview of the data type
and shape of the fields in a particular collection. Databases
and collections are visible in the left-side navigation.
Expand Down
Loading