-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.njk
More file actions
56 lines (44 loc) · 2.88 KB
/
index.njk
File metadata and controls
56 lines (44 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---json
{
"title": "Quick Start Guide",
"lead": "Set up TelemetryDeck in minutes and start gaining insights into your app's performance",
"tags": "intro",
"categoryOrder": -9000,
"searchEngineDescription":"With this Quick Start Guide, you can set up TelemetryDeck's app analytics in minutes and start gaining insights into your app's performance."
}
---
<h2>Welcome to TelemetryDeck</h2>
<p>TelemetryDeck helps you understand how users interact with your application through privacy-focused analytics. With just an SDK integration, you'll get valuable insights automatically – no complex configuration required.</p>
<h3>Getting Started in 2 simple steps</h3>
<ol>
<li><strong>Choose and install the SDK</strong> for your platform from the guides below</li>
<li><strong>Deploy your app</strong> to start collecting data</li>
</ol>
<p>Once your updated app is in users' hands, TelemetryDeck will begin collecting data. It may take some time before you see meaningful insights, depending on your app's usage.</p>
{% include "docs/featured.njk" %}
<h3>What's next after setup?</h3>
<p>After setting up the SDK and deploying your app, your most important next step is to learn how to use the dashboard to analyze your data:</p>
<div class="not-prose">
<div class="my-10 grid grid-cols-1 gap-6">
<div class="group relative rounded-xl border-2 border-mars-300 bg-white flex">
<div class="absolute -inset-px rounded-xl border-2 border-transparent opacity-0 [background:linear-gradient(var(--quick-links-hover-bg,theme(colors.mars.50)),var(--quick-links-hover-bg,theme(colors.mars.100)))_padding-box,linear-gradient(to_top,theme(colors.mars.400),theme(colors.mars.500))_border-box] group-hover:opacity-100"></div>
<div class="shadow relative overflow-hidden rounded-xl p-6 h-full">
<h2 class="font-semibold text-lg text-mars-500">
<a href="/docs/basics/index">
<span class="absolute -inset-px rounded-xl"></span>📊 Analytics Walkthrough</a>
</h2>
<p class="mt-2 text-sm text-slate-700">Learn how to navigate TelemetryDeck, interpret insights, and use analytics to make data-driven decisions that improve your app and grow your user base.</p>
<p class="mt-4 text-sm text-mars-500 font-semibold flex justify-between">
<span>Start here to get real value from your analytics</span>
<span>→</span>
</p>
</div>
</div>
</div>
</div>
<h3>Documentation Feedback</h3>
<p>If you find an error or feel like the documentation could be improved somewhat, we'd love
to hear from you! Either directly submit a change request with the buttons on each page,
or open an issue in our <a href="https://github.com/TelemetryDeck/docs">Docs GitHub Repository</a>.</p>
<p>The <a href="/docs/articles/documentation/">documentation guide</a> explains all markdown and
additional features you can use while writing documentation for TelemetryDeck.</p>