mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Update doc options.
This commit is contained in:
@@ -18,10 +18,11 @@ var config = {
|
|||||||
'base': {
|
'base': {
|
||||||
'entryLinks': [
|
'entryLinks': [
|
||||||
'<% if (name == "templateSettings" || !/^(?:methods|properties|seq)$/i.test(category)) {' +
|
'<% if (name == "templateSettings" || !/^(?:methods|properties|seq)$/i.test(category)) {' +
|
||||||
'print("[Ⓝ](https://www.npmjs.com/package/lodash." + name.toLowerCase() + " \\"See the npm package\\")")' +
|
'print("[npm package](https://www.npmjs.com/package/lodash." + name.toLowerCase() + ")")' +
|
||||||
'} %>'
|
'} %>'
|
||||||
],
|
],
|
||||||
'path': path.join(basePath, 'lodash.js'),
|
'path': path.join(basePath, 'lodash.js'),
|
||||||
|
'sourceLink': '[source](${sourceHref})',
|
||||||
'title': '<a href="https://lodash.com/">lodash</a> <span>v' + version + '</span>',
|
'title': '<a href="https://lodash.com/">lodash</a> <span>v' + version + '</span>',
|
||||||
'toc': 'categories',
|
'toc': 'categories',
|
||||||
'url': 'https://github.com/lodash/lodash/blob/' + version + '/lodash.js'
|
'url': 'https://github.com/lodash/lodash/blob/' + version + '/lodash.js'
|
||||||
@@ -30,7 +31,7 @@ var config = {
|
|||||||
'hash': 'github'
|
'hash': 'github'
|
||||||
},
|
},
|
||||||
'site': {
|
'site': {
|
||||||
'tocLink': '#docs'
|
'tocHref': '#docs'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user