mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
Use correct heading syntax
This commit is contained in:
+3
-3
@@ -35,7 +35,7 @@ Best Practices
|
|||||||
--------------
|
--------------
|
||||||
|
|
||||||
Default Bundle Config
|
Default Bundle Config
|
||||||
=====================
|
#####################
|
||||||
|
|
||||||
A recipe for a bundle should not contain all the configuration the bundle has to
|
A recipe for a bundle should not contain all the configuration the bundle has to
|
||||||
offer. A good recipe only contains a suggestion config for an application. That
|
offer. A good recipe only contains a suggestion config for an application. That
|
||||||
@@ -50,7 +50,7 @@ A bundle without config or routes do not need a recipe. Flex is smart enough to
|
|||||||
install that bundle anyways.
|
install that bundle anyways.
|
||||||
|
|
||||||
Modify Other Bundle's config
|
Modify Other Bundle's config
|
||||||
============================
|
############################
|
||||||
|
|
||||||
The general rule is that no recipe should modify other bundle's configuration. There
|
The general rule is that no recipe should modify other bundle's configuration. There
|
||||||
is however one exception. A recipe is allowed to append to a "config collection".
|
is however one exception. A recipe is allowed to append to a "config collection".
|
||||||
@@ -59,7 +59,7 @@ Example: Add a new connection to DoctrineBundle or add a new cache adapter to Sy
|
|||||||
Framework bundle.
|
Framework bundle.
|
||||||
|
|
||||||
Maintainability
|
Maintainability
|
||||||
===============
|
###############
|
||||||
|
|
||||||
The recipes contrib repository should contain the recipes for packages. Using
|
The recipes contrib repository should contain the recipes for packages. Using
|
||||||
"`copy-from-package` Configurator" for routes and config is not allowed. That would
|
"`copy-from-package` Configurator" for routes and config is not allowed. That would
|
||||||
|
|||||||
Reference in New Issue
Block a user