Tutorial: Configs

configs.php

return [
    'extension' => '.md',
    'folder' => 'doc',
    'export_extension' => '.html',
    'links' => [
        'Home'=> 'http://zweifisch.github.io/doklein/',
        'GitHub Repo'=> 'https://github.com/zweifisch/doklein',
    ],
];