Skip to content

Commit

Permalink
turn off clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed May 28, 2015
1 parent a682f4d commit e88551f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var auth = require('./core/auth')(app);
app.use(auth.everyauth.middleware());

// Clarify
app.use(require('./core/middleware/clarify'));
//app.use(require('./core/middleware/clarify'));

// File tree module
var fileTree = require('./core/file-tree');
Expand Down
2 changes: 1 addition & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
// Core modules
modulesEnabled : {
// Enable clarify helper links in spec
clarifyInSpec: true,
clarifyInSpec: false,
htmlAPISync: true,
headerFooter: true,
specDecorations: true,
Expand Down

0 comments on commit e88551f

Please sign in to comment.