samredai commented on pull request #7:
URL: https://github.com/apache/iceberg-docs/pull/7#issuecomment-1012556967


   @rdblue I just deployed this commit so you can see it in action 
[here](https://iceberg.redai.dev/). You should be able to test that the current 
javadoc links aren't broken, for example 
`https://iceberg.apache.org/javadoc/0.12.1/org/apache/iceberg/Table.html#expireSnapshots--`
 -> `s/apache.org/redai.dev` -> 
`https://iceberg.redai.dev/javadoc/0.12.1/org/apache/iceberg/Table.html#expireSnapshots--`.
   
   Keep in mind that the javadocs links in the markdown pages will be broken 
for now. I'll fix that in a follow-up PR. That's because `../javadoc` will need 
to be changed to `../../../javadoc` (to account for the `docs/<version>` 
included in the versioned doc site.
   
   As for the old javadocs, yes I can follow-up with adding those. It should be 
as simple as creating a branch for each of the versions and then updating the 
javadoc root directories in each branch to contain the corresponding javadoc.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to