Skip to content

Repository files navigation

# DocDocGenerator
## Simple documentation viewer using DocGenerator.
Put All you DocGenerator Doc in a `Pages` folder:
![img.png](img.png)
Create simple documentation with `index.php`:
````php
<?php
use App\Kernel;
require dirname(__DIR__).'/vendor/autoload.php';
$documentation = new Kernel();
$documentation->setTitle('DocDocGenerator');
$documentation->loadMenu([
'DocDocGenerator' => 'DocDocGenerator',
'Install' => 'Install'
]);
$documentation->render();
````
Profit !
![img_1.png](img_1.png)

About

Documation generator with DocGenerator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages