You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update instructions to clarify it is intended for content owners
* Update setup instructions, GUID error instructions
* Extend update-manifest command to auto-include all images, then update the manifest file
* Add browser address bar image to instructions
* Update manifest
* Update image and manifest
Copy file name to clipboardExpand all lines: extensions/content-health-monitor/Makefile
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ clean:
49
49
.PHONY: update-manifest
50
50
update-manifest:
51
51
cp manifest.json manifest.old.json
52
-
uv run rsconnect write-manifest quarto content-health-monitor.qmd content_health_utils.py images/refresh-report.png images/settings-gear-icon.png --overwrite
f"The URL provided in <code>MONITORED_CONTENT</code> does not contain a valid GUID. "
151
153
f"The URL should contain a GUID like: <code>1d97c1ff-e56c-4074-906f-cb3557685b75</code><br><br>"
152
154
f"The URL provided is: <a href=\"{input_string}\" target=\"_blank\" rel=\"noopener noreferrer\">{input_string}</a><br><br>"
153
-
f"Please update your environment variable with a valid GUID or a URL containing a GUID."
155
+
f"Please update your environment variable with a valid a URL containing a GUID.<br><br>"
156
+
f"Or copy the GUID from the bottom of the Info tab. See the <a href=\"https://docs.posit.co/connect/user/content-settings/\" target=\"_blank\" rel=\"noopener noreferrer\">Connect Content Settings User Guide</a> instructions for more information.<br><br>"
f"The provided value was: <code>{input_string}</code><br><br>"
162
-
f"Please update your environment variable with a valid GUID or a URL containing a GUID."
165
+
f"Please update your environment variable with a valid GUID or a URL containing a GUID.<br><br>"
166
+
f"The GUID can be found at the bottom of the Info tab. See the <a href=\"https://docs.posit.co/connect/user/content-settings/\" target=\"_blank\" rel=\"noopener noreferrer\">Connect Content Settings User Guide</a> instructions for more information.<br><br>"
See Posit Connect documentation for <a href='https://docs.posit.co/connect/user/content-settings/#content-vars' target='_blank'>Vars (environment variables)</a>
0 commit comments