Skip to content

docs(extensions): fix backend API example syntax - #26139

Merged
aevesdocker merged 1 commit into
docker:mainfrom
nielskaspers:docs/issue-26138
Sep 23, 2026
Merged

aevesdocker merged 1 commit into
docker:mainfrom
nielskaspers:docs/issue-26138

Conversation

@nielskaspers

Copy link
Copy Markdown
Contributor

Fixes #26138

The ddClient.extension.vm.service.get() example is missing the closing parenthesis for console.log, so readers copying it get invalid TypeScript/JavaScript.

What changed:

  • Added the missing ) in content/manuals/extensions/extensions-sdk/dev/api/backend.md.

Validation:

  • git diff --check passed.
  • Local Prettier check not run: dependencies are not installed in this worktree.
  • Repository validation not run locally: Docker is unavailable. GitHub Actions and the Netlify preview will provide the repository checks.

Change notes:
- content/manuals/extensions/extensions-sdk/dev/api/backend.md — close the missing parenthesis in the backend service get example.
@netlify

netlify Bot commented Sep 21, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 8fe066d
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6ab0c8c61f0dd10008458a67
😎 Deploy Preview https://deploy-preview-26139--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/extensions Relates to Docker Extensions label Sep 21, 2026

@aevesdocker aevesdocker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@aevesdocker
aevesdocker merged commit f946e46 into docker:main Sep 23, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/extensions Relates to Docker Extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs-scanner] Syntax error in backend API code example

2 participants