소스 검색

[docs] Remove false information about recursive include fields

Igor Wiedler 13 년 전
부모
커밋
3b40771089
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      doc/05-repositories.md

+ 3 - 4
doc/05-repositories.md

@@ -121,8 +121,8 @@ This field is optional.
 #### includes
 
 For large repositories it is possible to split the `packages.json` into
-multiple files. The `includes` field from the root `packages.json` allows you
-to reference these additional files.
+multiple files. The `includes` field allows you to reference these additional
+files.
 
 An example:
 
@@ -141,8 +141,7 @@ An example:
     }
 
 The SHA-1 sum of the file allows it to be cached and only re-requested if the
-hash changed. Do note that `includes` are not resolved recursively, they can
-only be specified in the root `packages.json`.
+hash changed.
 
 This field is optional. You probably don't need it for your own custom
 repository.