Skip to content

docs: restore missing AI agent images to fix 404 errors #18780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

blink-so[bot]
Copy link
Contributor

@blink-so blink-so bot commented Jul 7, 2025

Fixes #18767

This PR restores the missing landing.png and duplicate.png images that were accidentally deleted in commit b26c9e2.

Problem

The images were deleted during a documentation restructure, but external links and cached website content are still referencing these image URLs, causing 404 errors:

  • https://raw.githubusercontent.com/coder/coder/main/docs/images/guides/ai-agents/landing.png
  • https://raw.githubusercontent.com/coder/coder/main/docs/images/guides/ai-agents/duplicate.png

Solution

Restore the original images from the git history to maintain backward compatibility for external references while preserving the current documentation structure.

Testing

✅ Verified images are restored to correct location
✅ Confirmed file sizes match original images
✅ No conflicts with current documentation structure

Restore landing.png and duplicate.png images that were accidentally
deleted in b26c9e2. These images are still referenced by external
links and the website, causing 404 errors.

Fixes #18767

Co-authored-by: kylecarbs <[email protected]>
@ericpaulsen
Copy link
Member

closes #18767

@ericpaulsen ericpaulsen requested a review from EdwardAngert July 7, 2025 21:29
@EdwardAngert EdwardAngert enabled auto-merge (squash) July 7, 2025 23:47
@EdwardAngert EdwardAngert merged commit 83192e2 into main Jul 7, 2025
34 checks passed
@EdwardAngert EdwardAngert deleted the fix/restore-missing-ai-agent-images branch July 7, 2025 23:48
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: 404 on some images on Agent pages
2 participants