dgeni-example
dgeni-example copied to clipboard
A really simple dgeni configuration
From my brief experience with this tool, it seems too manual. I'd like a main page navigation page that breaks things down into modules and their components for easy navigation....
Hey, this may sound silly, but I cannot for the life of me work out how to process markdown documents for documentation. I keep getting the following error: ``` error:...
"Unexpected reserved word" import {Angular} from 'angular'; "dgeni": "^0.4.1", "dgeni-packages": "^0.10.13",
I'm trying to bootstrap my own documentation app and stuck while making components tree template. Is there any variable available in template except doc? I've found that there is docs...
I would like to give a suggestion which is to replace the first npm install to this one: npm install --save-dev dgeni dgeni-packages canonical-path Because only seeing on the grunt-file...
Hi, thanks for the example. I am quite not sure, if it is an example for a custom documentation setup or a full-fledged jsdoc or ngdoc starter setup. If so,...
Hi @petebacondarwin, most dgeni examples I saw so far show how one `doc` can be converted to one templated HTML. However I have trouble finding out how to generate just...