Description
The default Symfony documentation stylesheet https://symfony.com/css/compiled/v5/all.css?v=4
and js https://symfony.com/js/v5/all.js?v=4
files are no longer valid URLs; it looks like the new live Symfony documentation uses compiled stylesheet/js files, likely the result of webkit
or encore
.
While this is fine for the main website, we still need a consistent URL to point to for documentation PRs, as well as for local builds of documentation, including external projects that rely on this documentation (for example, local testing of the liip/imagine-bundle documentation now has no styling or javascript). Regarding this repository, all the current PRs show unstyled HTML on their platform.sh builds.
First, we need a static location for the compiled stylesheets and js to be exposed from the new build system, and then the lines that require updates in this repository are in _build/_theme/_templates/layout.html, specifically line 3 and line 10.