wingedfox / dgeni-alive

Live docs on top of dgeni documentation generator
MIT License
26 stars 14 forks source link

Incompatibilities with dgeni-packages 0.13.x #14

Closed wrporter closed 7 years ago

wrporter commented 7 years ago

With version 0.13.x of dgeni-packages, there is a bug in checkAnchorLinks.js on line 13 where existence of doc.outputPath is not checked. I recommend upgrading to 0.16.0.

Also, there is a bug when using the examples-ext package, where path is not defined. The following line should be added at the top of the file.

var path = require('path');
wingedfox commented 7 years ago

Hi,

Thank you for the report, update will take a time because dgeni-packages upgraded nunjucks which requires to update all templates.

wingedfox commented 7 years ago

Merged.