Skip to content

Commit

Permalink
minor #81 Merging setup and install directories (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Jul 15, 2016
2 parents d797430 + 38af4a6 commit 3df2f77
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 @@ -287,3 +291,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 3df2f77

Please sign in to comment.