File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
extensions/content-health-monitor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The following environment variables are required when previewing the report loca
1212# Required variables
1313CONNECT_SERVER # Set automatically when deployed to Connect
1414CONNECT_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
4848make 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 )
5151make update-manifest
5252
5353# Show help with all available targets
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments