mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-27 00:57:21 -05:00
9 lines
157 B
PHP
9 lines
157 B
PHP
<?php
|
|
|
|
return new Sami\Sami(
|
|
__DIR__ . '/src', [
|
|
'build_dir' => __DIR__ . '/docs/build',
|
|
'cache_dir' => __DIR__ . '/docs/cache'
|
|
]
|
|
);
|