Skip to content

Commit 5b6ef2a

Browse files
committed
linking directly and marking articles as orphans
1 parent 9a1695d commit 5b6ef2a

File tree

5 files changed

+22
-13
lines changed

5 files changed

+22
-13
lines changed

deployment.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,13 @@ manually taking other steps (see `Common Post-Deployment Tasks`_).
6363
Using Platforms as a Service
6464
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6565

66-
Using a Platform as a Service (PAAS) can be a great way to deploy your Symfony app
67-
quickly and easily. There are many PAAS - below are a few that work well with Symfony:
66+
Using a Platform as a Service (PaaS) can be a great way to deploy your Symfony app
67+
quickly and easily. There are many PaaS - below are a few that work well with Symfony:
6868

69-
.. toctree::
70-
:maxdepth: 1
71-
72-
deployment/heroku
73-
deployment/platformsh
74-
deployment/azure-website
75-
deployment/fortrabbit
69+
* `Heroku`_
70+
* `Platform.sh`_
71+
* `Azure`_
72+
* `fortrabbit`_
7673

7774
Using Build Scripts and other Tools
7875
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -257,3 +254,7 @@ Learn More
257254
.. _`Symfony plugin`: https://github.com/capistrano/symfony/
258255
.. _`Deployer`: http://deployer.org/
259256
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
257+
.. _`Heroku`: https://devcenter.heroku.com/articles/getting-started-with-symfony
258+
.. _`platform.sh`: https://docs.platform.sh/frameworks/symfony.html
259+
.. _`Azure`: https://azure.microsoft.com/en-us/develop/php/
260+
.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony-3-uni

deployment/azure-website.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
:orphan:
2+
13
.. index::
24
single: Deployment; Deploying to Microsoft Azure Website Cloud
35

4-
Deploying to Microsoft Azure Website Cloud
5-
==========================================
6+
Deploying to Microsoft Azure
7+
============================
68

79
If you want information about deploying to Azure, see their official documentation:
810
`Create your PHP web application on Azure`_

deployment/fortrabbit.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. index::
24
single: Deployment; Deploying to fortrabbit.com
35

deployment/heroku.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
:orphan:
2+
13
.. index::
24
single: Deployment; Deploying to Heroku Cloud
35

4-
Deploying to Heroku Cloud
5-
=========================
6+
Deploying to Heroku
7+
===================
68

79
To deploy to Heroku, see their official documentation:
810
`Getting Started with Symfony on Heroku`_.

deployment/platformsh.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. index::
24
single: Deployment; Deploying to Platform.sh
35

0 commit comments

Comments
 (0)