You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/17 17:59:31 UTC

[GitHub] [iceberg-docs] samredai opened a new pull request #16: Historical javadoc sites and redirect for javadoc -> javadoc/latest

samredai opened a new pull request #16:
URL: https://github.com/apache/iceberg-docs/pull/16


   This adds all of the previous javadocs to the `asf-site` branch directly. It looks like a massive PR but it's just the following:
   
   - `cp -r ~/iceberg/site/docs/javadoc/ ~/iceberg-docs/javadoc`
   - Adding an index.html with the following content to allow `/javadoc` to redirect to `/javadoc/latest`
   ```html
   <head>
     <meta http-equiv="Refresh" content="0; url='/javadoc/latest'" />
   </head>
   ```


-- 
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-unsubscribe@iceberg.apache.org

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



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


[GitHub] [iceberg-docs] rdblue merged pull request #16: Historical javadoc sites and redirect for javadoc -> javadoc/latest

Posted by GitBox <gi...@apache.org>.
rdblue merged pull request #16:
URL: https://github.com/apache/iceberg-docs/pull/16


   


-- 
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-unsubscribe@iceberg.apache.org

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



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