Skip to content

Commit 1a8876a

Browse files
authored
Merge pull request #10 from davehg/fix-order
Fixes order
2 parents ff47e87 + 5f52080 commit 1a8876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = function(grunt) {
3232
github: options.github,
3333
shallow: options.shallow,
3434
access: options.access,
35-
order: options.order,
35+
toc: options.toc || options.order,
3636
theme: options.theme,
3737
name: options.name,
3838
version: options.version

0 commit comments

Comments
 (0)