{ "plugins": [ "plugins/markdown" ], "source": { "include": [ "src/api.js" ] }, "opts": { "encoding": "utf8", "destination": "./documentation/", "readme": "documentation_index.md", "template": "./node_modules/clean-jsdoc-theme", "theme_opts": { "title": "sql.js", "meta": [ "sql.js API documentation", "", "" ], "menu": [ { "title": "Website", "link": "https://sql.js.org/" }, { "title": "Github", "link": "https://github.com/sql-js/sql.js" }, { "title": "Demo", "link": "https://sql.js.org/examples/GUI/" } ] } } }