Closed
Description
I found some troubles to navigate fully offline through amazing Symfony documentation:
(1) Inside symfony-docs/_build/_theme/_templates/layout.html
was declared the main assets to external urls:
- css
http://symfony.com/css/compiled/v5/all.css?v=4
- js
http://symfony.com/js/v5/all.js?v=4
Without these files the documentation is almost impossible to navigate.
(2) Other small but not least important is that all *.svg paths (maybe some png) inside http://symfony.com/css/compiled/v5/all.css
, they aren't offline.
Is possible fix that ?