<!--Delete sections as needed -->
## Description
<!-- 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
## Summary
Fixed inconsistent terminology by standardizing on "company members"
instead of "company users" throughout company management documentation.
## Changes
- Updated front matter in `content/manuals/admin/company/users.md` to
use "company members" in description and keywords
- Updated link text in `content/manuals/admin/company/new-company.md`
from "Manage company users" to "Manage company members"
Fixes#24249
---
🤖 Generated with [cagent](https://github.com/docker/cagent)
Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
As per title, add security note. Once approved, the CVE details will be
published.
## 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
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
Updated get-started to inform enterprise/trial users at the start of the
topic that they must mirror and pull from Hub instead of dhi.io.
This is a band-aid to a bigger gap, "Get started with DHI Enterprise",
that will need to be addressed.
## Related issues or tickets
ENGDOCS-3208
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
## Summary
Fixed incorrect `docker pull` command syntax in deactivation
prerequisites.
## Changes
- Corrected `docker pull -a <image>:<tag>` to `docker pull -a <image>`
to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag
- Updated both `content/manuals/accounts/deactivate-user-account.md` and
`content/manuals/admin/organization/deactivate-account.md`
Fixes#24232
---
🤖 Generated with [cagent](https://github.com/docker/cagent)
Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
## Summary
Removed time-relative language from create-account.md to comply with
style guide.
## Changes
- Removed "currently" from the statement about linking sign-in methods,
changing "Docker doesn't currently support" to "Docker doesn't support"
Fixes#24231
---
🤖 Generated with [cagent](https://github.com/docker/cagent)
Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
## Summary
Removed repeated text about path behavior in the Compose Build
Specification documentation.
## Changes
- Consolidated duplicate sentences about absolute/relative path behavior
that appeared in both the "former case" and "latter case" paragraphs
- Improved clarity by explicitly referencing "When `build` is specified
as a string" and "When `build` is specified as a detailed structure"
instead of vague "former/latter" references
- Added a single consolidated paragraph explaining path behavior that
applies to both cases
Fixes#24163
---
🤖 Generated with [cagent](https://github.com/docker/cagent)
## Summary
Fixed malformed anchor link by removing `.md` extension from the anchor
portion.
## Changes
- Fixed anchor link in
`content/manuals/desktop/features/networking/networking-how-tos.md` from
`#firewalls-and-endpoint-visibility.md` to
`#firewalls-and-endpoint-visibility`
Fixes#24218
---
🤖 Generated with [cagent](https://github.com/docker/cagent)
Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
## Summary
Removed time-relative language from the Synchronized file shares Known
Issues section.
## Changes
- Removed "currently" from the file share limitation statement in
`content/manuals/desktop/features/synchronized-file-sharing.md` to align
with STYLE.md guidelines about writing timelessly.
Fixes#24184
---
🤖 Generated with [cagent](https://github.com/docker/cagent)
Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
<!-- 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
<!--Delete sections as needed -->
## Description
<!-- 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
<!--Delete sections as needed -->
## Description
<!-- 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
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>