Skip to content

Commit 1c57b8d

Browse files
committedMar 15, 2021
Fix documentation HTML title
1 parent 50b66c4 commit 1c57b8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.jsdoc.config.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"theme_opts": {
1616
"title": "sql.js",
1717
"meta": [
18+
"<title>sql.js API documentation</title>",
1819
"<meta name=\"author\" content=\"Ophir Lojkine\">",
19-
"<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.\">"
2021
],
2122
"menu": [
2223
{
@@ -34,4 +35,4 @@
3435
]
3536
}
3637
}
37-
}
38+
}

0 commit comments

Comments
 (0)
Please sign in to comment.