Skip to content

Commit 38b80e9

Browse files
committed
[Security] WIP refactoring of the security chapter
This makes the security chapter cover much more core functionality, and written a bit more like a tutorial. This moves much into cookbooks as well. This is a WIP as there are still a few things on the previous version of the docs that aren't included here. I also have a list of things that are missing from both (and are pretty important).
1 parent 1a041cb commit 38b80e9

24 files changed

+1242
-2078
lines changed

book/doctrine/orm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ the ORM resolves to:
264264
There are lots of other configuration options that you can use to overwrite
265265
certain classes, but those are for very advanced use-cases only. You should
266266
look at the :doc:`configuration reference
267-
</reference/bundle_configuration/DoctrineBundle>` to get an overview of all
267+
</reference/configuration/doctrine>` to get an overview of all
268268
the supported options.
269269

270270
For the caching drivers you can specify the values "array", "apc", "memcache"

book/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Book
1414
testing
1515
validation
1616
forms
17-
security/index
17+
security
1818
http_cache
1919
translation
2020
console

book/map.rst.inc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@
1515

1616
* :doc:`Validation </book/validation>`
1717
* :doc:`Forms </book/forms>`
18-
19-
* **Security**:
20-
21-
* :doc:`Overview </book/security/overview>` |
22-
* :doc:`/book/security/users` |
23-
* :doc:`/book/security/authentication` |
24-
* :doc:`/book/security/authorization` |
25-
* :doc:`ACLs </book/security/acl>` |
26-
* :doc:`Advanced ACLs </book/security/acl_advanced>` |
27-
* :doc:`Configuration Reference </book/security/config_reference>`
18+
* :doc:`Security </book/security>`
2819

2920
* :doc:`/book/http_cache`
3021
* :doc:`/book/translation`

0 commit comments

Comments
 (0)