Merge pull request #24839 from AdityaK60/Update_docs_backend
Updated the backend-system and frontend-system and plugins documents
This commit is contained in:
@@ -19,7 +19,11 @@ The diagram below provides an overview of the different building blocks, and the
|
||||
|
||||

|
||||
|
||||
> NOTE: These are all concepts that existed in our old backend system in one way or another, but they have now all been lifted up to be first class concerns.
|
||||
:::note Note
|
||||
|
||||
These are all concepts that existed in our old backend system in one way or another, but they have now all been lifted up to be first class concerns.
|
||||
|
||||
:::
|
||||
|
||||
### Backend
|
||||
|
||||
|
||||
@@ -192,7 +192,11 @@ When defining a default factory for a service, it is possible for it to end up w
|
||||
|
||||
## Service Factory Options
|
||||
|
||||
> NOTE: This pattern is discouraged, only use it when necessary. If possible you should prefer to make services configurable via static configuration instead.
|
||||
:::note Note
|
||||
|
||||
This pattern is discouraged, only use it when necessary. If possible you should prefer to make services configurable via static configuration instead.
|
||||
|
||||
:::
|
||||
|
||||
When declaring a service factory it's possible to include an options callback. This allows you to customize the factory through code when installing it in the backend. For example, this is how you install an explicit factory instance in the backend without any options:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user