Skip to content

andrelec1/DocDocGenerator

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

Watchers

Forks

Releases

No releases published

Packages

No packages published