Skip to content

Commit

Permalink
Fix nextcloud widgets reference
Browse files Browse the repository at this point in the history
The nextcloud notifications and nextcloud php opcache widgets had the wrong type/name in the example block. This change should fix to use the good one.
  • Loading branch information
edugof authored Oct 18, 2023
1 parent 8a821c2 commit 7d3ea06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ Displays your notifications and allows deleting them.
#### Example

```yaml
- type: nextcloud-userstatus
- type: nextcloud-notifications
useProxy: true
options:
hostname: https://nextcloud.example.com
Expand Down Expand Up @@ -2060,7 +2060,7 @@ Shows statistics about PHP OPcache performance on your Nextcloud server.
#### Example

```yaml
- type: nextcloud-stats
- type: nextcloud-php-opcache
useProxy: true
options:
hostname: https://nextcloud.example.com
Expand Down

0 comments on commit 7d3ea06

Please sign in to comment.