Skip to content

Commit 3b4fe7d

Browse files
authored
Release Content Health Monitor v1.0.0 (#272)
* Release Content Health Monitor v1.0.0 * Update manifest to use extension category * Update README * Update README
1 parent 0ae7a19 commit 3b4fe7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/content-health-monitor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following environment variables are required when previewing the report loca
1212
# Required variables
1313
CONNECT_SERVER # Set automatically when deployed to Connect
1414
CONNECT_API_KEY # Set automatically when deployed to Connect
15-
MONITORED_CONTENT # GUID for the content to monitor
15+
MONITORED_CONTENT # URL including a GUID or the GUID for the content to monitor
1616
```
1717

1818
# Usage
@@ -47,7 +47,7 @@ make test-unit
4747
# Run only integration tests
4848
make test-integration
4949

50-
# Update manifest.json (preserves extension and environment blocks)
50+
# Update manifest.json (preserves extension and environment blocks and automatically adds new image files)
5151
make update-manifest
5252

5353
# Show help with all available targets

extensions/content-health-monitor/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"category": "extension",
1313
"tags": [],
1414
"minimumConnectVersion": "2025.04.0",
15-
"version": "0.0.0"
15+
"version": "1.0.0"
1616
},
1717
"environment": {
1818
"python": {

0 commit comments

Comments
 (0)