File: content/manuals/docker-hub/repos/manage/hub-images/_index.md
Issue
The index page describes the "Image Management" topic with this text:
- Image Management: Manage your images and image indexes to optimize your repository storage.
However, the actual manage.md page is focused almost entirely on deleting images and image indexes. The page title is "Image Management" but the content is specifically about deletion operations, not general management or optimization strategies.
Why this matters
A reader looking for guidance on "managing images to optimize repository storage" will click this link expecting broader management capabilities (like organizing, tagging strategies, storage optimization techniques, etc.). Instead, they'll find only deletion instructions. The description sets an expectation that the linked page doesn't fulfill.
Suggested fix
Update the description in _index.md to accurately reflect what the page covers:
- [Image Management](./manage.md): Delete images and image indexes to free up repository storage.
Or, alternatively, if the page title in manage.md should be more specific:
- [Delete images](./manage.md): Remove images and image indexes to free up repository storage.
Found by nightly documentation quality scanner
File:
content/manuals/docker-hub/repos/manage/hub-images/_index.mdIssue
The index page describes the "Image Management" topic with this text:
However, the actual
manage.mdpage is focused almost entirely on deleting images and image indexes. The page title is "Image Management" but the content is specifically about deletion operations, not general management or optimization strategies.Why this matters
A reader looking for guidance on "managing images to optimize repository storage" will click this link expecting broader management capabilities (like organizing, tagging strategies, storage optimization techniques, etc.). Instead, they'll find only deletion instructions. The description sets an expectation that the linked page doesn't fulfill.
Suggested fix
Update the description in
_index.mdto accurately reflect what the page covers:Or, alternatively, if the page title in
manage.mdshould be more specific:Found by nightly documentation quality scanner