<!--Delete sections as needed -->
## Description
Quick refresh of autobuild content.
- Updated some linkTitles and weights to make the titles more scannable
in the nav and somewhat logically ordered.
- Updated capitalization to sentence case for consistency.
- `Automated builds`->`[Aa]utomated builds`
- `Autobuild`->`[Aa]utobuild`
- `Automated tests`->`[Aa]utomated tests`
- `Autotest`->`[Aa]utotest`
- Updated note formatting.
- Fixed some vale nags.
- `above`->`previous`
- `click`->`select`
Did a `git mv` with the following files, but I think the similar file
names caused everything to be flagged as new/deleted rather than just
renamed. Not planning to do a deeper refresh of the existing content at
this time.
- Renamed `_index.md` to `setup.md`
- Renamed `how-builds-work.md` to `_index.md`
https://deploy-preview-21610--docsdocker.netlify.app/docker-hub/repos/manage/builds/
## Related issues or tickets
ENGDOCS-2351
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
## Description
Noticed that on the source code we had two more modes:
e8ecf83ee0/api/specs.proto (L106)9633556bef/daemon/cluster/convert/service.go (L142)
## Related issues or tickets
## Reviews
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
Looks larger than it is: -
- A follow-up to comments on https://github.com/docker/docs/pull/21639
- Deals with hotjar issue
https://docker.slack.com/archives/C04BMTUC41E/p1734970724382829
- Vale freshness
## 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: Sarah Sanders <sarah.sanders@docker.com>
<!--Delete sections as needed -->
## Description
Based on customer feedback, it was not clear how to resolve the `unable
to create symbolic link` error which can result from a user without
permissions to create symbolic links when using a synchronized file
share.
## Related issues or tickets
- SEG-689
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [X] Editorial review
- [ ] Product review
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
Add a small note that Docker VMM is based on libkrun (which is an
excellent project!)
<!-- Tell us what you did and why -->
## Related issues or tickets
Related to https://x.com/slpnix/status/1872690298360410610
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
FYI @dgageot @slp
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Signed-off-by: David Scott <dave@recoil.org>
<!--Delete sections as needed -->
## Description
I updated the heading to replace <project directory> with the
HTML-escaped equivalent <project directory>. This change ensures
proper rendering on the web version of the site, where raw HTML don't
display correctly..
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Co-authored-by: Sergii Boboshko <sergii.boboshko@henesis.eu>
Something changed in a recent vale release where the old regex syntax
for enforcing case-sensitivity does not work anymore. This change
ensures that the allow-rule for ignoring pluralized acronyms only flag
terms that begin with two or more *uppercase* letters, followed by an s.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Debian 10 is no longer a supported version,
per content/manuals/engine/install/debian.md#os-requirements
Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>