apache / sedona

A cluster computing framework for processing large-scale geospatial data
https://sedona.apache.org/
Apache License 2.0
1.96k stars 692 forks source link

[DOCS] Enable markdownlint rule MD045; Images should have alternate text #1627

Closed jbampton closed 1 month ago

jbampton commented 1 month ago

fixes #1391

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Added another check/test for our Markdown files.

Standardized the Markdown files by adding the missing "alt" text.

How was this patch tested?

Ran locally: pre-commit run --all-files

Did this PR include necessary documentation updates?