Skip to content

Commit 45d8790

Browse files
committed
chore: move component customization into managing section
1 parent 2ccf5fd commit 45d8790

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pages:
4343
- Domains and Routing: applications/domains-and-routing.md
4444
- SSL Certificates: applications/ssl-certificates.md
4545
- Managing Workflow:
46+
- Configuring Components: managing-workflow/component-configuration.md
4647
- Configuring Load Balancers: managing-workflow/configuring-load-balancers.md
4748
- Configuring DNS: managing-workflow/configuring-dns.md
4849
- Platform Logging: managing-workflow/platform-logging.md

src/customizing-workflow/tuning-component-settings.md renamed to src/managing-workflow/component-configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
value: "admin_only"
2020
```
2121

22-
2322
## Customizing the Controller
2423

2524
The following environment variables are tunable for the [Controller][] component:
@@ -30,7 +29,6 @@ REGISTRATION_MODE | set registration to "enabled", "disabled", or "admin_only"
3029
GUNICORN_WORKERS | number of [gunicorn][] workers spawned to process requests (default: 8)
3130
DEIS_RESERVED_NAMES | a comma-separated list of names which applications cannot reserve for routing (default: "deis")
3231

33-
3432
## Customizing the Database
3533

3634
The following environment variables are tunable for the [Database][] component:

0 commit comments

Comments
 (0)