소스 검색

[DOCUMENTATION] Improve folder structure figure in "Path" type

Carlos Buenosvinos 5 년 전
부모
커밋
dc774a9409
1개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 8 6
      doc/05-repositories.md

+ 8 - 6
doc/05-repositories.md

@@ -626,12 +626,14 @@ especially useful when dealing with monolithic repositories.
 
 For instance, if you have the following directory structure in your repository:
 ```
-- apps
-\_ my-app
-  \_ composer.json
-- packages
-\_ my-package
-  \_ composer.json
+...
+├── apps
+│   └── my-app
+│       └── composer.json
+├── packages
+│   └── my-package
+│       └── composer.json
+...
 ```
 
 Then, to add the package `my/package` as a dependency, in your