<!--Delete sections as needed -->
## Description
Updates Docker Desktop CLI reference.
Ideally we vendor in the docs instead of manually adjusting. But need to
complete setup on this (David started this before he left). This is a
short term solution to get the docs in
## 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: Dorin-Andrei Geman <doringeman@gmail.com>
<!--Delete sections as needed -->
## Description
Move DD CLI to GA
Adds new `logs` command
Slight wording changes
`update` command now available for all OSs but have said 4.39 min
version in docs even though it's been available for mac since 4.38
## 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
New DD CLI feature for 4.37. Followed the way docker debug was added to
the CLI reference
## 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
New DD CLI feature for 4.37. Followed the way docker debug was added to
the CLI reference
## 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
The pages for commands with aliases, e.g. `docker build`, where linked
twice in `toc.yaml` which resulted in strange highlighting for the
current page in the sidebar. Updated the link targets for non-canonical
commands in the `toc.yaml` to point to the (redirected) shorthand paths
instead.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>