Skip to content

Commit 8e537e9

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Small tweaks to intro navigation for a more intuitive flow
1 parent 694d1eb commit 8e537e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/product/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Sentry is a software monitoring tool that helps developers identify and debug pe
1010

1111
## What Can Sentry Help With?
1212

13-
As a full-stack application monitoring solution, Sentry provides the following features to help you keep your app running smoothly and your users happy.
13+
As a full-stack application monitoring solution, Sentry provides the following features to help you keep your app running smoothly and your users happy:
1414

1515
### Error Monitoring
1616

docs/product/sentry-basics/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: An Intro to Sentry
2+
title: Getting Started With Sentry
33
sidebar_order: 10
44
description: "Learn about our recommendations for getting the most out of Sentry."
55
---
@@ -18,8 +18,8 @@ There are three things we recommend you do to get the most out of Sentry:
1818

1919
**Want a TL;DR for getting started? Download our ["Developer Quick Reference Guide"](/pdfs/developer-quick-reference-guide.pdf)**
2020

21-
## Tutorials: Frontend and Backend Error Monitoring
21+
## Tutorials: Distributed Tracing, Frontend and Backend Error Monitoring
2222

23-
Learn how to set up Sentry by following along with a step-by-step frontend or backend tutorial.
23+
Learn how to set up Sentry by following along with a step-by-step distributed tracing, frontend or backend tutorial.
2424

2525
<PageGrid />

src/components/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function Home() {
6060
<PlatformFilter platforms={sortedPlatforms} />
6161
<h2 className="text-2xl mt-16 mb-6 font-medium">Get to know us</h2>
6262
<div className="flex flex-wrap gap-6">
63-
<Link href="/product/sentry-basics/" className="w-full">
63+
<Link href="/product/" className="w-full">
6464
<div className="flex flex-col md:flex-row shadow dark:bg-[var(--gray-4)] p-6 rounded gap-4">
6565
<Image src={RocketImage} height={64} alt="Rocket image" />
6666
<div className="space-y-2">

0 commit comments

Comments
 (0)