diff --git a/docs/product/index.mdx b/docs/product/index.mdx index 2ca8fd6b939ae..f1cd5b5adef1f 100644 --- a/docs/product/index.mdx +++ b/docs/product/index.mdx @@ -1,5 +1,5 @@ --- -title: Product Walkthroughs +title: What Is Sentry? 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." --- diff --git a/docs/product/sentry-basics/index.mdx b/docs/product/sentry-basics/index.mdx index 40a66759496ed..36f17eb6e6a70 100644 --- a/docs/product/sentry-basics/index.mdx +++ b/docs/product/sentry-basics/index.mdx @@ -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." --- @@ -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. diff --git a/src/components/home.tsx b/src/components/home.tsx index cf408cabd6608..b8d3c7d507535 100644 --- a/src/components/home.tsx +++ b/src/components/home.tsx @@ -60,7 +60,7 @@ export async function Home() {

Get to know us

- +
Rocket image
diff --git a/src/components/sidebar/sidebarLinks.tsx b/src/components/sidebar/sidebarLinks.tsx index c510d2046fc79..72dc388c1ae21 100644 --- a/src/components/sidebar/sidebarLinks.tsx +++ b/src/components/sidebar/sidebarLinks.tsx @@ -22,7 +22,7 @@ const productSidebarItems = [ root: 'organization', }, { - title: 'Product Walkthroughs', + title: 'What Is Sentry?', root: 'product', }, {