Skip to content

Commit 3100ee9

Browse files
CopilotBornToBeRoot
andcommitted
Move policy property details to settings/update.md to avoid duplication
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent dbe56fe commit 3100ee9

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Website/docs/settings/update.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,22 @@ Check for new program versions on GitHub when the application is launched.
1414

1515
:::info System-Wide Policy
1616

17-
This setting can be controlled by administrators using a system-wide policy. See [System-Wide Policies](../system-wide-policies.md) for more information on how to configure the `Update_CheckForUpdatesAtStartup` policy.
17+
This setting can be controlled by administrators using a system-wide policy. See [System-Wide Policies](../system-wide-policies.md) for more information.
18+
19+
**Policy Property:** `Update_CheckForUpdatesAtStartup`
20+
21+
**Values:**
22+
- `true` - Force enable automatic update checks at startup for all users
23+
- `false` - Force disable automatic update checks at startup for all users
24+
- Omit the property - Allow users to control this setting themselves
25+
26+
**Example:**
27+
28+
```json
29+
{
30+
"Update_CheckForUpdatesAtStartup": false
31+
}
32+
```
1833

1934
:::
2035

Website/docs/system-wide-policies.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,6 @@ The `config.json` file uses a simple JSON structure to define policy values. An
4949

5050
:::
5151

52-
## Available Policies
53-
54-
### Update_CheckForUpdatesAtStartup
55-
56-
Controls whether the application checks for updates at startup for all users.
57-
58-
**Type:** `Boolean` (true/false)
59-
60-
**Default:** Not set (users control this setting)
61-
62-
**Values:**
63-
- `true` - Force enable automatic update checks at startup for all users
64-
- `false` - Force disable automatic update checks at startup for all users
65-
- Omit the property - Allow users to control this setting themselves
66-
6752
## Deployment
6853

6954
For enterprise deployments:
@@ -105,7 +90,7 @@ Ensure the `config.json` file has appropriate permissions so that regular users
10590
- Check the application logs for any error messages related to policy loading
10691

10792
**Policy values not showing in UI:**
108-
- Ensure the property name matches exactly: `Update_CheckForUpdatesAtStartup`
93+
- Ensure the property name matches exactly (see the corresponding setting's documentation for the property name)
10994
- Verify the value is a boolean (`true` or `false`), not a string (`"true"` or `"false"`)
11095
- Check that there are no syntax errors in the JSON file
11196

0 commit comments

Comments
 (0)