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
2323 Access Atlas </sdk/atlas>
2424 Manage Users </sdk/users>
2525 Sync Data </sdk/sync>
26- Logging </sdk/logging >
26+ Test and Debug </sdk/test-and-debug >
2727 SDK Telemetry </sdk/telemetry>
2828 API Reference </sdk/api-reference>
2929 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
1010 :depth: 2
1111 :class: singlecol
1212
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