Skip to content

Commit d366d32

Browse files
committed
Start moving pages around to reorganize the sidebar.
1 parent e54ace9 commit d366d32

20 files changed

+18
-16
lines changed
File renamed without changes.
File renamed without changes.

develop-docs/development/analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Analytics
33
description: This guide steps you through instrumenting your code with Sentry's 3rd-party analytics infrastructure.
4-
sidebar_order: 9000
4+
sidebar_order: 100
55
---
66

77

@@ -102,7 +102,7 @@ analytics.record(
102102

103103
Run the tests that touch the endpoint to ensure everything is Gucci.
104104

105-
### Step 3:
105+
### Step 3:
106106
By default, a new event type is aggregated and sent to Amplitude as long as there is a user_id sent along with the event. If you would like to send events unaggregated, refer to [our Amplitude aggregation docs](https://github.com/getsentry/etl/blob/master/documentation/amplitude_analytics.md)
107107

108108
## Route-Based Frontend Analytics

develop-docs/development/code-review.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Code Review
33
description: Code review is mandatory at Sentry. This adds overhead to each change, but ensures that simple, often overlooked problems are more easily avoided.
4-
sidebar_order: 30
4+
sidebar_order: 20
55
---
66

77
Code review helps build shared context and collective ownership. It is also an opportunity to collaborate with other teams. Finally, code review can identify several classes of problem before customers are exposed to them.

develop-docs/development/commit-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Commit Messages
33
description: We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history.
4-
sidebar_order: 20
4+
sidebar_order: 10
55
---
66

77
### General Rules

develop-docs/development/continuous-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Continuous Integration
33
description: Sentry uses a variety of continuous integration services to help ensure we don't accidentally break the application.
4-
sidebar_order: 35
4+
sidebar_order: 60
55
---
66

77
## Deployments

develop-docs/services/devservices.mdx renamed to develop-docs/development/devservices.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Service Manager (devservices)
3+
sidebar_order: 80
34
---
45

56
Sentry provides an abstraction to Docker to run required services within development called `devservices`.

0 commit comments

Comments
 (0)