Skip to content

Commit a641677

Browse files
committed
docs: generated docs
1 parent e84b0d6 commit a641677

File tree

13 files changed

+2295
-0
lines changed

13 files changed

+2295
-0
lines changed

docs/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.

docs/assets/highlight.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
:root {
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #0000FF;
9+
--dark-hl-3: #569CD6;
10+
--light-hl-4: #008000;
11+
--dark-hl-4: #6A9955;
12+
--light-code-background: #FFFFFF;
13+
--dark-code-background: #1E1E1E;
14+
}
15+
16+
@media (prefers-color-scheme: light) { :root {
17+
--hl-0: var(--light-hl-0);
18+
--hl-1: var(--light-hl-1);
19+
--hl-2: var(--light-hl-2);
20+
--hl-3: var(--light-hl-3);
21+
--hl-4: var(--light-hl-4);
22+
--code-background: var(--light-code-background);
23+
} }
24+
25+
@media (prefers-color-scheme: dark) { :root {
26+
--hl-0: var(--dark-hl-0);
27+
--hl-1: var(--dark-hl-1);
28+
--hl-2: var(--dark-hl-2);
29+
--hl-3: var(--dark-hl-3);
30+
--hl-4: var(--dark-hl-4);
31+
--code-background: var(--dark-code-background);
32+
} }
33+
34+
:root[data-theme='light'] {
35+
--hl-0: var(--light-hl-0);
36+
--hl-1: var(--light-hl-1);
37+
--hl-2: var(--light-hl-2);
38+
--hl-3: var(--light-hl-3);
39+
--hl-4: var(--light-hl-4);
40+
--code-background: var(--light-code-background);
41+
}
42+
43+
:root[data-theme='dark'] {
44+
--hl-0: var(--dark-hl-0);
45+
--hl-1: var(--dark-hl-1);
46+
--hl-2: var(--dark-hl-2);
47+
--hl-3: var(--dark-hl-3);
48+
--hl-4: var(--dark-hl-4);
49+
--code-background: var(--dark-code-background);
50+
}
51+
52+
.hl-0 { color: var(--hl-0); }
53+
.hl-1 { color: var(--hl-1); }
54+
.hl-2 { color: var(--hl-2); }
55+
.hl-3 { color: var(--hl-3); }
56+
.hl-4 { color: var(--hl-4); }
57+
pre, code { background: var(--code-background); }

docs/assets/main.js

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)