We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b66c4 commit 1c57b8dCopy full SHA for 1c57b8d
1 file changed
.jsdoc.config.json
@@ -15,8 +15,9 @@
15
"theme_opts": {
16
"title": "sql.js",
17
"meta": [
18
+ "<title>sql.js API documentation</title>",
19
"<meta name=\"author\" content=\"Ophir Lojkine\">",
- "<meta name=\"description\" content=\"sql.js technical documentation\">"
20
+ "<meta name=\"description\" content=\"Documentation for sql.js: an in-memory SQL database for the browser based on SQLite.\">"
21
],
22
"menu": [
23
{
@@ -34,4 +35,4 @@
34
35
]
36
}
37
-}
38
+}
0 commit comments