Merge pull request #406 from Delapouite/doc

Add home link in docs. [ci skip]
This commit is contained in:
John-David Dalton
2013-11-27 01:43:30 -08:00

View File

@@ -24,7 +24,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $filePath,
'title' => 'Lo-Dash <span>v' . $version . '</span>',
'title' => '<a href="http://lodash.com/">Lo-Dash</a> <span>v' . $version . '</span>',
'toc' => 'categories',
'url' => 'https://github.com/lodash/lodash/blob/master/lodash.js'
));