Commit Graph

54 Commits

Author SHA1 Message Date
Sarah Sanders aa523eecd3
fix: remove unknown statuses (#22652)
## Description
- These statuses aren't needed in docs, they don't really occur in
practice

## Related issues or tickets

https://docker.atlassian.net/browse/ENGDOCS-2598?atlOrigin=eyJpIjoiODRlNWY3NDFmMDA3NDM1NDlkNWRjMWExMjFhYWRiOGQiLCJwIjoiaiJ9

## Reviews
- [ ] Editorial review 
- [ ] Product review @ajthilakan
2025-05-16 11:20:09 -04:00
Sarah Sanders aca7feed7b
security: add settings reference (#22625)
## Description
- Add a settings reference for a source of truth for Settings Management
and Docker Desktop settings
- Improved other Settings Management docs to link to reference and make
steps simpler
- Added hardened security recommendations to reference

*Ignore vale error*

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2581

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-05-14 14:53:46 -07:00
Cesar Talledo 371f608c03
Expand documentation on the KubernetesImagesRepository setting. (#22589)
<!--Delete sections as needed -->

## Description

Provide our users more help on this setting. Place the info in the
Kubernetes feature section, and link to it from the admin-settings
description for KubernetesImagesRepository.

<!-- Tell us what you did and why -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2025-05-08 17:18:59 -04:00
Sarah Sanders 9362a99260
security: settings reporting reference table (#22444)
## Description
- Adds a section to understand compliance status w/ a reference table of
possible status combinations
- Preview:
https://deploy-preview-22444--docsdocker.netlify.app/security/for-admins/hardened-desktop/settings-management/compliance-reporting/#understand-compliance-status

## Related issues or tickets
- https://docker.atlassian.net/browse/ENGDOCS-2561

## Reviews
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-29 10:29:01 -04:00
Allie Sadler cdcf7ef945
Merge pull request #22518 from aevesdocker/ai-section-2
ai section
2025-04-29 15:06:17 +01:00
Allie Sadler 00a32403b3
Revert "ai-section" (#22517)
Reverts docker/docs#22514
2025-04-29 14:36:32 +01:00
Allie Sadler 6f4e98652e
ai-section (#22514)
<!--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
2025-04-29 14:07:12 +01:00
Monica Chao d0e601bc89
Merge pull request #22474 from chaomonica/SEG-1124
docs: Added section explaining how RAM configurations restricting Docker hub interacts with mirror registries
2025-04-24 11:24:38 +01:00
karman 452734fa3a
call out the behavior when PAC file download fails (#22464)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets


https://docker.slack.com/archives/C02DDPKLJ0J/p1744707532756369?thread_ts=1744293644.289759&cid=C02DDPKLJ0J

<!-- 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
2025-04-22 10:07:29 +01:00
Sarah Sanders 23589f14d2
security: caveats for admin-settings.json (#22441)
## Description
- admin-settings.json required sign in & business subscription, or the
file will not apply settings
- updated prereqs to be clearer, added a known limitations section for
air-gapped containers or regulated environments that can't authenticate

## Related issues or tickets
- [ENGDOCS-2563](https://docker.atlassian.net/browse/ENGDOCS-2563)

## Reviews
- [ ] Product review
- [ ] Editorial review

[ENGDOCS-2563]:
https://docker.atlassian.net/browse/ENGDOCS-2563?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-04-21 09:06:29 -04:00
Cesar Talledo 3da3b16a61
admin-settings: add note regarding KinD + ECI config. (#22435)
<!--Delete sections as needed -->

## Description

In the admin-settings docs, in the section that describes settings for
Docker Desktop Kubernetes, add a note indicating that if a custom
repository is used for Kubernetes node images, and if Enhanced Container
Isolation (ECI) is enabled, the custom repository images must also be
added to the ECI Docker Socket image list setting.

## Related issues or tickets

https://docker.atlassian.net/browse/POS-2924
https://docker.atlassian.net/browse/SEG-1102

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-04-16 09:13:36 -04:00
Carlos Quintero 00297fd8e3
Fix typo (#22417)
Fix small typo
2025-04-14 08:10:00 +01:00
Sarah Sanders c9366f284e
cx: add deprecation alerts to hub org management docs (#22386)
## Description
Core experiences is planning to deprecate org management in Docker Hub
in a few months (~2ish months). This will remove org management from the
following DH pages:
- Members
- Teams
- Activity Logs
- Settings - General
- Settings - Security
- Settings - Image Access
- Settings Registry Access
- Settings - Deactivate org

This PR:
- Adds an include for the hub management callouts
- Adds the new include to all docs that mention deprecated flows/pages
for hub org management (docs across Admin and Security mostly)
- Restructuring docs w/ Admin Console vs. Docker Hub tabs, leading with
Admin Console
- Some other small nits while I was in this area

_I am still waiting on confirmation about Team repo management. This is
not currently in the Admin Console._

## Related issues or tickets
- [ENGDOCS-2516](https://docker.atlassian.net/browse/ENGDOCS-2516)

## Reviews
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2516]:
https://docker.atlassian.net/browse/ENGDOCS-2516?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-11 10:23:54 -04:00
Sarah Sanders b720d48b04
fix: settings management moved in AC UI (#22399)
## Description
- Settings management has moved, this PR fixes this. I will update the
UI tests as well

## Related issues or tickets
- https://github.com/docker/docs/issues/22398

## Reviews
- [ ] Editorial review
2025-04-09 12:59:22 -04:00
Sarah Sanders 16711cd178
cx: update docs for RAM limits (#22365)
## Description
- Docs previously stated there were no RAM limits, this is incorrect
- 100 is the limit
- Also added some guidance around using general-purpose URLs; doing this
can deprecate use of RAM limits

## Related issues or tickets
- [ENGDOCS-2517](https://docker.atlassian.net/browse/ENGDOCS-2517)

## Reviews
- [ ] Editorial review
- [ ] Product review @ajthilakan 

[ENGDOCS-2517]:
https://docker.atlassian.net/browse/ENGDOCS-2517?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-07 09:17:19 -04:00
Sarah Sanders 256da1adec
cx: desktop settings reporting (#21646)
## Description
- Added guide on desktop settings reporting

NOTE: To go out with DD 4.40 release in EA

## Related issues or tickets

[ENGDOCS-2346](https://docker.atlassian.net/browse/ENGDOCS-2346)

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2346]:
https://docker.atlassian.net/browse/ENGDOCS-2346?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-01 11:26:01 -07:00
CrazyMax 30be50d43f
build: fix docker container driver name (#22327)
## Description

Correct name is `Docker container driver`.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-28 08:48:26 +00:00
Allie Sadler 1aed8c9831
fix: remove outdated screenshot (#22322)
<!--Delete sections as needed -->

## Description

Does what it says on the tin

## 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
2025-03-27 13:45:11 +00:00
Sarah Sanders e5bacdd5e0
security: fix air gapped containers example (#22148)
## Description
- The example in the air gapped containers guide needs to be an array,
not a string
https://docs.docker.com/security/for-admins/hardened-desktop/air-gapped-containers/

## Related issues or tickets
- https://docker.slack.com/archives/C04300R4G5U/p1741027918035939

## Reviews
- [ ] Editorial review
2025-03-03 16:27:50 -05:00
Cesar Talledo aa7c3e19eb
Update important note in ECI doc per latest developments. (#22020)
<!--Delete sections as needed -->

## Description

Updated a note in the ECI docs, per latest feature developments.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-20 12:42:47 +00:00
Sarah Sanders 9e60716575 Remove EA badge from AC 2025-02-11 11:46:06 -05:00
Sarah Sanders f2c827f677
cx: remove EA from Docker Home/Admin Console/Settings (#21999)
## Description
- We are removing EA iconography in Docker Home/Settings/Admin Console
UI
- This PR removes it from the docs as well

## Related issues or tickets
- [ENGDOCS-2417](https://docker.atlassian.net/browse/ENGDOCS-2417)
- AC-4547
- https://github.com/docker/frontends/pull/11457

## Reviews
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2417]:
https://docker.atlassian.net/browse/ENGDOCS-2417?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-02-11 11:11:56 -05:00
Cesar Talledo f084d83d61
Typo fix in ECI FAQ doc. (#21965)
<!--Delete sections as needed -->

## Description

Typo fix in the ECI FAQ doc.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2025-02-05 08:39:13 +00:00
Cesar Talledo cb21bfc60f
ECI and Kubernetes Improvements (#21961)
<!--Delete sections as needed -->

## Description

* Added an image in the "Deploy on Kubernetes" section showing the
Docker Desktop Kubernetes settings.
* Updated the ECI FAQs regarding ECI protection for docker build and
Kubernetes.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-04 10:03:33 +00:00
Djordje Lukic 6d0fbf3834
Add documentation for MCP usage with Gordon (#21955)
<!--Delete sections as needed -->

## Description

* Moved gordon into its own directory
* Add a page that explains how MCP servers work with Gordon

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [x] Technical review
- [x] Editorial review
- [ ] Product review

---------

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-03 17:41:40 +00:00
Sarah Sanders 61fa434aea
fix: hugo includes rendering bug (#21943)
## Description
- There is a bug in Hugo that is not parsing includes that begin with a
shortcode correctly
- The fix here replaces the admin-early-access.md include with our
summary bar solution
- Summary bar shortcode updated to support text in the `availability`
field, this will allow us more flexibility with customizing this field
while still supporting the iconography
- NOTE: We will not be able to add the summary bar inside
{{tab}}/{{tabs}} layouts because it messes up the rendering

## Related issues or tickets

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-31 11:18:22 -08:00
Sarah Sanders 9f56d945a7
chore: summary bar cleanup (#21887)
## Description
- Updated "Contribute" guide to reference summary bars, added
instructions for using them
- Removed `introduced` partial, this is now replaced by the summary bar
`requires` value
- Updated all files using `introduced` partial to use summary bar,
updated YAML file w/ feature name and info

## Related issues or tickets
[ENGDOCS-2392](https://docker.atlassian.net/browse/ENGDOCS-2392)

## Reviews
- [ ] Technical review
- [ ] Editorial review

[ENGDOCS-2392]:
https://docker.atlassian.net/browse/ENGDOCS-2392?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-30 07:54:26 -08:00
Sarah Sanders d083617e9d
fix: update include.html for heading error (#21906)
## Description
- Problem: Some include shortcodes produce missing H3 ToC headings (ex:
https://docker.slack.com/archives/C039ZM6GH4Z/p1737545677728649)
- Fix: Update to include.html uses Hugo readFile function to fix parsing
errors and updated all include shortcodes using Find and Replace to use
correct syntax: `{{% "include-file" %}}`

## Related issues or tickets
-
[ENGDOCS-2398](https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiZGE3OTBmY2ExOTliNDVjY2JlOTc4Y2ViY2MwNDI3NDEiLCJwIjoiaiJ9)

## Reviews
- [ ] Technical review

[ENGDOCS-2398]:
https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-29 07:31:40 -08:00
Sarah Sanders 3de8201822
implement summary bars for feature attributes (#21667)
## Description
- Create `summary-bar.html` shortcode
- Inline styling

## Related issues or tickets
- [ENGDOCS-2334](https://docker.atlassian.net/browse/ENGDOCS-2334)

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2333]:
https://docker.atlassian.net/browse/ENGDOCS-2333?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Preview:
https://deploy-preview-21667--docsdocker.netlify.app/security/for-admins/hardened-desktop/settings-management/configure-admin-console/

[ENGDOCS-2334]:
https://docker.atlassian.net/browse/ENGDOCS-2334?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-21 09:19:16 -08:00
Allie Sadler 35a1631540
ENGDOCS-2336 (#21736)
<!--Delete sections as needed -->

## Description

Adds tags and improves page descriptions for some admin content 

## 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
2025-01-14 09:23:05 +00:00
David Karlsson 09a6ee6a76 desktop: add enableDockerAI settings management property
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 16:16:09 +01:00
Sarah Sanders 316115fc76
add docker consolidated subscriptions (#21476)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

- https://docker.atlassian.net/browse/HD-2066

## Reviews

Final sign offs in Notion doc

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Oleg Burov <ob1dev@icloud.com>
2024-12-10 08:37:56 -08:00
Cesar Talledo c9be6e267b
Fix a few typos in the ECI docs. (#21538)
<!--Delete sections as needed -->

## Description

Fix a few typos in the ECI docs.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-12-02 08:33:49 +00:00
Allie Sadler b26161d3f2
ENGDOCS-2324 (#21475)
<!--Delete sections as needed -->

## Description

Light freshness for ECI content and removes references to DD versions
that users can no longer download

**Note** There is a lot of 'allow' violations. Am deliberately choosing
to ignore them this time.

## 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
2024-11-28 15:20:43 +00:00
Allie Sadler 42d97aacf8
ENGDOCS-2181c (#21419)
<!--Delete sections as needed -->

## Description

Replaces https://github.com/docker/docs/pull/20646 that was so old it
was still using the `toc.yaml` file.
SME reviews complete. Just need editorial 

## 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
2024-11-21 14:59:22 +00:00
Cesar Talledo d0e5d1ae06
eci: document Docker socket mount permission improvements. (#21357)
## NOTE: Do not merge until Docker Desktop v4.36 is released.

<!--Delete sections as needed -->

## Description

Documents a couple of improvements for DD 4.36 in the [ECI Docker Socket
mount
permissions](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/config/#docker-socket-mount-permissions)
feature.

## Related issues or tickets

https://docker.atlassian.net/browse/POS-2740

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-11-18 16:19:59 +00:00
Sarah Sanders 3709b9bab5
Merge branch 'main' into ENGDOCS-2281 2024-11-13 09:38:26 -08:00
Allie Sadler c13ed7f2e5
ENGDOCS-2305 (#21397)
<!--Delete sections as needed -->

## Description

Settings Management freshness before the arrival of the SM in the Admin
Console. Have grouped the settings as they appear in the AC.

Page is still quite long and so would like to do some testing (potench
before the year is out) on whether splitting the info on all the
settings into its own 'reference' page would be useful or too 'jumpy'
for users.

## 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>
2024-11-13 10:06:15 +00:00
Allie Sadler cef62c197d
ENGDOCS-2306 (#21398)
<!--Delete sections as needed -->

## Description

Freshness on IAM, HDD index page and Air-gapped containers page. 

## 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
2024-11-12 08:05:58 +00:00
Sarah Sanders 363d194cac
Merge branch 'main' into ENGDOCS-2281 2024-11-11 14:59:50 -08:00
Sarah Sanders 8b81c215db Found more outdated callouts, fixed whitespacing 2024-11-08 10:32:44 -08:00
Sarah Sanders be328b9958 Update all outdated callouts 2024-11-08 10:31:58 -08:00
David Karlsson 64736e4c39 style: s/distro/distribution/g
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
Allie Sadler 99a24c4a6b
ENGDOCS-2300 (#21354)
<!--Delete sections as needed -->

## Description

Final PR to improve the DD IA. 

Validate test failing due to link that needs fixing in an upstream repo 

## 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

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 14:45:53 +00:00
Allie Sadler 502e61c960
ENGDOCS-2298 (#21339)
<!--Delete sections as needed -->

## Description

More DD IA improvements. Moves troubleshooting, faqs, support, and other
misc. pages.

## 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
2024-11-05 14:03:52 +00:00
Allie Sadler 3ea0cd758d
ENGDOCS-2283 (#21329)
<!--Delete sections as needed -->

## Description

Tidy up of DD IA. Creates a 'setup' folder and moves relevant pages
within it. First PR of a few

## 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
2024-11-05 10:07:48 +00:00
James Simas 8dd24764e2
Update features-benefits.md to fix typos (#21308)
## Description

This PR improves the phrasing of a sentence and fixes a typo in a
separate sentence.
2024-11-04 09:55:02 +00:00
Craig Gumbley 64a3458c91
Update references to settings.json to reflect new name (#21003)
<!--Delete sections as needed -->

## Description
As part of the settings management project, settings.json has been
renamed to settings-store.json.

This change updates the public docs so that they reflect the new name.

<!-- Tell us what you did and why -->

## Related issues or tickets
https://docker.atlassian.net/browse/DS-1506

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [x] Technical review @ebriney @aiordache 
- [x] Editorial review @aevesdocker
- [x] Product review @KatTomrushka
2024-10-24 16:14:39 +01:00
Allie Sadler 69c0e806a6
ENGDOCS-2230 (#20996)
* ENGDOCS-2230

* add release highlight

* rollback release note
2024-09-26 13:56:38 +01:00
Allie Sadler 3c7d225736
ENGDOCS-2217 (#20860)
* ENGDOCS-2217

* Update content/manuals/security/for-admins/hardened-desktop/registry-access-management.md

* Update content/manuals/security/for-admins/hardened-desktop/registry-access-management.md
2024-09-12 14:08:54 +01:00