-
Notifications
You must be signed in to change notification settings - Fork 379
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
Add notes on basic usage #651
Conversation
using the template helper. This is likely caused by having ``intercept_redirect`` enabled in your | ||
application configuration. To ensure that the images are rendered disable this option: | ||
|
||
.. code-block:: jinja |
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.
Not sure if I did this correctly.
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.
yeah .. not sure if one can nest like this ..
@wouterj ?
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.
Yes you can
.. code-block:: yaml | ||
|
||
# app/config/config.yml | ||
|
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.
this empty line should be removed according to Symfony doc standards
@wouterj, thanks a lot! I think I just got a lot better at RST now. Will do a follow-up. |
Turns out the doc on Symfony website (which is generated from the RSTs in
Resources/doc
) lacks a description of basic bundle functionality usage. TheIntroduction
section only describes the bundle's inner implementation, and other sections don't mention real bundle usage at all. Turns out the documentation for that was present inREADME.md
, so I've basically converted it from Markdown to RST.This fix should avoid confusion among the users that read the bundle's documentation on Symfony website.