diff --git a/conf.json b/conf.json new file mode 100644 index 0000000..7a5c26c --- /dev/null +++ b/conf.json @@ -0,0 +1,41 @@ +{ + "tags": { + "allowUnknownTags" : true + }, + "source": { + "include": ["./README.md","./src"] + }, + "plugins": ["plugins/markdown"], + "opts": { + "template": "./node_modules/jaguarjs-jsdoc", + "encoding": "utf8", + "destination": "./docs/", + "recurse": true + }, + "templates": { + "cleverLinks": true, + "monospaceLinks": true, + "default": { + "outputSourceFiles" : true + }, + "applicationName": "Pixi.js", + "disqus": "", + "googleAnalytics": "", + "openGraph": { + "title": "Pixi.js : javaScript 2D Renderer", + "type": "website", + "image": "", + "site_name": "Pixi.js", + "url": "http://www.pixijs.com/" + }, + "meta": { + "title": "Pixi.js docs" + }, + "linenums": false + }, + "markdown": { + "parser": "gfm", + "hardwrap": true, + "tags": ["examples"] + } +} \ No newline at end of file diff --git a/conf.json b/conf.json new file mode 100644 index 0000000..7a5c26c --- /dev/null +++ b/conf.json @@ -0,0 +1,41 @@ +{ + "tags": { + "allowUnknownTags" : true + }, + "source": { + "include": ["./README.md","./src"] + }, + "plugins": ["plugins/markdown"], + "opts": { + "template": "./node_modules/jaguarjs-jsdoc", + "encoding": "utf8", + "destination": "./docs/", + "recurse": true + }, + "templates": { + "cleverLinks": true, + "monospaceLinks": true, + "default": { + "outputSourceFiles" : true + }, + "applicationName": "Pixi.js", + "disqus": "", + "googleAnalytics": "", + "openGraph": { + "title": "Pixi.js : javaScript 2D Renderer", + "type": "website", + "image": "", + "site_name": "Pixi.js", + "url": "http://www.pixijs.com/" + }, + "meta": { + "title": "Pixi.js docs" + }, + "linenums": false + }, + "markdown": { + "parser": "gfm", + "hardwrap": true, + "tags": ["examples"] + } +} \ No newline at end of file diff --git a/package.json b/package.json index deea772..f6adda5 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",