Skip to content

Commit 807a8ec

Browse files
authored
docs scanner: extensions issues (#25119)
<!--Delete sections as needed --> ## Description Closes #25077 Closes #25076 Closes #25078 <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 18d1988 commit 807a8ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/manuals/extensions/extensions-sdk/dev/api/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ddClient.extension.vm.service
2020
.then((value: any) => console.log(value)
2121
```
2222
23-
See [Service API Reference](/reference/api/extensions-sdk/HttpService.md) for other methods such as POST, UPDATE, and DELETE.
23+
See [Service API Reference](/reference/api/extensions-sdk/HttpService.md) for other HTTP methods.
2424
2525
> Deprecated extension backend communication
2626
>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ddClient.host.openExternal("https://docker.com");
8484
8585
For more details about method parameters and the return types available, see [Desktop host API reference](/reference/api/extensions-sdk/Host.md).
8686

87-
> Deprecated user notifications
87+
> Deprecated external URL opening
8888
>
8989
> This method is deprecated and will be removed in a future version. Use the methods specified above.
9090

content/manuals/extensions/extensions-sdk/dev/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ The `ddClient` object gives access to various APIs:
3434
- [Dashboard](dashboard.md)
3535
- [Navigation](dashboard-routes-navigation.md)
3636

37-
See also the [Extensions API reference](reference/api/extensions-sdk/_index.md).
37+
See also the [Extensions API reference](/reference/api/extensions-sdk/_index.md).

0 commit comments

Comments
 (0)