Commit Graph

514 Commits

Author SHA1 Message Date
Arthur
80581f3dfc fix: search display (#23250) 2025-08-15 11:15:55 +02:00
Arthur
39ff715091 ux: move support and theme buttons to topnav (#23243)
Move the contact support button and the theme switch button to the top
nav bar.
2025-08-15 10:51:55 +02:00
Arthur
d86c9065b7 chore: add utm parameters to dl urls (#23229)
<!--Delete sections as needed -->

## Description

Add UTM parameters to various download links.

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-08-12 09:13:50 +02:00
Arthur
b427433371 ux: copy search term to AI widget (#23212)
Harmonize buttons in the nav and automatically copy the search term to
the AI widget.
Uses "cmd k" to open the AI widget instead of search.
Touch up search results.
2025-08-11 09:33:02 +02:00
Sarah Sanders
86dccb683e fix: open in llm dropdown (#23145)
## Description
- The original implementation was trying to pass the entire content of
the documentation page through the URL parameters
- Web servers/browsers have limits on URLs
- Instead of passing the whole page as a URL parameter, the fix prompts
Claude with a reference to the markdown file, putting the fetching and
parsing onto the LLM, not the browser (which can't handle long
files/pages)
- Removing ChatGPT option, as OpenAI appears to no longer support
reading RAW markdown files (I tested this using our site and several
other docs sites)

## Related issues or tickets
Fixes https://github.com/docker/docs/issues/23144

## Reviews
- [ ] Editorial review

## Testing
Claude
<img width="893" height="711" alt="image"
src="https://github.com/user-attachments/assets/78fdafcd-4d7a-465e-b19d-a7f9c3eed326"
/>
2025-07-24 10:04:26 -04:00
Arthur
0cb6f5ea07 css: display main menu on mobile only (#23147)
Display the main menu widget only on smaller widths & touch up
appearance.

<img width="272" height="206" alt="Screenshot 2025-07-24 at 11 02 21"
src="https://github.com/user-attachments/assets/f7ad62cc-b513-4185-8ab7-727cc698fb1b"
/>
2025-07-24 14:58:52 +02:00
Mohit5Upadhyay
650936a46a fix(toc): remove horizontal overflow due Table of Contents (#23052) (#23068)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
This PR fixes the horizontal overflow issue in the Docker Docs Website
due to overflow Table of Contents section, as described in
[#23052](https://github.com/docker/docs/issues/23052).

### Changes made:
Updated layout structure and/or styles in:
- layouts/partials/aside.html
- layouts/partials/content-default.html

The fix prevents excessive width in the ToC container, which was
previously causing the entire page to become horizontally scrollable on
certain pages.

## Update:


https://github.com/user-attachments/assets/cdc3898c-ba21-468a-9add-0785abf0e76f


## Related issues or tickets
Closes #23052 

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

## Reviews

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

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

### Notes for reviewers:
- Let me know if you’d prefer a purely CSS-based solution, or if
structural changes are acceptable.
- Happy to tweak styles, breakpoints, or layout as needed!
2025-07-23 08:52:16 -04:00
Arthur
4f51bd8e1b dmr: add GHA example (#23136)
Add GHA workflow example for DMR

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-07-22 12:29:12 +00:00
Arthur
c7f64f3ee1 ui: add 'open in Claude/Chatgpt' to page options (#23110) 2025-07-18 15:16:24 +02:00
Sarah Sanders
7e5cb8c9b1 security: add unassociated machines docs (#23103)
## Description
- Adds unassociated machines (AA) docs
- Docs are unlisted

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

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

## Preview link

https://deploy-preview-23103--docsdocker.netlify.app/unassociated-machines/
2025-07-17 12:32:32 -04:00
Arthur
b7afa963ca fix: remove mask from svg (#23073) 2025-07-11 16:23:08 +01:00
Sarah Sanders
197da0c20e admin: company freshness (#23061)
## Description
- Clean version of my company freshness, lint was picking up issues from
other branches?

## Reviews
- [ ] Editorial review
2025-07-10 10:01:52 -04:00
Chaimaa Zegoumou
b8553216d3 chore(dd): update Windows Arm to EA (#23027)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
Updates Windows ARM builds to Early Access

## 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: Chaimaa ZEGOUMOU <chaimaa.zegoumou@docker.com>
2025-07-08 15:56:22 +01:00
Sarah Sanders
68c55b6b09 Merge pull request #23000 from sarahsanders-docker/admin-freshness-2
admin: org freshness part 2
2025-07-07 10:17:02 -04:00
Arthur
a949a7335a fix: visual touch-ups (#23012)
- **increase h2 mt**
- **tabs: remove rounded border**
- **fix page action icons**
- **increase article width**
- **reduce breadcrumb font size**
2025-07-07 12:41:58 +02:00
Sarah Sanders
683bd2268b Merge pull request #22947 from sarahsanders-docker/sidenav-release
cx: update docs for new sidenav
2025-07-02 16:18:30 -04:00
Arthur
21b9a3f8bc chore: reduce font size (#22968) 2025-07-01 11:19:01 -04:00
Arthur
03ae6f16f8 chore: fix search result color (#22962)
Some parts of the search results window are hard to read. Let's fix
this.

Before: see live website
After: 

![Screenshot 2025-07-01 at 12 45
40](https://github.com/user-attachments/assets/34e8e10c-d2ab-4c8b-9d83-07299915464e)
![Screenshot 2025-07-01 at 12 45
49](https://github.com/user-attachments/assets/a851dcdb-5423-40bc-9a8b-19cd949c408c)
2025-07-01 13:00:56 +02:00
Sarah Sanders
c2fcd81872 Revert "chore: update UI steps for new side nav" (#22931)
I merged too early, need to revert - this is going out next week.
2025-06-26 13:48:37 -04:00
Sarah Sanders
0e39ab8cc4 chore: update UI steps for new side nav (#22911)
## Description
- The Admin Console has a new navigation, starting w/ Docker Home >
Admin Console > expanded side nav
- Updates UI steps across docs site for Admin Console updates
- Also removes Domain audit docs, this section of the Admin Console/Hub
has been deprecated and replaced with Domain management

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

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-26 09:15:37 -04:00
David Karlsson
6dee98ad33 Merge pull request #22896 from dvdksn/llms.txt-exclude-hidden
chore: exclude hidden pages from llms.txt
2025-06-24 10:30:56 -04:00
Sarah Sanders
4cda46d38e cx: bulk resend invite users/members (#22861)
## Description
- CX added a bulk resend invite feature for users (company) and members
(org)

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

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

## Preview
-
https://deploy-preview-22861--docsdocker.netlify.app/admin/organization/members/#resend-an-invitation
-
https://deploy-preview-22861--docsdocker.netlify.app/admin/company/users/#resend-invitations-to-users
2025-06-18 09:36:06 -04:00
Sarah Sanders
19f6dcea04 fix: links (#22855)
## Description
- Removes open in new icons

## Related issues or tickets
https://docker.slack.com/archives/C039ZM6GH4Z/p1749575746706119

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-17 09:42:13 -04:00
Craig Osterhout
983d541636 dhi: add initial docs (#22852)
<!--Delete sections as needed -->

## Description

Add initial DHI docs

## Related issues or tickets

ENGDOCS- 22650

## Reviews

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

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

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-06-16 22:06:49 +01:00
CrazyMax
46349c4988 Merge pull request #22811 from Sujan-6905/fix-btn
Fix: make button shortcode fully clickable
2025-06-16 13:16:41 +02:00
Craig Osterhout
2fd4bb7117 styles: fix inline images (#22835)
<!--Delete sections as needed -->

## Description

Inline images have large margins. 
Example: https://docs.docker.com/desktop/setup/vm-vdi/#use-docker-cloud.

This classifies inline images as not prose to not tack on the extra
margin since it's inline.

Fixed example:
https://deploy-preview-22835--docsdocker.netlify.app/desktop/setup/vm-vdi/#use-docker-cloud


## Related issues or tickets

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

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-06-13 12:29:47 -07:00
Sarah Sanders
d50fe6664f fix: open in new tab for links (#22820)
## Description
- Update Contribute `links.md` to verify that internal and external
links open in the same tab.
- Remove "open in new" tab icon 

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

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-11 12:36:53 -04:00
Sarah Sanders
edd8605f4b security: update SCIM docs for Azure OIDC (#22771)
## Description
- Adds section to SCIM docs for Entra ID/Azure OIDC
- Adds testing section to SCIM doc
- Adds troubleshooting guide for provisioning
- Fixes numbers to 1,1,1 format
- Ignore vale

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

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

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-06-11 09:59:33 -04:00
sujan
ca6765ec75 Fix: make button shortcode fully clickable 2025-06-10 15:02:19 +00:00
Sebastiaan van Stijn
8e1af97dd0 layouts: fix oddly formatted closing bracket
My IDE didn't like it being wrapped; probably didn't have an actual
impact though, as browsers are quite forgiving.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-06-06 13:17:14 +02:00
Arthur
f60a4283a7 ux: touch up tabs (#22783) 2025-06-05 10:12:35 +01:00
Allie Sadler
5485c9f412 Revert "ux: touch up tabs" (#22779)
Reverts docker/docs#22774
2025-06-05 08:21:51 +01:00
Arthur
17ef8a68a3 ux: touch up tabs (#22774)
Reduce magins, add hover effect, add light background

![Frame
31](https://github.com/user-attachments/assets/1b028adf-3baf-4588-9161-329b272ffb8e)
2025-06-05 09:01:58 +02:00
Arthur
fce604bc19 MCP: MCP Toolkit in Docker Desktop (#22673)
Docs for the new GUI for the MCP Toolkit.


https://deploy-preview-22673--docsdocker.netlify.app/ai/mcp-catalog-and-toolkit/
2025-06-04 14:49:58 +01:00
Arthur
6a940f3b2a ux: update code block styling (#22761)
![export](https://github.com/user-attachments/assets/9a9df60b-22db-42b9-9b5d-3d2c7812bb0e)
2025-06-04 15:38:11 +02:00
Arthur
9eff1ba5fc theme: extract more styles (#22734)
Extract shared styling into appropriate utilities.
Improve toc width.
2025-05-30 09:20:56 -07:00
Arthur
1686e58dd1 fix: various theme improvements (#22725)
Harmonize various areas of the theme.
2025-05-30 11:57:20 +02:00
Craig Osterhout
3a609cdfa3 fix mailto links (#22715)
<!--Delete sections as needed -->

## Description

Fix mailto links to work with the following syntax:

`[email me](mailto:example@example.com)`

Can verify at
https://deploy-preview-22715--docsdocker.netlify.app/desktop/enterprise/

## Related issues or tickets

https://docker.slack.com/archives/C039ZM6GH4Z/p1748022452990369

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-05-29 07:23:20 -07:00
Arthur
a6f8367968 fix: increase codeblock title contrast (#22713) 2025-05-28 09:11:25 -04:00
Arthur
038e6dc682 chore: update Tailwind to v4 (#22666)
- Extract classes to utilities and components.
- Reduce number of colors used.
- Harmonize button colors.
- Restyle admonitions.
- Move **Page options** button to main article.
- Various color tweaks.
2025-05-28 08:37:10 +01:00
Sarah Sanders
537c9f158f fix: mobile footer issue (#22639)
## Description
- The Contact support button was appearing above the sidenav slideout on
mobile, this fixes that
- Tested on mobile in browser and mobile device
- Verified there is no impact to desktop web version

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

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-05-14 14:47:01 -04:00
Sarah Sanders
da86a326e5 security: fix callout in domain audit (#22624)
## Description
- Callout was misleading/linking to the wrong doc, this PR fixes that

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

## Reviews
- [ ] Editorial review
2025-05-14 14:46:03 -04:00
Sarah Sanders
9b93eb9f3e iam: multiple-idp (#21675)
## Description
- Updated SSO configuration/management docs for multiple IdP support
- Updated FAQs to clarify that Docker now supports it
- Fixed some typos

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

## Reviews
- [ ] Technical review @gurleensethi-docker @ivan-californias
@technicallyjosh
- [ ] Editorial review
- [ ] Product review 

[ENGDOCS-2358]:
https://docker.atlassian.net/browse/ENGDOCS-2358?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-05-12 13:47:02 -04:00
sarahsanders-docker
c6a5827b03 hide page options on mobile 2025-04-25 09:26:39 -04:00
Sarah Sanders
e2f2680e09 Merge pull request #22462 from sarahsanders-docker/fix-llms
fix: move llms page options out of title
2025-04-23 09:32:57 -04:00
Craig Osterhout
a6a887c1cb glossary: add static terms (#22401)
<!--Delete sections as needed -->

## Description

Reverted the glossary back to some static terms and instead added a tip
to ask AI.

https://deploy-preview-22401--docsdocker.netlify.app/reference/glossary/

## Related issues or tickets

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

## Reviews


- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-04-17 13:37:39 -07:00
David Karlsson
fbdd387c0e kapa: change bot protection mechanism to hcaptcha 2025-04-14 15:26:13 +02:00
Allie Sadler
d111b09ddb dmr banner (#22422)
<!--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-14 11:08:13 +01: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
ce09959c3c fix: pagefind error (#22355)
## Description
fix for new llms.txt page options rendering in search titles :')
2025-04-02 15:46:24 -04:00