Open manuzhang opened 6 months ago
Good catch @manuzhang ! Let me fix that on the website.
@jbonofre Are you working on all these issues?
I didn't start yet. Up to you. I can start on it tonight or you can take it.
Thanks for caching these @manuzhang. Let me know if you need any help!
Submitted https://github.com/apache/iceberg/pull/10397 for No. 3.
https://iceberg.apache.org/javadoc/nightly is not found
It looks like the nightly points to latest according to https://github.com/apache/iceberg/tree/main/site#building-the-versioned-docs
It looks like the nightly points to latest according to https://github.com/apache/iceberg/tree/main/site#building-the-versioned-docs
It's documented but not actually implemented.
Links in https://iceberg.apache.org/docs/1.4.3/metrics-reporting points to 1.5.2 Javadoc
That one is quite tricky. It looks like it uses the macro plugin to set the version. The problem is that the macro plugin doesn't work well with the monorepo plugin. There is no way to override the version. I think the easiest way to fix this is to change the directory structure from:
docs/1.4.3/
javadoc/1.4.3/
to:
1.4.3/docs/
1.4.3/javadoc/
This way we can make relative links. I can play around with this tomorrow
I'll bump this to 1.7.0. It would be best if we could fix this using the macro plugin in combination with the monorepo plugin: https://github.com/backstage/mkdocs-monorepo-plugin/issues/130
@Fokko thanks ! It makes sense. I will take a look on this one for 1.7.0 (definitely not a blocker for 1.6.0).
@jbonofre Did you want to work on this?
@RussellSpitzer sure thing ! I will ! Thanks !
Sorry I forgot this one. I can take a look later tonight or tomorrow morning my time.
@jbonofre Have you got a chance to fix javadoc (issue No.1)?
Apache Iceberg version
main (development)
Query engine
None
Please describe the bug 🐞
There are several issues with Javadoc