Skip to content

Commit 4da6ed0

Browse files
committed
Add missing serialization & threading pages
1 parent 43d6c79 commit 4da6ed0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Welcome to the Atlas Device SDK Docs
2424
Manage Users </sdk/users>
2525
Sync Data </sdk/sync>
2626
Test and Debug </sdk/test-and-debug>
27+
Serialization </sdk/serialization>
2728
SDK Telemetry </sdk/telemetry>
2829
API Reference </sdk/api-reference>
2930
Build with Frameworks </frameworks>

source/sdk/crud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Read and Write Data
1010
Update </sdk/crud/update>
1111
Delete </sdk/crud/delete>
1212
Query Engines </sdk/crud/query-engines>
13-
Threading </sdk/threading>
13+
Threading </sdk/crud/threading>
1414

1515
The following pages contain information about how to read and write data,
1616
manage objects across threads, and use the Atlas Device SDK query engines:

source/sdk/serialization.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _sdks-serialization:
2+
3+
=============
4+
Serialization
5+
=============
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
Placeholder page for information about serialization in the SDKs.

0 commit comments

Comments
 (0)