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


   This fixes all of the javadoc links in the markdown files. Instead of 
explicitly pointing to `javadoc/master`, they now use the `{{% icebergVersion 
%}}` short-code to resolve to the version of the site the user is currently 
visiting. In other words if the user is on the `0.12.1` docs site, all of the 
javadoc links will point to the `javadoc/0.12.1` site.
   
   Additionally, they all need to be prefixed with `../../` to back out of the 
versioned docs site.
   
   Before example: `../javadoc/master/index.html?org/apache/iceberg/Table.html`
   After example: `../../../javadoc/{{% icebergVersion 
%}}/index.html?org/apache/iceberg/Tables.html`


-- 
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