Skip to content

Commit 76df4e9

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Tweak some navigation ui to make onboarding more intuitive
1 parent 9ee8b7e commit 76df4e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/product/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Product Walkthroughs
2+
title: What Is Sentry?
33
sidebar_order: 30
44
description: "Get an overview of how you can use Sentry to not just observe, but debug errors, get to the root of user complaints, and identify performance bottlenecks."
55
---

docs/product/sentry-basics/index.mdx

Lines changed: 2 additions & 2 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
---
@@ -20,6 +20,6 @@ There are three things we recommend you do to get the most out of Sentry:
2020

2121
## Tutorials: 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 frontend or backend tutorial. To see how errors can be monitored across your frontend **and** backend, try the distributed tracing 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">

src/components/sidebar/sidebarLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const productSidebarItems = [
2222
root: 'organization',
2323
},
2424
{
25-
title: 'Product Walkthroughs',
25+
title: 'What Is Sentry?',
2626
root: 'product',
2727
},
2828
{

0 commit comments

Comments
 (0)