Skip to content

Commit

Permalink
Merging setup and install directories
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored and javiereguiluz committed Jul 15, 2016
1 parent 3918ee8 commit 38af4a6
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 deletions.
7 changes: 6 additions & 1 deletion _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@
/cookbook/form/unit_testing /form/unit_testing
/cookbook/form/use_empty_data /form/use_empty_data
/cookbook/frontend/bower /frontend/bower
/cookbook/install/unstable_versions /install/unstable_versions
/cookbook/install/unstable_versions /setup/unstable_versions
/cookbook/install/bundles /setup/bundles
/cookbook/install/upgrade_major /setup/upgrade_major
/cookbook/install/upgrade_minor /setup/upgrade_minor
/cookbook/install/upgrade_patch /setup/upgrade_patch
/cookbook/logging/channels_handlers /logging/channels_handlers
/cookbook/logging/monolog /logging
/cookbook/logging/monolog_console /logging/monolog_console
Expand Down Expand Up @@ -278,3 +282,4 @@
/components/var_dumper/index /components/var_dumper
/components/yaml/introduction /components/yaml
/components/yaml/index /components/yaml
/install/bundles setup/bundles
6 changes: 5 additions & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,11 @@ Learn More
:maxdepth: 1
:glob:

install/*
setup/homestead
setup/new_project_git
setup/built_in_web_server
setup/web_server_configuration
setup/composer
setup/*

.. _`Composer`: https://getcomposer.org/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions install/upgrade_major.rst → setup/upgrade_major.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Next, use Composer to download new versions of the libraries:
$ composer update symfony/symfony
.. include:: /install/_update_dep_errors.rst.inc
.. include:: /setup/_update_dep_errors.rst.inc

.. include:: /install/_update_all_packages.rst.inc
.. include:: /setup/_update_all_packages.rst.inc

.. _upgrade-major-symfony-after:

Expand Down
4 changes: 2 additions & 2 deletions install/upgrade_minor.rst → setup/upgrade_minor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Next, use Composer to download new versions of the libraries:
$ composer update symfony/symfony
.. include:: /install/_update_dep_errors.rst.inc
.. include:: /setup/_update_dep_errors.rst.inc

.. include:: /install/_update_all_packages.rst.inc
.. include:: /setup/_update_all_packages.rst.inc

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

Expand Down
File renamed without changes.

0 comments on commit 38af4a6

Please sign in to comment.