File tree Expand file tree Collapse file tree 5 files changed +45
-2
lines changed Expand file tree Collapse file tree 5 files changed +45
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Welcome to the Atlas Device SDK Docs
23
23
Access Atlas </sdk/atlas>
24
24
Manage Users </sdk/users>
25
25
Sync Data </sdk/sync>
26
- Logging </sdk/logging >
26
+ Test and Debug </sdk/test-and-debug >
27
27
SDK Telemetry </sdk/telemetry>
28
28
API Reference </sdk/api-reference>
29
29
Build with Frameworks </frameworks>
Original file line number Diff line number Diff line change
1
+ ==============
2
+ Test and Debug
3
+ ==============
4
+
5
+ .. toctree::
6
+ :titlesonly:
7
+
8
+ Logging </sdk/test-and-debug/log>
9
+ Testing </sdk/test-and-debug/test>
10
+ Troubleshooting </sdk/test-and-debug/troubleshoot>
11
+
12
+ The following pages contain information about how to log information, run tests
13
+ using the database, and troubleshoot specific errors:
14
+
15
+ - :ref:`sdks-logging`
16
+ - :ref:`sdks-testing`
17
+ - :ref:`sdks-troubleshooting`
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ Logging
10
10
:depth: 2
11
11
:class: singlecol
12
12
13
- Placeholder page for information about logging.
13
+ Placeholder page for information about logging.
Original file line number Diff line number Diff line change
1
+ .. _sdks-testing:
2
+
3
+ =======
4
+ Testing
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 testing.
Original file line number Diff line number Diff line change
1
+ .. _sdks-troubleshooting:
2
+
3
+ ===============
4
+ Troubleshooting
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 troubleshooting specific errors.
You can’t perform that action at this time.
0 commit comments