primer commit
This commit is contained in:
38
node_modules/sql.js/.jsdoc.config.json
generated
vendored
Normal file
38
node_modules/sql.js/.jsdoc.config.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user