Page MenuHomePhorge

doctum.config.php
No OneTemporary

doctum.config.php

<?php
use Doctum\Doctum;
use Symfony\Component\Finder\Finder;
$iterator = Finder::create()
->files()
->name('*.php')
->exclude('bootstrap')
->exclude('cache')
->exclude('database')
->exclude('include')
->exclude('node_modules')
->exclude('tests')
->exclude('vendor')
->in(__DIR__);
return new Doctum(
$iterator,
[
'build_dir' => __DIR__ . '/../docs/build/%version%/',
'cache_dir' => __DIR__ . '/cache/',
'default_opened_level' => 1,
//'include_parent_data' => false,
]
);

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 3, 2:26 PM (17 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
288758
Default Alt Text
doctum.config.php (559 B)

Event Timeline