Skip to content

Commit

Permalink
auto update docs
Browse files Browse the repository at this point in the history
Signed-off-by: t83714 <[email protected]>
  • Loading branch information
t83714 committed Dec 22, 2023
1 parent ace5214 commit 52ccc85
Show file tree
Hide file tree
Showing 13 changed files with 1,001 additions and 943 deletions.
6 changes: 3 additions & 3 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--dark-hl-7: #4EC9B0;
--light-hl-8: #0070C1;
--dark-hl-8: #4FC1FF;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -47,7 +47,7 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
Expand All @@ -60,7 +60,7 @@ body.light {
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
111 changes: 59 additions & 52 deletions assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

1,635 changes: 808 additions & 827 deletions assets/style.css

Large diffs are not rendered by default.

90 changes: 79 additions & 11 deletions classes/SQLSyntax.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions functions/escapeIdentifier.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions functions/getTableColumnName.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions functions/sqls.html

Large diffs are not rendered by default.

48 changes: 13 additions & 35 deletions index.html

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions modules.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions types/RawValue.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions types/Value.html

Large diffs are not rendered by default.

0 comments on commit 52ccc85

Please sign in to comment.