Open alamb opened 1 week ago
https://github.com/apache/datafusion/raw/HEAD/datafusion/core/docs/source/_static/images/2x_bgwhite_original.png
was found in crate.io.https://github.com/apache/datafusion/raw/HEAD/docs/source/_static/images/2x_bgwhite_original.png
is the correct one.
The logo is missing because readme = "../../README.md"
in datafusion/core/Cargo.toml
.
If image ./static/image.png
was specified, in this case crates.io resolve path to datafusion/core/static/image.png
, but static/image.png
is what we would like is static/image.png
Possible solution:
datafusion/core/README.md
and readme = "./README.md"
)I prefer first one, and I could open a PR if you agree.
Also, I thinks it's an good first issue, so I can also leave it to other if missing logo is not an serious problem
I prefer first one, and I could open a PR if you agree.
I agree. Thank you 🐰
Also, I thinks it's an good first issue, so I can also leave it to other if missing logo is not an serious problem
Good call -- I added the tag. I defer to you if you want to fix it.
Describe the bug
https://crates.io/crates/datafusion/43.0.0 apache datafusion logo is missing
To Reproduce
not sure
Expected behavior
The logo should be like https://datafusion.apache.org/
Additional context
No response