-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add extending docs, improve security docs and getting started #888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Extending API Platform | ||
|
||
Because it handles the complex, tedious and repetitive task of creating an API infrastructure for you, API Platform lets you focus on what matter the most for the end user: the business logic. | ||
To do so, API Platform provides a lot of extension points you can use to hook your own code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same point as before. If we're starting a new paragraph, it needs a blank line before. If not (i.e. it's just the next sentence), it should not be on a new line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With new lines, it's easier to read with vi and the like.
Partial alternative to #885. Closes #866.