Skip to content

Commit 39a57a8

Browse files
ryok90swalker326
andauthored
fix: add environment overrides to sidebar and beta warning (#166)
Co-authored-by: shane <shane@swalker.dev>
1 parent b58c3df commit 39a57a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/features/environment-overrides.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: Dynamically control remote dependencies and environment variables p
77

88
One of Zephyr's most powerful capabilities is the ability to override application configuration on a per-deployment-environment basis. This means the same built application can dynamically adapt its behavior - consuming different versions of remote dependencies and using different environment variable values - depending on which environment URL serves it.
99

10+
:::warning Environment-Level Overrides Beta
11+
The features described on this page are currently in Beta, which means we are still improving and polishing every step of the implementation.
12+
:::
13+
1014
## Overview
1115

1216
Environment-level overrides enable two key capabilities:

rspress.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ const sidebar: Sidebar = {
8181
text: 'Remote Dependencies',
8282
link: '/features/remote-dependencies',
8383
},
84+
{
85+
text: 'Environment Overrides',
86+
link: '/features/environment-overrides',
87+
},
8488
{
8589
text: 'CI/CD',
8690
link: '/features/ci-cd',

0 commit comments

Comments
 (0)