Skip to content

Commit e048178

Browse files
committed
minor #13706 Removed ClassLoader, DotEnv, Mercure, WebLink, Templating, ErrorHandler and Polyfill component docs (wouterj)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Removed ClassLoader, DotEnv, Mercure, WebLink, Templating, ErrorHandler and Polyfill component docs Let's take a bigger step and remove some more docs. These components were some more easy picks. The polyfills are already listed in https://symfony.com/components and their README files describe the polyfills contained in each package already. So I think we can remove them without any other change. Commits ------- 522d63b Removed ClassLoader component docs 386625b Removed ErrorHandler component docs 9d2313b Removed Templating component docs 1079fe3 Removed WebLink component docs 6bb1587 Removed Polyfill component docs 9943aae Removed Mercure component docs 4bc7793 Removed DotEnv component docs
2 parents b4ff675 + 522d63b commit e048178

31 files changed

+104
-1537
lines changed

_build/redirection_map

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/cookbook/email /email
1414
/cookbook/gmail /cookbook/email/gmail
1515
/cookbook/console /components/console
16-
/cookbook/tools/autoloader /components/class_loader
16+
/cookbook/tools/autoloader https://github.com/symfony/class-loader
1717
/cookbook/tools/finder /components/finder
1818
/cookbook/service_container/parentservices /service_container/parent_services
1919
/cookbook/service_container/factories /service_container/factories
@@ -295,15 +295,15 @@
295295
/components/asset/introduction /components/asset
296296
/components/browser_kit/index /components/browser_kit
297297
/components/browser_kit/introduction /components/browser_kit
298-
/components/class_loader/introduction /components/class_loader
299-
/components/class_loader/index /components/class_loader
300-
/components/class_loader/cache_class_loader /components/class_loader
301-
/components/class_loader/class_loader /components/class_loader
302-
/components/class_loader/class_map_generator /components/class_loader
303-
/components/class_loader/debug_class_loader /components/class_loader
304-
/components/class_loader/map_class_loader /components/class_loader
305-
/components/class_loader/map_class_loader /components/class_loader
306-
/components/class_loader/psr4_class_loader /components/class_loader
298+
/components/class_loader/introduction https://github.com/symfony/class-loader
299+
/components/class_loader/index https://github.com/symfony/class-loader
300+
/components/class_loader/cache_class_loader https://github.com/symfony/class-loader
301+
/components/class_loader/class_loader https://github.com/symfony/class-loader
302+
/components/class_loader/class_map_generator https://github.com/symfony/class-loader
303+
/components/class_loader/debug_class_loader https://github.com/symfony/class-loader
304+
/components/class_loader/map_class_loader https://github.com/symfony/class-loader
305+
/components/class_loader/map_class_loader https://github.com/symfony/class-loader
306+
/components/class_loader/psr4_class_loader https://github.com/symfony/class-loader
307307
/components/config/introduction /components/config
308308
/components/config/index /components/config
309309
/components/console/helpers/tablehelper /components/console/helpers/table
@@ -350,10 +350,10 @@
350350
/components/routing/hostname_pattern /routing/hostname_pattern
351351
/components/security/introduction /components/security
352352
/components/security/index /components/security
353-
/components/templating/introduction /components/templating
354-
/components/templating/index /components/templating
355-
/components/templating/helpers/assetshelper /components/templating/assetshelper
356-
/components/templating/helpers/slotshelper /components/templating/slotshelper
353+
/components/templating/introduction https://github.com/symfony/templating
354+
/components/templating/index https://github.com/symfony/templating
355+
/components/templating/helpers/assetshelper https://github.com/symfony/templating
356+
/components/templating/helpers/slotshelper https://github.com/symfony/templating
357357
/components/translation/introduction /components/translation
358358
/components/translation/index /components/translation
359359
/components/var_dumper/introduction /components/var_dumper
@@ -399,7 +399,7 @@
399399
/security/acl_advanced /security/acl
400400
/security/password_encoding /security
401401
/weblink /web_link
402-
/components/weblink /components/web_link
402+
/components/weblink https://github.com/symfony/web-link
403403
/frontend/encore/installation-no-flex /frontend/encore/installation
404404
/http_cache/form_csrf_caching /security/csrf
405405
/console/logging /console
@@ -481,3 +481,25 @@
481481
/components/routing https://github.com/symfony/routing
482482
/doctrine/pdo_session_storage /session/database
483483
/doctrine/mongodb_session_storage /session/database
484+
/components/dotenv https://github.com/symfony/dotenv
485+
/components/mercure https://github.com/symfony/mercure
486+
/components/polyfill_apcu https://github.com/symfony/polyfill-apcu
487+
/components/polyfill_ctype https://github.com/symfony/polyfill-ctype
488+
/components/polyfill_iconv https://github.com/symfony/polyfill-iconv
489+
/components/polyfill_intl_grapheme https://github.com/symfony/polyfill_intl-grapheme
490+
/components/polyfill_intl_icu https://github.com/symfony/polyfill_intl-icu
491+
/components/polyfill_intl_idn https://github.com/symfony/polyfill_intl-idn
492+
/components/polyfill_intl_normalizer https://github.com/symfony/polyfill_intl-normalizer
493+
/components/polyfill_mbstring https://github.com/symfony/polyfill-mbstring
494+
/components/polyfill_php54 https://github.com/symfony/polyfill-php54
495+
/components/polyfill_php55 https://github.com/symfony/polyfill-php55
496+
/components/polyfill_php56 https://github.com/symfony/polyfill-php56
497+
/components/polyfill_php70 https://github.com/symfony/polyfill-php70
498+
/components/polyfill_php71 https://github.com/symfony/polyfill-php71
499+
/components/polyfill_php72 https://github.com/symfony/polyfill-php72
500+
/components/polyfill_php73 https://github.com/symfony/polyfill-php73
501+
/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
502+
/components/web_link https://github.com/symfony/web-link
503+
/components/templating https://github.com/symfony/templating
504+
/components/error_handler https://github.com/symfony/error-handler
505+
/components/class_loader https://github.com/symfony/class-loader

components/asset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,6 @@ Learn more
401401
----------
402402

403403
* :doc:`How to manage CSS and JavaScript assets in Symfony applications </frontend>`
404-
* :doc:`WebLink component </components/web_link>` to preload assets using HTTP/2.
404+
* :doc:`WebLink component </web_link>` to preload assets using HTTP/2.
405405

406406
.. _`Webpack`: https://webpack.js.org/

components/class_loader.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

components/dotenv.rst

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)