After merging a branch containing updates for Java versions from 1.8 to 22 into the homepage branch, the CodeMetropolis projects webpage currently appears broken, as shown in the screenshot below:
Previously, the webpage was functioning correctly when built and served locally with MkDocs. However, post-merge, it seems that there might be an issue with the MkDocs CSS and/or JS scripts, leading to the current display problems.
Expected State:
The webpage should appear as intended, similar to the example below:
Potential Causes:
Issues with MkDocs CSS file path.
Problems with MkDocs JS script path.
Errors in the merging process that may have overridden or conflicted with existing styles or scripts.
Task:
Identify and fix the issues with the MkDocs CSS and/or JS scripts to restore the webpage to its intended appearance.
Additional Information:
Ensure all CSS and JS files are correctly referenced and loaded.
Verify no merge conflicts have caused partial or incorrect integration of styles or scripts.
Test the fixed website locally before updating the homepage branch.
Issue Description
Current State:
After merging a branch containing updates for Java versions from 1.8 to 22 into the homepage branch, the CodeMetropolis projects webpage currently appears broken, as shown in the screenshot below:
Previously, the webpage was functioning correctly when built and served locally with MkDocs. However, post-merge, it seems that there might be an issue with the MkDocs CSS and/or JS scripts, leading to the current display problems.
Expected State:
The webpage should appear as intended, similar to the example below:
Potential Causes:
Task:
Identify and fix the issues with the MkDocs CSS and/or JS scripts to restore the webpage to its intended appearance.
Additional Information: