Skip to content

Commit

Permalink
New data types node rn (#1040)
Browse files Browse the repository at this point in the history
* new data types for node

* added data types to TOC

Co-authored-by: Mohammad Hunan Chughtai <mohammad.hunan@mongodb.com>
  • Loading branch information
Mohammad Hunan Chughtai and Mohammad Hunan Chughtai committed May 6, 2021
1 parent dc45a7e commit 849b626
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/sdk/node.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MongoDB Realm Node.js SDK
Quick Start </sdk/node/quick-start-local>
Quick Start with Sync </sdk/node/quick-start>
Fundamentals </sdk/node/fundamentals>
Data Types </sdk/node/data-types>
Usage Examples </sdk/node/examples>
Integration Guides </sdk/node/integrations>
Advanced Guides </sdk/node/advanced>
Expand Down
29 changes: 29 additions & 0 deletions source/sdk/node/data-types.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
.. _node-data-types:

==============================
Realm Data Types - Node.js SDK
==============================
.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

.. toctree::
:titlesonly:
:hidden:

Field Types </sdk/node/data-types/field-types>
Collections </sdk/node/data-types/collections>
Dictionaries </sdk/node/data-types/dictionaries>
Sets </sdk/node/data-types/sets>
Mixed </sdk/node/data-types/mixed>
UUID </sdk/node/data-types/uuid>
Embedded Objects </sdk/node/data-types/embedded-objects>

- :doc:`Field Types </sdk/node/data-types/field-types>`
- :doc:`Collections </sdk/node/data-types/collections>`
- :doc:`Dictionaries </sdk/node/data-types/dictionaries>`
- :doc:`Sets </sdk/node/data-types/sets>`
- :doc:`Mixed </sdk/node/data-types/mixed>`
- :doc:`UUID </sdk/node/data-types/uuid>`
- :doc:`Embedded Objects </sdk/node/data-types/embedded-objects>`
16 changes: 16 additions & 0 deletions source/sdk/node/data-types/collections.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _node-collections:

=========================
Collections - Node.js SDK
=========================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

Overview
--------
18 changes: 18 additions & 0 deletions source/sdk/node/data-types/dictionaries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _node-dictionaries:

==========================
Dictionaries - Node.js SDK
==========================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

.. versionadded:: 10.5.0-beta.1

Overview
--------
13 changes: 13 additions & 0 deletions source/sdk/node/data-types/embedded-objects.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _node-embedded-objects:

==============================
Embedded Objects - Node.js SDK
==============================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol
16 changes: 16 additions & 0 deletions source/sdk/node/data-types/field-types.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _node-field-types:

=========================
Field Types - Node.js SDK
=========================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol


{+client-database+} supports the following field data types:
17 changes: 17 additions & 0 deletions source/sdk/node/data-types/mixed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _node-mixed:

===================
Mixed - Node.js SDK
===================
.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

.. versionadded:: 10.5.0-beta.1

Overview
--------
18 changes: 18 additions & 0 deletions source/sdk/node/data-types/sets.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _node-sets:

==================
Sets - Node.js SDK
==================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

.. versionadded:: 10.5.0-beta.1

Overview
--------
17 changes: 17 additions & 0 deletions source/sdk/node/data-types/uuid.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _node-uuid:

==================
UUID - Node.js SDK
==================
.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol

.. versionadded:: 10.5.0-beta.1

Overview
--------

0 comments on commit 849b626

Please sign in to comment.