1
0
mirror of https://github.com/phiresky/sql.js-httpvfs.git synced 2024-11-08 20:22:44 +01:00
sql.js-httpvfs/sql.js/.jsdoc.config.json
phiresky 326ad43df3 git subrepo clone https://github.com/sql-js/sql.js sql.js
subrepo:
  subdir:   "sql.js"
  merged:   "f5d9f54"
upstream:
  origin:   "https://github.com/sql-js/sql.js"
  branch:   "master"
  commit:   "f5d9f54"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2021-03-31 12:40:36 +02:00

39 lines
1.1 KiB
JSON
Vendored

{
"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": [
"<title>sql.js API documentation</title>",
"<meta name=\"author\" content=\"Ophir Lojkine\">",
"<meta name=\"description\" content=\"Documentation for sql.js: an in-memory SQL database for the browser based on SQLite.\">"
],
"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/"
}
]
}
}
}