You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/02/01 05:47:21 UTC

[GitHub] [bookkeeper] hsaputra opened a new pull request #2570: Fix the current site to allow click links in doc

hsaputra opened a new pull request #2570:
URL: https://github.com/apache/bookkeeper/pull/2570


   Since there will be some time before we get site2 up and running, sending
   this fix to allow links in doc content ot be clickable.
   
   Currently, if user go to https://bookkeeper.apache.org/docs/latest/ the links
   in the doc can not be click since the div overlay of navigator on left is
   covering the content body.
   
   The simple proposed fix is to set width of navigator container class to
   certain width to not cover the body content.
   
   To verify behavior and proposed fix difference:
   
   1. Go to `https://bookkeeper.apache.org/docs/latest/` and try to click the `WAL` link. You will not see the cursor change to hand icon to click the link
   2. Now, visit the proposed fix at `https://hsaputra.github.io/bookkeeper-staging-site/docs/latest/`, then when  you hover on top of `WAL` link you should see the cursor change to hand point and allow you to click the link and navigate to the URL.
   


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

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



[GitHub] [bookkeeper] hsaputra commented on pull request #2570: Fix the current site to allow click links in doc

Posted by GitBox <gi...@apache.org>.
hsaputra commented on pull request #2570:
URL: https://github.com/apache/bookkeeper/pull/2570#issuecomment-770596868


   Sounds, good @eolivelli ! Thanks for quick review.
   
   This is not fancy fix since I am not full time web developer =P
   But this should help making BK site more usable until we have next gen project site up and running.


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

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



[GitHub] [bookkeeper] eolivelli merged pull request #2570: Fix the current site to allow click links in doc

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #2570:
URL: https://github.com/apache/bookkeeper/pull/2570


   


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

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