silverstripe-docsviewer/_config.php

13 lines
306 B
PHP
Executable File

<?php
/**
* Documentation Configuration
*
* Please override any of these options in your own projects _config.php file.
* For more information and documentation see sapphiredocs/docs/en
*/
// default location for documentation
Director::addRules(100, array(
'dev/docs' => 'DocumentationViewer'
));