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
183
183
All classes and functions must come with full PHPDoc.
184
184
185
185
Extensive documentation should also be provided in the ``Resources/doc/ ``
186
- directory (though only required when the documentation is shown on symfony.com) .
186
+ directory.
187
187
The index file (for example ``Resources/doc/index.rst `` or
188
188
``Resources/doc/index.md ``) is the only mandatory file and must be the entry
189
189
point 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.
192
192
193
193
Installation Instructions
194
194
~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments