From 73b90142719af779874e1a0e32d7c04fd31e79f3 Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 20 Jan 2016 13:41:04 -0600 Subject: [PATCH] chore(docs): generate unique v2 docs search index --- scripts/docs/gulp-tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/gulp-tasks.js b/scripts/docs/gulp-tasks.js index 93daf84da7..67a17561a4 100644 --- a/scripts/docs/gulp-tasks.js +++ b/scripts/docs/gulp-tasks.js @@ -164,7 +164,7 @@ module.exports = function(gulp, flags) { // Write out as one json file mkdirp.sync(docPath + '/data'); fs.writeFileSync( - docPath + '/data/index.json', + docPath + '/data/v2-index.json', JSON.stringify({'ref': ref, 'index': idx.toJSON()}) ); });