8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9c2d commit 57fcec0Copy full SHA for 57fcec0
bundles/best_practices.rst
@@ -185,7 +185,8 @@ Documentation
185
All classes and functions must come with full PHPDoc.
186
187
Extensive documentation should also be provided in the ``Resources/doc/``
188
-directory. The index file (for example ``Resources/doc/index.rst`` or
+directory (though only required when the documentation is shown on symfony.com).
189
+The index file (for example ``Resources/doc/index.rst`` or
190
``Resources/doc/index.md``) is the only mandatory file and must be the entry
191
point for the documentation. The
192
:doc:`reStructuredText (rST) </contributing/documentation/format>` is the most
0 commit comments