{
    "tags": {
        "allowUnknownTags": true
    },
    "source": {
        "include": ["./demo/src", "./README.md"]
    },
    "plugins": ["plugins/markdown"],
    "opts": {
        "encoding": "utf8",
        "destination": "output/light",
        "recurse": true,
        "template": "./",
        "theme_opts": {
            "theme": "light",
            "title": "clean-jsdoc-theme",
            "footer": "Fork: <a href='https://github.com/ankitskvmdam/clean-jsdoc-theme'>https://github.com/ankitskvmdam/clean-jsdoc-theme</a>",
            "meta": [
                {
                    "name": "Author",
                    "content": "Ankit Kumar"
                },
                {
                    "name": "Description",
                    "content": "A beautifully crafted theme for jsdoc"
                }
            ],
            "menu": [
                {
                    "title": "Github",
                    "id": "github",
                    "link": "https://github.com/ankitskvmdam/clean-jsdoc-theme"
                },
                {
                    "title": "npm",
                    "id": "npm",
                    "link": "https://www.npmjs.com/package/clean-jsdoc-theme"
                }
            ]
        }
    },
    "markdown.hardwrap": true,
    "markdown": {
        "hardwrap": true
    }
}
