@@ -229,25 +229,12 @@ this hard work, it's **time to celebrate again!**
229
229
Review your changes
230
230
-------------------
231
231
232
- Every GitHub Pull Request is automatically built and deployed by
233
- `SymfonyCloud `_ on a single environment that you can access on your browser to
234
- review your changes.
232
+ Symfony repository checks every Pull Request automatically to look for common
233
+ errors, inappropriate words, syntax issues in code blocks, etc.
235
234
236
- .. image :: /_images/contributing/docs-pull-request-symfonycloud.png
237
- :align: center
238
- :alt: SymfonyCloud Pull Request Deployment
239
-
240
- To access the `SymfonyCloud `_ environment URL, go to your Pull Request page on
241
- GitHub, click on the **Show all checks ** link and finally, click on the
242
- ``Details `` link displayed for SymfonyCloud service.
243
-
244
- .. note ::
245
-
246
- Only Pull Requests to maintained branches are automatically built by
247
- SymfonyCloud. Check the `roadmap `_ for maintained branches.
248
-
249
- To build a local copy of the documentation to review your changes, see the
250
- `Build the Documentation Locally `_ section in the README file.
235
+ Optionally you can also build the docs in your local machine to debug issues or
236
+ to read the documentation offline. To do so, follow the instructions included in
237
+ `the README file of symfony-docs repository `_.
251
238
252
239
Frequently Asked Questions
253
240
--------------------------
@@ -306,4 +293,4 @@ definitely don't want you to waste your time!
306
293
.. _`Symfony Documentation Badge` : https://connect.symfony.com/badge/36/symfony-documentation-contributor
307
294
.. _`SymfonyCloud` : https://symfony.com/cloud
308
295
.. _`roadmap` : https://symfony.com/releases
309
- .. _`Build the Documentation Locally ` : https://github.com/symfony/symfony-docs#build-documentation-locally
296
+ .. _`the README file of symfony-docs repository ` : https://github.com/symfony/symfony-docs#readme
0 commit comments