Newer
Older
pixi.js / conf.json
@Mathias Latournerie Mathias Latournerie on 17 May 2015 992 bytes Conf docs file and new template for docs
{
    "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"]
    }
}