Skip to content

Commit fe482c4

Browse files
javiereguiluzGuikingone
authored andcommitted
Added more links to screencast videos
1 parent 89d21d5 commit fe482c4

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

frontend.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Managing CSS and JavaScript
22
===========================
33

4+
.. admonition:: Screencast
5+
:class: screencast
6+
7+
Do you prefer video tutorials? Check out the `Webpack Encore screencast series`_.
8+
49
Symfony ships with a pure-JavaScript library - called Webpack Encore - that makes
510
working with CSS and JavaScript a joy. You can use it, use something else, or just
611
create static CSS and JS files in your ``public/`` directory and include them in your
@@ -101,3 +106,4 @@ Other Front-End Articles
101106
.. _`Mix`: https://laravel.com/docs/5.4/mix
102107
.. _`Symfony`: http://symfony.com/
103108
.. _`Full API`: https://github.com/symfony/webpack-encore/blob/master/index.js
109+
.. _`Webpack Encore screencast series`: https://knpuniversity.com/screencast/webpack-encore

security.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Security
55
========
66

7+
.. admonition:: Screencast
8+
:class: screencast
9+
10+
Do you prefer video tutorials? Check out the `Symfony Security screencast series`_.
11+
712
Symfony's security system is incredibly powerful, but it can also be confusing
813
to set up. In this article you'll learn how to set up your application's security
914
step-by-step, from configuring your firewall and how you load users, to denying
@@ -1341,3 +1346,4 @@ Other Security Related Topics
13411346
.. _`frameworkextrabundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
13421347
.. _`HWIOAuthBundle`: https://github.com/hwi/HWIOAuthBundle
13431348
.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle
1349+
.. _`Symfony Security screencast series`: https://knpuniversity.com/screencast/symfony3-security

service_container.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
Service Container
66
=================
77

8+
.. admonition:: Screencast
9+
:class: screencast
10+
11+
Do you prefer video tutorials? Check out the `Symfony Fundamentals screencast series`_.
12+
813
Your application is *full* of useful objects: a "Mailer" object might help you
914
send emails while another object might help you save things to the database.
1015
Almost *everything* that your app "does" is actually done by one of these objects.
@@ -1063,3 +1068,4 @@ Learn more
10631068
.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture
10641069
.. _`Symfony Standard Edition (version 3.3) services.yaml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml
10651070
.. _`glob pattern`: https://en.wikipedia.org/wiki/Glob_(programming)
1071+
.. _`Symfony Fundamentals screencast series`: https://knpuniversity.com/screencast/symfony3-fundamentals

0 commit comments

Comments
 (0)