Skip to content

Commit

Permalink
Correct errors in facet usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Sep 20, 2023
1 parent 36643b7 commit 1a8f0f4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Compatibility
=============

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/fundamentals/connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Connection
.. default-domain:: mongodb

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/fundamentals/connection/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Connection Guide
================

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/fundamentals/crud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CRUD Operations
.. default-domain:: mongodb

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/fundamentals/crud/read-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Read Operations
.. default-domain:: mongodb

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/quick-reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Quick Reference
.. default-domain:: mongodb

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Quick Start
===========

.. facet::
:type: genre
:name: genre
:values: tutorial

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage Examples
.. default-domain:: mongodb

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/usage-examples/find.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Find Multiple Documents
.. default-domain:: mongodb

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

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/usage-examples/findOne.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Find a Document
.. default-domain:: mongodb

.. facet::
:type: genre
:name: genre
:values: tutorial

.. meta::
Expand Down
2 changes: 1 addition & 1 deletion source/usage-examples/insertOne.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Insert a Document
.. default-domain:: mongodb

.. facet::
:type: genre
:name: genre
:values: tutorial

.. meta::
Expand Down

0 comments on commit 1a8f0f4

Please sign in to comment.