Skip to content

Commit 849b626

Browse files
Mohammad Hunan ChughtaiMohammad Hunan Chughtai
Mohammad Hunan Chughtai
and
Mohammad Hunan Chughtai
authored
New data types node rn (#1040)
* new data types for node * added data types to TOC Co-authored-by: Mohammad Hunan Chughtai <[email protected]>
1 parent dc45a7e commit 849b626

File tree

9 files changed

+145
-0
lines changed

9 files changed

+145
-0
lines changed

source/sdk/node.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MongoDB Realm Node.js SDK
1212
Quick Start </sdk/node/quick-start-local>
1313
Quick Start with Sync </sdk/node/quick-start>
1414
Fundamentals </sdk/node/fundamentals>
15+
Data Types </sdk/node/data-types>
1516
Usage Examples </sdk/node/examples>
1617
Integration Guides </sdk/node/integrations>
1718
Advanced Guides </sdk/node/advanced>

source/sdk/node/data-types.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
.. _node-data-types:
2+
13
==============================
24
Realm Data Types - Node.js SDK
35
==============================
6+
.. default-domain:: mongodb
7+
8+
.. contents:: On this page
9+
:local:
10+
:backlinks: none
11+
:depth: 2
12+
:class: singlecol
13+
14+
.. toctree::
15+
:titlesonly:
16+
:hidden:
17+
18+
Field Types </sdk/node/data-types/field-types>
19+
Collections </sdk/node/data-types/collections>
20+
Dictionaries </sdk/node/data-types/dictionaries>
21+
Sets </sdk/node/data-types/sets>
22+
Mixed </sdk/node/data-types/mixed>
23+
UUID </sdk/node/data-types/uuid>
24+
Embedded Objects </sdk/node/data-types/embedded-objects>
25+
26+
- :doc:`Field Types </sdk/node/data-types/field-types>`
27+
- :doc:`Collections </sdk/node/data-types/collections>`
28+
- :doc:`Dictionaries </sdk/node/data-types/dictionaries>`
29+
- :doc:`Sets </sdk/node/data-types/sets>`
30+
- :doc:`Mixed </sdk/node/data-types/mixed>`
31+
- :doc:`UUID </sdk/node/data-types/uuid>`
32+
- :doc:`Embedded Objects </sdk/node/data-types/embedded-objects>`
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _node-collections:
2+
3+
=========================
4+
Collections - Node.js SDK
5+
=========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
Overview
16+
--------
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _node-dictionaries:
2+
3+
==========================
4+
Dictionaries - Node.js SDK
5+
==========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
.. versionadded:: 10.5.0-beta.1
16+
17+
Overview
18+
--------
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _node-embedded-objects:
2+
3+
==============================
4+
Embedded Objects - Node.js SDK
5+
==============================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _node-field-types:
2+
3+
=========================
4+
Field Types - Node.js SDK
5+
=========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
16+
{+client-database+} supports the following field data types:

source/sdk/node/data-types/mixed.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. _node-mixed:
2+
3+
===================
4+
Mixed - Node.js SDK
5+
===================
6+
.. default-domain:: mongodb
7+
8+
.. contents:: On this page
9+
:local:
10+
:backlinks: none
11+
:depth: 2
12+
:class: singlecol
13+
14+
.. versionadded:: 10.5.0-beta.1
15+
16+
Overview
17+
--------

source/sdk/node/data-types/sets.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _node-sets:
2+
3+
==================
4+
Sets - Node.js SDK
5+
==================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
.. versionadded:: 10.5.0-beta.1
16+
17+
Overview
18+
--------

source/sdk/node/data-types/uuid.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. _node-uuid:
2+
3+
==================
4+
UUID - Node.js SDK
5+
==================
6+
.. default-domain:: mongodb
7+
8+
.. contents:: On this page
9+
:local:
10+
:backlinks: none
11+
:depth: 2
12+
:class: singlecol
13+
14+
.. versionadded:: 10.5.0-beta.1
15+
16+
Overview
17+
--------

0 commit comments

Comments
 (0)