Skip to content

Commit fc7afc5

Browse files
authored
fix: Switch environments (#2817)
## Description Provide a concise summary of the changes made in this pull request - ## Pull request type Check the appropriate box: - [ ] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [ ] Error in documentation - [ ] Maintenance ## Documentation tickets Link to one or more documentation tickets: - ## Checklist From the below options, select the ones that are applicable: - [ ] Checked for Grammarly suggestions. - [ ] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent b674416 commit fc7afc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/connect-data/how-to-guides/setup-datasource-environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can switch between Staging and Production environments to configure the appl
5858

5959
#### Switching in Edit Mode
6060

61-
In Edit and Preview modes, select the environment from the bottom left corner of the screen. Switching environments in Edit mode does not affect the deployed version of the app, as the Production environment is always used for the deployed version.
61+
In *Edit* and *Preview* modes, select the environment from the bottom left corner of the screen. Switching the environment in *Edit* mode does not affect the deployed version of the application. The Production environment is always used in the deployed version.
6262

6363
<dd>
6464

@@ -72,9 +72,9 @@ In Edit and Preview modes, select the environment from the bottom left corner of
7272

7373
#### Switching in View Mode
7474

75-
In the app’s *View mode*, switch environments by adding a query parameter to the URL:
75+
In View mode, you can switch environments by adding a query parameter to the application URL:
7676

77-
- Production: To use the Production environment, add the following query parameter to the app URL:
77+
- To use the Production environment, append the following query parameter to the app URL:
7878

7979
<dd>
8080

@@ -85,8 +85,8 @@ In the app’s *View mode*, switch environments by adding a query parameter to t
8585
8686
</dd>
8787
88+
- To switch to the Staging environment, append the following query parameter to the app URL:
8889
89-
- Staging: To switch to the Staging environment, modify the URL as follows:
9090
9191
<dd>
9292

0 commit comments

Comments
 (0)