Skip to content

Commit 542da23

Browse files
authored
DOCSP-27817 manuall tagging for docs-node repo (#804)
1 parent 9546c6e commit 542da23

File tree

12 files changed

+80
-0
lines changed

12 files changed

+80
-0
lines changed

source/compatibility.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Compatibility
55
=============
66

7+
.. facet::
8+
:type: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: node.js
13+
714
.. contents:: On this page
815
:local:
916
:backlinks: none

source/fundamentals/connection.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Connection
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:type: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: node.js
15+
916
.. toctree::
1017

1118
/fundamentals/connection/connect

source/fundamentals/connection/connect.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Connection Guide
55
================
66

7+
.. facet::
8+
:type: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: node.js
13+
714
.. contents:: On this page
815
:local:
916
:backlinks: none

source/fundamentals/crud.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ CRUD Operations
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:type: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: node.js
15+
916
.. toctree::
1017
:caption: CRUD Operations
1118

source/fundamentals/crud/read-operations.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Read Operations
44

55
.. default-domain:: mongodb
66

7+
.. facet::
8+
:type: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: code example, node.js, sample dataset
13+
714
- :doc:`/fundamentals/crud/read-operations/retrieve`
815
- :doc:`/fundamentals/crud/read-operations/cursor`
916
- :doc:`/fundamentals/crud/read-operations/distinct`

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB Node Driver
33
===================
44

5+
.. meta::
6+
:keywords: node.js
7+
58
.. _node-driver-landing:
69

710
.. toctree::

source/quick-reference.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Quick Reference
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:type: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: node.js
15+
916
This page shows the driver syntax for several MongoDB commands and links to
1017
their related reference and API documentation.
1118

source/quick-start.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Quick Start
55
===========
66

7+
.. facet::
8+
:type: genre
9+
:values: tutorial
10+
11+
.. meta::
12+
:keywords: node.js
13+
714
.. contents:: On this page
815
:local:
916
:backlinks: none

source/usage-examples.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Usage Examples
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:type: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: node.js
15+
916
.. contents:: On this page
1017
:local:
1118
:backlinks: none

source/usage-examples/find.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Find Multiple Documents
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:type: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: code example, node.js, sample dataset
15+
916
You can query for multiple documents in a collection with
1017
``collection.find()``. The ``find()`` method uses a query document that you
1118
provide to match the subset of the documents in the collection that match the

0 commit comments

Comments
 (0)