File: content/manuals/extensions/extensions-sdk/dev/api/dashboard.md
Issue
The page has two callout blocks both titled "Deprecated user notifications":
- Line 46: After the toast methods (success, warning, error) - correctly titled
- Line 87: After the
openExternal method - incorrectly titled
The second callout (line 87) describes the deprecated window.ddClient.openExternal() method, which is for opening external URLs, not for user notifications.
Why this matters
Readers will be confused seeing the same deprecation heading twice in different contexts. The second heading mislabels what is being deprecated, making it unclear what the deprecated method actually does.
Suggested fix
Change the second callout heading (line 87) to:
> Deprecated external URL opening
This accurately describes the openExternal method being deprecated.
Found by nightly documentation quality scanner
File:
content/manuals/extensions/extensions-sdk/dev/api/dashboard.mdIssue
The page has two callout blocks both titled "Deprecated user notifications":
openExternalmethod - incorrectly titledThe second callout (line 87) describes the deprecated
window.ddClient.openExternal()method, which is for opening external URLs, not for user notifications.Why this matters
Readers will be confused seeing the same deprecation heading twice in different contexts. The second heading mislabels what is being deprecated, making it unclear what the deprecated method actually does.
Suggested fix
Change the second callout heading (line 87) to:
> Deprecated external URL openingThis accurately describes the
openExternalmethod being deprecated.Found by nightly documentation quality scanner