Skip to content

Commit

Permalink
collapsable blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
BiosPlus committed Jan 31, 2024
1 parent d302702 commit 71c47a8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/macOS/os-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,23 @@ The best approach to combat this is to use Nudge.
{% include_relative resources/nudge-macos.mobileconfig %}
{% endcapture %}

```xml
{{ nudge_mobileconfig }}```

```filename: nudge-macos-web.mobileconfig```
<details>
<summary>Click to expand/collapse codeblock</summary>
```xml
{{ nudge_mobileconfig }}```
</details>

{% capture nudge_mobileconfig_web %}
{% include_relative resources/nudge-macos-web.mobileconfig %}
{% endcapture %}

```xml
{{ nudge_mobileconfig_web }}```
```filename: nudge-macos-web.mobileconfig```

<details>
<summary>Click to expand/collapse codeblock</summary>
```xml
{{ nudge_mobileconfig_web }}```
</details>

## MacOS 14+ (Sonoma and newer)

0 comments on commit 71c47a8

Please sign in to comment.