doc.silverstripe.org/sapphiredocs/_config.php
Will Rossiter fb8ab2c1c8 Reimported sapphiredocs
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@120043 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-07-04 06:34:05 +00:00

14 lines
393 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. If you want this under a custom url
// define your own rule in your mysite/_config.php
Director::addRules(100, array(
'dev/docs' => 'DocumentationViewer'
));