Skip to content
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

Skip image checks to match other repositories that use the asset server for images #9309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdbaldry
Copy link
Member

@jdbaldry jdbaldry commented Sep 17, 2024

What this PR does

Stop erroring when images are not included in page bundles. The image rules are documented in https://grafana.com/docs/writers-toolkit/review/doc-validator/errata/#image-does-not-exist. They insist that all images are stored in the repository in a page bundle and are only referenced by the containing page.

Assets should instead be stored in https://grafana.com/docs/writers-toolkit/write/image-guidelines/#where-to-store-media-assets to avoid bloating this repository and the website repository with binary files.

@tacole02 We'll probably want to migrate images as they are updated unless you want to do them all together?

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Stop erroring when images are not included in page bundles.

Assets should instead be stored in https://grafana.com/docs/writers-toolkit/write/image-guidelines/#where-to-store-media-assets.

Signed-off-by: Jack Baldry <[email protected]>
@jdbaldry jdbaldry requested a review from a team as a code owner September 17, 2024 08:50
@tacole02
Copy link
Contributor

tacole02 commented Sep 17, 2024

Hi, @jdbaldry , I can do a bulk migration for these. It will help me to learn the process! I created #9318 to track the work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants