Skip to content

Commit 26d021e

Browse files
committed
update docs
1 parent 7c39743 commit 26d021e

File tree

161 files changed

+513
-543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+513
-543
lines changed

docs/assets/highlight.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
--dark-hl-8: #DCDCAA;
2020
--light-hl-9: #098658;
2121
--dark-hl-9: #B5CEA8;
22-
--light-hl-10: #CD3131;
23-
--dark-hl-10: #F44747;
2422
--light-code-background: #FFFFFF;
2523
--dark-code-background: #1E1E1E;
2624
}
@@ -36,7 +34,6 @@
3634
--hl-7: var(--light-hl-7);
3735
--hl-8: var(--light-hl-8);
3836
--hl-9: var(--light-hl-9);
39-
--hl-10: var(--light-hl-10);
4037
--code-background: var(--light-code-background);
4138
} }
4239

@@ -51,7 +48,6 @@
5148
--hl-7: var(--dark-hl-7);
5249
--hl-8: var(--dark-hl-8);
5350
--hl-9: var(--dark-hl-9);
54-
--hl-10: var(--dark-hl-10);
5551
--code-background: var(--dark-code-background);
5652
} }
5753

@@ -66,7 +62,6 @@ body.light {
6662
--hl-7: var(--light-hl-7);
6763
--hl-8: var(--light-hl-8);
6864
--hl-9: var(--light-hl-9);
69-
--hl-10: var(--light-hl-10);
7065
--code-background: var(--light-code-background);
7166
}
7267

@@ -81,7 +76,6 @@ body.dark {
8176
--hl-7: var(--dark-hl-7);
8277
--hl-8: var(--dark-hl-8);
8378
--hl-9: var(--dark-hl-9);
84-
--hl-10: var(--dark-hl-10);
8579
--code-background: var(--dark-code-background);
8680
}
8781

@@ -95,5 +89,4 @@ body.dark {
9589
.hl-7 { color: var(--hl-7); }
9690
.hl-8 { color: var(--hl-8); }
9791
.hl-9 { color: var(--hl-9); }
98-
.hl-10 { color: var(--hl-10); }
9992
pre, code { background: var(--code-background); }

docs/classes/AliasedQueryBuilder.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/AliasedRawBuilder.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/AlterColumnBuilder.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/AlterTableAddColumnBuilder.html

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/classes/AlterTableAddForeignKeyConstraintBuilder.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/AlterTableBuilder.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/AlterTableExecutor.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/AlterTableModifyColumnBuilder.html

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

docs/classes/CamelCasePlugin.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)