Skip to content

Update contribution docs to reflect migration to SymfonyCloud #10753

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

Merged
merged 1 commit into from
Dec 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ We love contributors! For more information on how you can contribute to the
Symfony documentation, please read
[Contributing to the Documentation](https://symfony.com/doc/current/contributing/documentation/overview.html)

Platform.sh
-----------
SymfonyCloud
------------

Pull requests are automatically built by [Platform.sh](https://platform.sh).
Pull requests are automatically built by [SymfonyCloud](https://symfony.com/cloud).

Docker
------
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,22 +229,22 @@ this hard work, it's **time to celebrate again!**
Review your changes
-------------------

Every GitHub Pull Request is automatically built and deployed by `Platform.sh`_
on a single environment that you can access on your browser to review your
changes.
Every GitHub Pull Request is automatically built and deployed by
`SymfonyCloud`_ on a single environment that you can access on your browser to
review your changes.

.. image:: /_images/contributing/docs-pull-request-platformsh.png
.. image:: /_images/contributing/docs-pull-request-symfonycloud.png
:align: center
:alt: Platform.sh Pull Request Deployment
:alt: SymfonyCloud Pull Request Deployment

To access the `Platform.sh`_ environment URL, go to your Pull Request page on
GitHub, click on the **Show all checks** link and finally, click on the ``Details``
link displayed for Platform.sh service.
To access the `SymfonyCloud`_ environment URL, go to your Pull Request page on
GitHub, click on the **Show all checks** link and finally, click on the
``Details`` link displayed for SymfonyCloud service.

.. note::

Only Pull Requests to maintained branches are automatically built by
Platform.sh. Check the `roadmap`_ for maintained branches.
SymfonyCloud. Check the `roadmap`_ for maintained branches.

Build the Documentation Locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -326,7 +326,7 @@ definitely don't want you to waste your time!
.. _`SymfonyConnect`: https://connect.symfony.com/
.. _`Symfony Documentation Badge`: https://connect.symfony.com/badge/36/symfony-documentation-contributor
.. _`sync your fork`: https://help.github.com/articles/syncing-a-fork
.. _`Platform.sh`: https://platform.sh
.. _`SymfonyCloud`: https://symfony.com/cloud
.. _`roadmap`: https://symfony.com/roadmap
.. _`pip`: https://pip.pypa.io/en/stable/
.. _`pip installation`: https://pip.pypa.io/en/stable/installing/
Expand Down