mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
86dccb683e2a2271a3a9a49cbd40d512b6bdbd47
## 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" />
…
Docs @ Docker
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
We’d 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 and license
Copyright 2013-2025 Docker, Inc., released under the Apache 2.0 license .
Description
Languages
Markdown
97.3%
HTML
1.7%
CSS
0.4%
JavaScript
0.2%
Go
0.1%