소스 검색

Added basic docs to schema docs.

Christoph Hochstrasser 13 년 전
부모
커밋
5ec267ccf4
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      doc/04-schema.md

+ 10 - 0
doc/04-schema.md

@@ -225,6 +225,16 @@ Example:
         }
     }
 
+### include-paths
+
+A list of paths which should get appended to PHP's `include_path`.
+
+Example:
+
+    {
+        "include-paths": ["lib/"]
+    }
+
 ### target-dir
 
 Defines the installation target.