Skip to content

Commit a81254b

Browse files
[DEVELOP] Added awarness section to top level pages (#12108)
* Added awarness section to top level pages --------- Co-authored-by: Ivana Kellyer <[email protected]>
1 parent eff04d4 commit a81254b

File tree

10 files changed

+13
-7
lines changed

10 files changed

+13
-7
lines changed

develop-docs/api-server/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: API Server
3+
description: Documentation of the monolith, the heart of Sentry. The backend of our application.
34
sidebar_order: 50
45
---
56

6-
The monolith powering Sentry. The backend of our application.
7-
87
<PageGrid />

develop-docs/application-architecture/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Application Architecture
3+
description: Documentation of the system architecture, all the moving parts of this big distributed system we call Sentry.
34
sidebar_order: 30
45
---
56

develop-docs/development-infrastructure/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Development Infrastructure
3+
description: How to get your local development environment up and running.
34
sidebar_order: 40
45
---
56

develop-docs/engineering-practices/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Engineering Practices
3+
description: Our take on software engineering. Some practices that all engineers working on Sentry should follow.
34
sidebar_order: 20
45
---
56

develop-docs/frontend/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: Frontend Handbook
2+
title: Frontend
3+
description: How we write frontend code at Sentry.
34
sidebar_order: 60
45
---
56

6-
This guide covers how we write frontend code at Sentry, and is specifically focussed on the [Sentry](https://github.com/getsentry/sentry) and [Getsentry](https://github.com/getsentry/getsentry) codebases. It assumes you are using the eslint rules outlined by [eslint-config-sentry](https://github.com/getsentry/eslint-config-sentry); hence code style enforced by these linting rules will not be discussed here.
7+
This guide specifically focuses on the frontend part of the [Sentry](https://github.com/getsentry/sentry) and [Getsentry](https://github.com/getsentry/getsentry) codebases. It assumes you are using the eslint rules outlined by [eslint-config-sentry](https://github.com/getsentry/eslint-config-sentry); hence code style enforced by these linting rules will not be discussed here.
78

89
## Directory structure
910

develop-docs/ingestion/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Ingestion
3+
description: How Sentry receives and processes data before putting it into storage.
34
sidebar_order: 90
45
---
56

develop-docs/integrations/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Developing Integrations
2+
title: Integrations
3+
description: How to setup Sentry integrations. Integrations connect the Sentry server with other services.
34
sidebar_order: 80
45
---
56

develop-docs/sdk/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: SDK Development
3+
description: The software running in our users projects that are responsible for collecting data.
34
sidebar_order: 100
45
---
56

develop-docs/self-hosted/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Self-Hosted Sentry
3+
description: How you can run all of Sentry on your own server, without paying anything.
34
sidebar_order: 110
45
---
56

develop-docs/services/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Services
3+
description: Services we operate that exist outside of the API Server monolith.
34
sidebar_order: 70
45
---
56

6-
Services we operate that exist outside of the API Server monolith.
7-
87
<PageGrid />

0 commit comments

Comments
 (0)