Browse Source

Tweak documentation

Thomas Rabaix 13 năm trước cách đây
mục cha
commit
62f7e920f9
1 tập tin đã thay đổi với 0 bổ sung16 xóa
  1. 0 16
      Resources/doc/reference/installation.rst

+ 0 - 16
Resources/doc/reference/installation.rst

@@ -35,22 +35,6 @@ and run::
 
   bin/vendors install
 
-If you are using git, you can add them as submodules::
-
-  git submodule add git://github.com/sonata-project/SonatajQueryBundle.git vendor/bundles/Sonata/jQueryBundle
-  git submodule add git://github.com/sonata-project/SonataBluePrintBundle.git vendor/bundles/Sonata/BluePrintBundle
-  git submodule add git://github.com/sonata-project/SonataAdminBundle.git vendor/bundles/Sonata/AdminBundle
-  git submodule add git://github.com/knplabs/KnpMenuBundle.git vendor/bundles/Knp/Bundle/MenuBundle
-  git submodule add git://github.com/knplabs/KnpMenu.git vendor/knp/menu
-
-If you are not using git, you will have to download them :
-
-  - https://github.com/sonata-project/SonatajQueryBundle/archives/master
-  - https://github.com/sonata-project/SonataBluePrintBundle/archives/master
-  - https://github.com/sonata-project/SonataAdminBundle/archives/master
-  - https://github.com/knplabs/KnpMenuBundle/archives/master
-  - https://github.com/knplabs/KnpMenu/archives/master
-
 Configuration
 -------------