javiroman commented on PR #29: URL: https://github.com/apache/incubator-livy-website/pull/29#issuecomment-2095218356
The site builds fine, and apparently the fonts and icons are not used, however this PR is not finalized because the bootstrap 3 (not the custom CSS style) it's trying to load the fonts/icons removed and we get a "no found" error in the browser console. So I have to update this PR (we can considered this PS a "draft"). To summarize for removing the Glyphicons components we have to upgrade from Bootstrap 3 to Bootstrap 4 (Glyphicons are embedded into Bootstrap 3), so the strategy is: 1. Upgrade the server UI to Bootstrap 4: https://github.com/apache/incubator-livy/tree/master/server/src/main/resources/org/apache/livy/server/ui/static (already done in my local repo, so 100% done) 2. Upgrade the API documentation to Bootstrap 4: https://github.com/apache/incubator-livy/tree/master/docs/assets/themes/apache (on-going right now, about a 75% done) 3. Upgrade to Bootstrap 4 the site (this PR): Pending right now. So in a few days I guess I will have all of this work done for closing this issue. -- 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]
