Skip to content

Commit

Permalink
Update home page to describe what Sentry is (#7614)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran authored Aug 9, 2023
1 parent 93226e2 commit f1c6cbc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,17 @@ function IndexPage() {
</Nav>
</div>

<h1>Sentry Documentation</h1>
<h1>Welcome to Sentry Docs</h1>
<center>
<p>
Sentry is a developer-first error tracking and performance monitoring
platform.
</p>
</center>

<div className="index-search">
<Search autoFocus />
</div>

<div className="integrations-logo-row">
{visiblePlatforms.map(platform => (
<SmartLink to={platform.url} className="hover-card-link" key={platform.key}>
Expand Down

1 comment on commit f1c6cbc

@vercel
Copy link

@vercel vercel bot commented on f1c6cbc Aug 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev
docs.sentry.io

Please sign in to comment.