소스 검색

[improve-docs] Specify that config and repositories are root-only, closes #500

Igor Wiedler 13 년 전
부모
커밋
99c90cde5a
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      doc/04-schema.md

+ 4 - 2
doc/04-schema.md

@@ -231,6 +231,8 @@ Example:
         "include-path": ["lib/"]
         "include-path": ["lib/"]
     }
     }
 
 
+Optional.
+
 ### target-dir
 ### target-dir
 
 
 Defines the installation target.
 Defines the installation target.
@@ -256,7 +258,7 @@ To do that, `autoload` and `target-dir` are defined as follows:
 
 
 Optional.
 Optional.
 
 
-### repositories
+### repositories <span>(root-only)</span>
 
 
 Custom package repositories to use.
 Custom package repositories to use.
 
 
@@ -322,7 +324,7 @@ will look from the first to the last repository, and pick the first match.
 By default Packagist is added last which means that custom repositories can
 By default Packagist is added last which means that custom repositories can
 override packages from it.
 override packages from it.
 
 
-### config
+### config <span>(root-only)</span>
 
 
 A set of configuration options. It is only used for projects.
 A set of configuration options. It is only used for projects.