Skip to content

Commit 38752b3

Browse files
antonpirkeraliu39
authored andcommitted
Moved configuration pages to where it belongs (#12007)
The "Configuration" page did not make sense in Application Architecture, because it documentas the configuration options one can set for the API server.
1 parent 2febe61 commit 38752b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: detect-private-key
1414
exclude: |
1515
(?x)^(
16-
develop-docs/application-architecture/config.mdx|
16+
develop-docs/api-server/config.mdx|
1717
develop-docs/integrations/github.mdx|
1818
develop-docs/self-hosted/sso.mdx
1919
)$

develop-docs/application-architecture/config.mdx renamed to develop-docs/api-server/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configuration
3-
sidebar_order: 30
3+
sidebar_order: 10
44
---
55

66
This document describes configuration available to the Sentry server itself.

src/middleware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3655,6 +3655,10 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
36553655
from: '/application/config/',
36563656
to: '/application-architecture/config/',
36573657
},
3658+
{
3659+
from: '/application-architecture/config/',
3660+
to: '/api-server/config/',
3661+
},
36583662
{
36593663
from: '/application/sentry-vs-getsentry/',
36603664
to: '/application-architecture/sentry-vs-getsentry/',

0 commit comments

Comments
 (0)