From 7f0e3773bf7596847c96cc2f46f3de4e7ed31776 Mon Sep 17 00:00:00 2001 From: Brady Dowling Date: Fri, 4 Mar 2016 14:09:37 +0000 Subject: [PATCH] Included starter guide --- configs/client-default.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/client-default.js b/configs/client-default.js index f83b1026..fe8c5d99 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -730,6 +730,10 @@ module.exports = function(options) { packagePath: "plugins/c9.ide.help/help", staticPrefix: staticPrefix + "/plugins/c9.ide.help" }, + { + packagePath: "plugins/c9.ide.guide/guide", + staticPrefix: staticPrefix + "/plugins/c9.ide.guide" + }, { packagePath: "plugins/c9.ide.configuration/configure", dashboardUrl: options.dashboardUrl,