mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
5 lines
78 B
PHP
5 lines
78 B
PHP
|
<?php
|
||
|
|
||
|
Director::addRules(100, array(
|
||
|
'dev/docs' => 'DocumentationViewer'
|
||
|
));
|