Rebuild files and docs.

Former-commit-id: a3948db17af507d28d568d07d3e1a2afbd2c70ad
This commit is contained in:
John-David Dalton
2013-03-17 19:43:23 -05:00
parent d219c6e019
commit 17eda2a4cc
8 changed files with 536 additions and 304 deletions

View File

@@ -21,7 +21,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $file,
'title' => 'Lo-Dash <sup>v1.1.0</sup>',
'title' => 'Lo-Dash <sup>v1.0.1</sup>',
'toc' => 'categories',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
));