File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,12 +183,12 @@ Documentation
183183All classes and functions must come with full PHPDoc.
184184
185185Extensive documentation should also be provided in the ``Resources/doc/ ``
186- directory (though only required when the documentation is shown on symfony.com) .
186+ directory.
187187The index file (for example ``Resources/doc/index.rst `` or
188188``Resources/doc/index.md ``) is the only mandatory file and must be the entry
189189point for the documentation. The
190- :doc: `reStructuredText (rST) </contributing/documentation/format >` is the most
191- common format as it's what's used to render the documentation on symfony.com
190+ :doc: `reStructuredText (rST) </contributing/documentation/format >` is the format
191+ used to render the documentation on symfony.com.
192192
193193Installation Instructions
194194~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments