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