Skip to content

Commit 8beb5cf

Browse files
authored
docs(self-hosted): move 'Configuration' to its' own section (#15600)
Now it's spreading out, and self-hosted docs shouldn't always be about configuration, sometimes it should explain how things works
1 parent 6d3d563 commit 8beb5cf

File tree

14 files changed

+33
-16
lines changed

14 files changed

+33
-16
lines changed

develop-docs/integrations/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When prompted to subscribe to events, choose the following:
5959

6060
<Alert title="Trick">
6161
Enabling optional permissions will also enable the{" "}
62-
<Link to="/self-hosted/sso/#github-auth">GitHub SSO</Link> for your instance.
62+
<Link to="/self-hosted/configuration/sso/#github-auth">GitHub SSO</Link> for your instance.
6363
</Alert>
6464

6565
You'll be given various credentials, configure them in `config.yml`:

develop-docs/self-hosted/backup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Self-Hosted Backup & Restore
33
sidebar_title: Backup & Restore
4-
sidebar_order: 20
4+
sidebar_order: 6
55
description: Learn how to backup and restore your self-hosted Sentry data using various methods
66
---
77

File renamed without changes.
File renamed without changes.
File renamed without changes.

develop-docs/self-hosted/configuration.mdx renamed to develop-docs/self-hosted/configuration/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ You very likely will want to adjust the default configuration for your Sentry in
2323

2424
1. **Environment variables**—The available keys are defined in [.env](https://github.com/getsentry/self-hosted/blob/master/.env). Use some system-dependent means of setting environment variables if you need to override any of them. To avoid Git changes, simply create a file called `.env.custom` and insert your system-dependent environment variables there. In order to use this, please use `docker compose --env-file /path/to/.env.custom up --wait`.
2525

26-
1. [Geolocation](/self-hosted/geolocation/) uses **a custom configuration file** to conform to the underlying technology.
26+
1. [Geolocation](/self-hosted/configuration/geolocation/) uses **a custom configuration file** to conform to the underlying technology.
2727

28-
You can find more about configuring Sentry at [the configuration section of our developer documentation](/config/).
28+
You can find more about configuring Sentry at [the configuration section of our developer documentation](/backend/config/).
2929

3030
<Alert title="Note">
3131
Once you change your configuration, it's highly recommended to re-run <code>./install.sh</code> script rather than restarting all services using <code>docker compose restart</code>. This ensures no other configuration or migrations that might be missing when something is toggled on.
@@ -73,9 +73,9 @@ docker compose --env-file .env --env-file .env.custom up --wait
7373

7474
Here is further information on specific configuration topics related to self-hosting:
7575

76-
- [Custom CA Roots](/self-hosted/custom-ca-roots/)
77-
- [Email](/self-hosted/email/)
78-
- [Geolocation](/self-hosted/geolocation/)
79-
- [Single Sign-On (SSO)](/self-hosted/sso/)
76+
- [Custom CA Roots](/self-hosted/configuration/custom-ca-roots/)
77+
- [Email](/self-hosted/configuration/email/)
78+
- [Geolocation](/self-hosted/configuration/geolocation/)
79+
- [Single Sign-On (SSO)](/self-hosted/configuration/sso/)
8080
- [Content Security Policy](/self-hosted/optional-features/csp/)
8181
- [Errors Only](/self-hosted/optional-features/errors-only/)
File renamed without changes.

develop-docs/self-hosted/data-flow.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Self-hosted Data Flow
33
sidebar_title: Data Flow
4-
sidebar_order: 20
4+
sidebar_order: 7
55
description: Learn about the data flow of self-hosted Sentry
66
---
77

@@ -95,4 +95,3 @@ graph LR
9595

9696
1. The `web` service is what you see, it's the Django web UI and API that serves the Sentry's frontend.
9797
2. The `worker` service mainly consumes tasks from `redis` that acts as a celery queue. One notable task is to send emails through the SMTP server.
98-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Self-Hosted Optional Features
33
sidebar_title: Optional Features
4-
sidebar_order: 60
4+
sidebar_order: 3
55
---
66

77
<PageGrid />

develop-docs/self-hosted/production-enhancements/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Self-Hosted Production Enhancements
33
sidebar_title: Production Enhancements
4-
sidebar_order: 50
4+
sidebar_order: 4
55
---
66

77
In order to make your self-hosted Sentry installation more production-ready, we provide some additional guides to help you optimize your Sentry instance.

0 commit comments

Comments
 (0)