thisisnic commented on PR #14800:
URL: https://github.com/apache/arrow/pull/14800#issuecomment-1334230423

   > Can I confirm what problem is fixed by this?
   > 
   > I confirmed the current https://arrow.apache.org/docs/r/ . The version 
dropdown shows "10.0.0.9000 (dev)" not "10.0.0 (release)". Is it a problem that 
is fixed by this PR?
   > 
   > I also confirmed that "9.0.0" in https://arrow.apache.org/docs/r/ can move 
to https://arrow.apache.org/docs/9.0/r/ . I think that it's expected. I also 
confirmed that "10.0.0 (release)" in https://arrow.apache.org/docs/9.0/r/ can 
move to https://arrow.apache.org/docs/r/ . I think that it's expected too.
   
   The problem is that in a recent PR (since 10.0.1) we upgraded to Bootstrap 5 
from Bootstrap 3.  In the HTML templates which the pkgdown package (used to 
generate the docs) uses, there is a span called "version" in the template for 
Bootstrap 3 but not for Bootstrap 5.  The JavaScript we use to implement the 
version switcher replaces that span with the version switcher.  In the dev 
docs, the version switcher is not working because of this: 
https://arrow.apache.org/docs/dev/r/ 


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

Reply via email to