Fokko commented on issue #10378:
URL: https://github.com/apache/iceberg/issues/10378#issuecomment-2139574447

   > 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to