@@ -34,6 +34,45 @@ Atlas Device SDK for C++
34
34
Use Atlas Device SDK for C++ to write applications that access data
35
35
stored locally on devices and sync data with Atlas.
36
36
37
+ .. kicker:: Learning Paths
38
+
39
+ Get Started with the C++ SDK
40
+ -----------------------------
41
+
42
+ .. card-group::
43
+ :columns: 3
44
+ :style: extra-compact
45
+
46
+ .. card::
47
+ :headline: Quick Start
48
+ :cta: See Code Examples
49
+ :url: https://www.mongodb.com/docs/realm/sdk/cpp/quick-start/
50
+ :icon: /images/icons/branding_2022/Technical_ATLAS_Functions3x.png
51
+ :icon-alt: Functions Icon
52
+
53
+ Minimal-explanation code examples of how to work with the C++ SDK.
54
+ Write to the device database, and sync with other devices.
55
+
56
+ .. card::
57
+ :headline: Working Example App
58
+ :cta: Explore an Example App
59
+ :url: https://www.mongodb.com/docs/atlas/app-services/template-apps/
60
+ :icon: /images/icons/branding_2022/Technical_REALM_Mobile3x.png
61
+ :icon-alt: Atlas Device SDK Mobile Icon
62
+
63
+ Learn from example by dissecting a working terminal GUI client app that
64
+ uses the C++ SDK.
65
+
66
+ .. card::
67
+ :headline: Guided Tutorial
68
+ :cta: Follow the Tutorial
69
+ :url: https://mongodb.com/docs/atlas/app-services/tutorial/cpp/
70
+ :icon: /images/icons/branding_2022/General_CONTENT_Tutorial3x.png
71
+ :icon-alt: Tutorial Icon
72
+
73
+ Follow a guided tutorial to learn how to adapt the example app to
74
+ create your own working app.
75
+
37
76
.. kicker:: What You Can Do
38
77
39
78
Develop Apps with the SDK
0 commit comments