Skip to content

Commit 3df2f77

Browse files
committed
minor #81 Merging setup and install directories (weaverryan)
This PR was squashed before being merged into the 2.7 branch (closes #81). Discussion ---------- Merging setup and install directories We were linking to both of these directories from `setup.rst`, so I merged them. It's still a mixture of upgrading & installing... but maybe we can worry about that later. Will fix #65 Commits ------- 38af4a6 Merging setup and install directories
2 parents d797430 + 38af4a6 commit 3df2f77

9 files changed

+15
-6
lines changed

_build/redirection_map

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@
151151
/cookbook/form/unit_testing /form/unit_testing
152152
/cookbook/form/use_empty_data /form/use_empty_data
153153
/cookbook/frontend/bower /frontend/bower
154-
/cookbook/install/unstable_versions /install/unstable_versions
154+
/cookbook/install/unstable_versions /setup/unstable_versions
155+
/cookbook/install/bundles /setup/bundles
156+
/cookbook/install/upgrade_major /setup/upgrade_major
157+
/cookbook/install/upgrade_minor /setup/upgrade_minor
158+
/cookbook/install/upgrade_patch /setup/upgrade_patch
155159
/cookbook/logging/channels_handlers /logging/channels_handlers
156160
/cookbook/logging/monolog /logging
157161
/cookbook/logging/monolog_console /logging/monolog_console
@@ -287,3 +291,4 @@
287291
/components/var_dumper/index /components/var_dumper
288292
/components/yaml/introduction /components/yaml
289293
/components/yaml/index /components/yaml
294+
/install/bundles setup/bundles

setup.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,11 @@ Learn More
355355
:maxdepth: 1
356356
:glob:
357357

358-
install/*
358+
setup/homestead
359+
setup/new_project_git
360+
setup/built_in_web_server
361+
setup/web_server_configuration
362+
setup/composer
359363
setup/*
360364

361365
.. _`Composer`: https://getcomposer.org/
File renamed without changes.
File renamed without changes.
File renamed without changes.

install/upgrade_major.rst renamed to setup/upgrade_major.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Next, use Composer to download new versions of the libraries:
136136
137137
$ composer update symfony/symfony
138138
139-
.. include:: /install/_update_dep_errors.rst.inc
139+
.. include:: /setup/_update_dep_errors.rst.inc
140140

141-
.. include:: /install/_update_all_packages.rst.inc
141+
.. include:: /setup/_update_all_packages.rst.inc
142142

143143
.. _upgrade-major-symfony-after:
144144

install/upgrade_minor.rst renamed to setup/upgrade_minor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Next, use Composer to download new versions of the libraries:
4141
4242
$ composer update symfony/symfony
4343
44-
.. include:: /install/_update_dep_errors.rst.inc
44+
.. include:: /setup/_update_dep_errors.rst.inc
4545

46-
.. include:: /install/_update_all_packages.rst.inc
46+
.. include:: /setup/_update_all_packages.rst.inc
4747

4848
.. _`upgrade-minor-symfony-code`:
4949

File renamed without changes.

0 commit comments

Comments
 (0)