mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
ec0e4a4b96
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@116279 467b73ca-7a2a-4603-9d3b-597d59a354a9
14 lines
393 B
PHP
Executable File
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'
|
|
)); |