temporarily linking to general info for the cat api until aliases specific docs are written

This commit is contained in:
Spencer Alger
2014-01-16 12:24:08 -07:00
parent 980163dfb2
commit eda56aa5d0
3 changed files with 6 additions and 2 deletions

View File

@ -133,6 +133,10 @@ module.exports = function (branch, done) {
//camelcase the name
name = _.map(name.split('.'), _.camelCase).join('.');
if (name === 'cat.aliases') {
def.documentation = 'http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html';
}
var steps = name.split('.');
function transformParamKeys(note, param, key) {