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
2025-06-16 22:06:49 +01:00
2025-07-24 13:27:56 +01:00
2025-07-24 13:27:56 +01:00
2025-05-13 15:14:28 +02:00
2025-01-30 07:54:26 -08:00
2025-07-18 15:18:12 +02:00
2024-10-21 18:13:08 +02:00
2025-07-11 13:36:32 -07:00
2024-09-16 14:43:05 +02:00
2025-07-16 15:13:38 +02:00
2025-07-16 15:13:38 +02:00
2025-07-16 15:13:38 +02:00
2025-06-03 22:26:55 +02:00
2025-04-02 15:46:24 -04:00
2025-07-18 15:18:12 +02:00

Docs @ Docker

Welcome to Docker Documentation

Welcome to the Docker Documentation repository. This is the source for https://docs.docker.com/.

Feel free to send us pull requests and issues. Our docs are completely open source, and we deeply appreciate contributions from the Docker community!

Provide feedback

Wed love to hear your feedback! To submit feedback:

  • Click New issue on the docs repository, or
  • Click Request changes in the right column of every page on docs.docker.com, or
  • Click Give feedback on of every page in the docs.

To get community support, use the Docker Community Slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See Docker Pricing for details.

If you have an idea for a new feature or behavior change in a specific aspect of Docker or have found a product bug, file an issue in the project's repository.

Contribute to Docker docs

See CONTRIBUTING.md.

Copyright 2013-2025 Docker, Inc., released under the Apache 2.0 license .

Description
No description provided
Readme Apache-2.0 874 MiB
Languages
Markdown 97.3%
HTML 1.7%
CSS 0.4%
JavaScript 0.2%
Go 0.1%