blob: e639e1e88d9c91f7587de0899fd465c19e145172 [file] [log] [blame]
{
"source": {
"include": ["."],
"includePattern": ".js$",
"excludePattern": "(node_modules/|example)"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"destination": "../../../build/docs/api/javascript/",
"recurse": true,
"verbose": true,
"template": "../../../node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "dark",
"displayModuleHeader": true,
"homepageTitle": "Selenium WebDriver JavaScript API",
"title": "Selenium WebDriver JavaScript API",
"menu": [
{
"title": "GitHub",
"id": "github",
"link": "https://github.com/SeleniumHQ/selenium"
},
{
"title": "npm",
"id": "npm",
"link": "https://www.npmjs.com/package/selenium-webdriver"
}
]
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}