@caspingus/lt
Version:
A utility library of helpers and extensions useful when working with Learnosity APIs.
87 lines (86 loc) • 2.8 kB
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"plugins": ["plugins/markdown"],
"markdown": {
"hardwrap": false,
"idInHeadings": true
},
"recurseDepth": 6,
"sourceType": "module",
"source": {
"include": ["src"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs|vendor|utils)"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"disableSort": false,
"collapse": true,
"default": {
"outputSourceFiles": false,
"includeDate": false
}
},
"opts": {
"destination": "./docs",
"encoding": "utf8",
"recurse": true,
"verbose": true,
"_template": "/Users/michaelsharman/Documents/workspaces/docdash",
"template": "/Users/michaelsharman/Documents/workspaces/clean-jsdoc-theme",
"theme_opts": {
"base_url": "https://michaelsharman.github.io/LT/",
"default_theme": "light",
"displayModuleHeader": true,
"favicon": "./src/assets/images/favicon.ico",
"homepageTitle": "Learnosity Toolkit",
"title": "<div class='logo'><a href='/LT/index.html'><img src='./src/assets/docs/images/lt-logo.svg' alt='Learnosity Toolkit logo'></a><span class='sr-only'>Learnosity Toolkit</span></div>",
"menu": [
{
"title": "Github",
"link": "https://github.com/michaelsharman/LT"
},
{
"title": "npm",
"link": "https://www.npmjs.com/package/@caspingus/lt"
}
],
"meta": [
{
"name": "author",
"content": "Michael Sharman"
},
{
"name": "description",
"content": "A utility library of helper modules and extensions that may be useful if you're developing with Learnosity APIs."
}
],
"static_dir": ["./src/assets"]
}
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"private": false,
"meta": {
"title": "Learnosity Toolkit - Docs",
"description": "Documentation for the Learnosity Toolkit JavaScript library.",
"keyword": "Learnosity"
},
"menu": {
"Github": {
"href": "https://github.com/michaelsharman/LT",
"target": "_blank",
"class": "",
"id": ""
}
}
}
}