diff --git a/README.md b/README.md
index 44f9f7d..d625974 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@
$> gulp jsdoc
```
-The documentation uses [DocStrap](https://github.com/terryweiss/docstrap) and the jsdoc format, the configuration
+The documentation uses [Jaguar.js](https://github.com/davidshimjs/jaguarjs-jsdoc) and the jsdoc format, the configuration
file can be found at [gulp/utils/jsdoc.conf.json](https://github.com/GoodBoyDigital/pixi.js/blob/dev/gulp/util/jsdoc.conf.json)
### Current features ###
diff --git a/README.md b/README.md
index 44f9f7d..d625974 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@
$> gulp jsdoc
```
-The documentation uses [DocStrap](https://github.com/terryweiss/docstrap) and the jsdoc format, the configuration
+The documentation uses [Jaguar.js](https://github.com/davidshimjs/jaguarjs-jsdoc) and the jsdoc format, the configuration
file can be found at [gulp/utils/jsdoc.conf.json](https://github.com/GoodBoyDigital/pixi.js/blob/dev/gulp/util/jsdoc.conf.json)
### Current features ###
diff --git a/gulp/util/jsdoc.conf.json b/gulp/util/jsdoc.conf.json
index 15bb1d6..0e1fb05 100644
--- a/gulp/util/jsdoc.conf.json
+++ b/gulp/util/jsdoc.conf.json
@@ -31,11 +31,8 @@
"systemName" : "PIXI",
"footer" : "Made with ♥ by Goodboy Digital",
"copyright" : "PIXI Copyright © 2013-2015 Mat Groves.",
- "navType" : "vertical",
- "theme" : "cerulean",
"linenums" : true,
- "collapseSymbols": false,
- "inverseNav" : true
+ "collapseSymbols": false
},
"markdown" : {
"parser" : "gfm",
@@ -47,7 +44,6 @@
"private" : false,
"lenient" : true,
"destination" : "./docs",
- "template" : "./node_modules/ink-docstrap/template"
-
+ "template" : "./node_modules/jaguarjs-jsdoc"
}
}
diff --git a/README.md b/README.md
index 44f9f7d..d625974 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@
$> gulp jsdoc
```
-The documentation uses [DocStrap](https://github.com/terryweiss/docstrap) and the jsdoc format, the configuration
+The documentation uses [Jaguar.js](https://github.com/davidshimjs/jaguarjs-jsdoc) and the jsdoc format, the configuration
file can be found at [gulp/utils/jsdoc.conf.json](https://github.com/GoodBoyDigital/pixi.js/blob/dev/gulp/util/jsdoc.conf.json)
### Current features ###
diff --git a/gulp/util/jsdoc.conf.json b/gulp/util/jsdoc.conf.json
index 15bb1d6..0e1fb05 100644
--- a/gulp/util/jsdoc.conf.json
+++ b/gulp/util/jsdoc.conf.json
@@ -31,11 +31,8 @@
"systemName" : "PIXI",
"footer" : "Made with ♥ by Goodboy Digital",
"copyright" : "PIXI Copyright © 2013-2015 Mat Groves.",
- "navType" : "vertical",
- "theme" : "cerulean",
"linenums" : true,
- "collapseSymbols": false,
- "inverseNav" : true
+ "collapseSymbols": false
},
"markdown" : {
"parser" : "gfm",
@@ -47,7 +44,6 @@
"private" : false,
"lenient" : true,
"destination" : "./docs",
- "template" : "./node_modules/ink-docstrap/template"
-
+ "template" : "./node_modules/jaguarjs-jsdoc"
}
}
diff --git a/package.json b/package.json
index 8ff99f5..b0b3f9d 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
- "ink-docstrap": "git+https://github.com/Pilatch/docstrap.git",
+ "jaguarjs-jsdoc": "git+https://github.com/davidshimjs/jaguarjs-jsdoc.git",
"jsdoc": "^3.3.0-beta3",
"jshint-summary": "^0.4.0",
"minimist": "^1.1.1",