Skip to content

[docs-scanner] Incorrect deprecation heading in dashboard.md #25077

@docker-agent

Description

@docker-agent

File: content/manuals/extensions/extensions-sdk/dev/api/dashboard.md

Issue

The page has two callout blocks both titled "Deprecated user notifications":

  1. Line 46: After the toast methods (success, warning, error) - correctly titled
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions