-
Notifications
You must be signed in to change notification settings - Fork 0
andrelec1/DocDocGenerator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published