mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Merge pull request #406 from Delapouite/doc
Add home link in docs. [ci skip]
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
// generate Markdown
|
// generate Markdown
|
||||||
$markdown = docdown(array(
|
$markdown = docdown(array(
|
||||||
'path' => '../' . $filePath,
|
'path' => '../' . $filePath,
|
||||||
'title' => 'Lo-Dash <span>v' . $version . '</span>',
|
'title' => '<a href="http://lodash.com/">Lo-Dash</a> <span>v' . $version . '</span>',
|
||||||
'toc' => 'categories',
|
'toc' => 'categories',
|
||||||
'url' => 'https://github.com/lodash/lodash/blob/master/lodash.js'
|
'url' => 'https://github.com/lodash/lodash/blob/master/lodash.js'
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user