Skip to content

Commit f99d10b

Browse files
committed
Deploying to gh-pages from @ fd214ae πŸš€
1 parent 55fdfd1 commit f99d10b

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

β€Ždocumentation/Database.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Sq
20442044
<br class="clear">
20452045

20462046
<footer>
2047-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Oct 11 2020 21:08:23 GMT+0000 (Coordinated Universal Time)
2047+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Oct 12 2020 08:09:16 GMT+0000 (Coordinated Universal Time)
20482048
</footer>
20492049

20502050
<script> prettyPrint(); </script>

β€Ždocumentation/Statement.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Sq
16541654
<br class="clear">
16551655

16561656
<footer>
1657-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Oct 11 2020 21:08:23 GMT+0000 (Coordinated Universal Time)
1657+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Oct 12 2020 08:09:16 GMT+0000 (Coordinated Universal Time)
16581658
</footer>
16591659

16601660
<script> prettyPrint(); </script>

β€Ždocumentation/api.js.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Sq
10541054
<br class="clear">
10551055

10561056
<footer>
1057-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Oct 11 2020 21:08:23 GMT+0000 (Coordinated Universal Time)
1057+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Oct 12 2020 08:09:16 GMT+0000 (Coordinated Universal Time)
10581058
</footer>
10591059

10601060
<script> prettyPrint(); </script>

β€Ždocumentation/global.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Sq
537537
<br class="clear">
538538

539539
<footer>
540-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Oct 11 2020 21:08:23 GMT+0000 (Coordinated Universal Time)
540+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Oct 12 2020 08:09:16 GMT+0000 (Coordinated Universal Time)
541541
</footer>
542542

543543
<script> prettyPrint(); </script>

β€Ždocumentation/index.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Sq
5656
<br class="clear">
5757

5858
<footer>
59-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Oct 11 2020 21:08:23 GMT+0000 (Coordinated Universal Time)
59+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Oct 12 2020 08:09:16 GMT+0000 (Coordinated Universal Time)
6060
</footer>
6161

6262
<script> prettyPrint(); </script>

β€Ždocumentation/module-SqlJs.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Sq
8383
<br class="clear">
8484

8585
<footer>
86-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Oct 11 2020 21:08:23 GMT+0000 (Coordinated Universal Time)
86+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Oct 12 2020 08:09:16 GMT+0000 (Coordinated Universal Time)
8787
</footer>
8888

8989
<script> prettyPrint(); </script>

β€Žindex.htmlβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414

1515
<body>
1616
<div id="app"></div>
17-
<script>window.$docsify = { name: 'SQL.js', repo: '' }</script>
17+
<script>window.$docsify = { name: 'SQL.js', repo: 'https://github.com/sql-js/sql.js/' }</script>
1818
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
19+
<script>
20+
if (new URL(window.location).pathname === '/index.html')
21+
window.location = '/'
22+
</script>
1923
</body>
2024

2125
</html>

0 commit comments

Comments
Β (0)