Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/product/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Product Walkthroughs
title: What Is Sentry?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: What Is Sentry?
title: What Is Sentry?

Thanks for taking a stab at this! While changing this to "What is Sentry" works really nicely as a navigational experience if you're starting on the homepage. I feel like "Product Walkthroughs" work better as the title on the sidenav if you're navigating from within the docs. Product Walkthroughs is probably one of our most important/highly trafficked sections of the product docs and I'd be worried about changing that to "what's sentry", which is a pretty narrow and potentially vague heading.

sidebar_order: 30
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."
---
Expand Down
4 changes: 2 additions & 2 deletions docs/product/sentry-basics/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: An Intro to Sentry
title: Getting Started With Sentry
sidebar_order: 10
description: "Learn about our recommendations for getting the most out of Sentry."
---
Expand All @@ -20,6 +20,6 @@ There are three things we recommend you do to get the most out of Sentry:

## Tutorials: Frontend and Backend Error Monitoring

Learn how to set up Sentry by following along with a step-by-step frontend or backend tutorial.
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.

<PageGrid />
2 changes: 1 addition & 1 deletion src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function Home() {
<PlatformFilter platforms={sortedPlatforms} />
<h2 className="text-2xl mt-16 mb-6 font-medium">Get to know us</h2>
<div className="flex flex-wrap gap-6">
<Link href="/product/sentry-basics/" className="w-full">
<Link href="/product/" className="w-full">
<div className="flex flex-col md:flex-row shadow dark:bg-[var(--gray-4)] p-6 rounded gap-4">
<Image src={RocketImage} height={64} alt="Rocket image" />
<div className="space-y-2">
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar/sidebarLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const productSidebarItems = [
root: 'organization',
},
{
title: 'Product Walkthroughs',
title: 'What Is Sentry?',
root: 'product',
},
{
Expand Down
Loading