Skip to content

Commit 924fb6c

Browse files
committed
Added minor changes to the documentation.
1 parent 0a72a50 commit 924fb6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/build-apps/how-to-guides/configure-static-app-urls.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Static app URLs give every application and page a stable, readable route. Use th
88

99
## Prerequisites
1010

11+
- A self-hosted Appsmith instance running version 1.91 or later. See the [installation guides](/getting-started/setup/installation-guides) if you need to set up your instance.
1112
- You need edit access to the application.
1213
- Open the app in Appsmith and go to **Settings → General** to find the Static URL toggle.
1314

@@ -51,12 +52,12 @@ Keep slugs short, descriptive, and lowercase. Hyphenate multiword names (for exa
5152

5253
- When you enable static URLs in edit mode for a branch, the changes apply instantly to both edit and view modes of that branch.
5354
- After the initial setup, any subsequent changes to page slugs in edit mode require deployment to reflect in view mode.
54-
- Enabling static URLs on one branch does not automatically apply to other branches. You must enable static URLs separately for each branch, that also includes the main branch.
55+
- Enabling static URLs on one branch does not automatically update other pre-existing branches. Enable the setting manually on any branch that predates the change; branches created from a static-URL-enabled branch inherit it automatically.
5556
- Different branches of an application can have different unique app slug URLs. However, it's a best practice to configure the same app slug across all branches to maintain consistency.
5657

5758
## Cross-Instance deployment and Version control
5859

59-
- Exporting, importing, or syncing an application (via JSON or Git sync) preserves the static URL settings. If the application slugs are available on the target instance, the same routes continue to work.
60+
- Exporting, importing, or syncing an application (via JSON or Git sync) preserves the static URL settings. The same routes continue to work as long as the application slug is available on the target instance.
6061
- Importing into the same Appsmith instance automatically appends a short suffix when needed to keep the application slug unique.
6162
- After import, you can rename slugs manually if you prefer a different URL.
6263

0 commit comments

Comments
 (0)