diff --git a/doc/book/zend.file.class-file-locator.md b/doc/book/zend.file.class-file-locator.md new file mode 100644 index 0000000..e5026ab --- /dev/null +++ b/doc/book/zend.file.class-file-locator.md @@ -0,0 +1,13 @@ +# Zend\\File\\ClassFileLocator + +## Overview + +TODO + +## Available Methods + +TODO + +## Examples + +TODO diff --git a/doc/bookdown.json b/doc/bookdown.json new file mode 100644 index 0000000..85b5b25 --- /dev/null +++ b/doc/bookdown.json @@ -0,0 +1,7 @@ +{ + "title": "Zend\\File", + "target": "html/", + "content": [ + "book/zend.file.class-file-locator.md" + ] +} \ No newline at end of file