Sha256: be7283251181a8c980523bb043cad9f002e6a4c46730667e7b2fdf45020c6922
Contents?: true
Size: 360 Bytes
Versions: 8
Compression:
Stored size: 360 Bytes
Contents
module.exports = function indexPageProcessor(){ return{ $runBefore:['rendering-docs'], $runAfter:['componentsDataProcessor'], $process:function(docs){ docs.push({ template:'index.template.html', outputPath:'index.html', path:'index.html' }) } } };
Version data entries
8 entries across 8 versions & 1 rubygems