Skip to content

Commit

Permalink
Small tweaks to intro navigation for a more intuitive flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Krawiec authored and Alex Krawiec committed Nov 12, 2024
1 parent 2cf5ba6 commit 4958bae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/product/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sentry is a software monitoring tool that helps developers identify and debug pe

## What Can Sentry Help With?

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

### Error Monitoring

Expand Down
6 changes: 3 additions & 3 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 @@ -18,8 +18,8 @@ There are three things we recommend you do to get the most out of Sentry:

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

## Tutorials: Frontend and Backend Error Monitoring
## Tutorials: Distributed Tracing, 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 distributed tracing, frontend or backend 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

0 comments on commit 4958bae

Please sign in to comment.