Skip to content

Commit f474ef1

Browse files
committed
regen docs
1 parent acb3d73 commit f474ef1

33 files changed

+6274
-20844
lines changed

docs/assets/highlight.css

Lines changed: 32 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,43 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #d4d4d4;
4-
--light-hl-1: #0451a5;
5-
--dark-hl-1: #9cdcfe;
6-
--light-hl-2: #a31515;
7-
--dark-hl-2: #ce9178;
8-
--light-code-background: #ffffff;
9-
--dark-code-background: #1e1e1e;
2+
--light-hl-0: #000000;
3+
--dark-hl-0: #D4D4D4;
4+
--light-hl-1: #0451A5;
5+
--dark-hl-1: #9CDCFE;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-code-background: #FFFFFF;
9+
--dark-code-background: #1E1E1E;
1010
}
1111

12-
@media (prefers-color-scheme: light) {
13-
:root {
14-
--hl-0: var(--light-hl-0);
15-
--hl-1: var(--light-hl-1);
16-
--hl-2: var(--light-hl-2);
17-
--code-background: var(--light-code-background);
18-
}
19-
}
12+
@media (prefers-color-scheme: light) { :root {
13+
--hl-0: var(--light-hl-0);
14+
--hl-1: var(--light-hl-1);
15+
--hl-2: var(--light-hl-2);
16+
--code-background: var(--light-code-background);
17+
} }
2018

21-
@media (prefers-color-scheme: dark) {
22-
:root {
23-
--hl-0: var(--dark-hl-0);
24-
--hl-1: var(--dark-hl-1);
25-
--hl-2: var(--dark-hl-2);
26-
--code-background: var(--dark-code-background);
27-
}
28-
}
19+
@media (prefers-color-scheme: dark) { :root {
20+
--hl-0: var(--dark-hl-0);
21+
--hl-1: var(--dark-hl-1);
22+
--hl-2: var(--dark-hl-2);
23+
--code-background: var(--dark-code-background);
24+
} }
2925

3026
:root[data-theme='light'] {
31-
--hl-0: var(--light-hl-0);
32-
--hl-1: var(--light-hl-1);
33-
--hl-2: var(--light-hl-2);
34-
--code-background: var(--light-code-background);
27+
--hl-0: var(--light-hl-0);
28+
--hl-1: var(--light-hl-1);
29+
--hl-2: var(--light-hl-2);
30+
--code-background: var(--light-code-background);
3531
}
3632

3733
:root[data-theme='dark'] {
38-
--hl-0: var(--dark-hl-0);
39-
--hl-1: var(--dark-hl-1);
40-
--hl-2: var(--dark-hl-2);
41-
--code-background: var(--dark-code-background);
34+
--hl-0: var(--dark-hl-0);
35+
--hl-1: var(--dark-hl-1);
36+
--hl-2: var(--dark-hl-2);
37+
--code-background: var(--dark-code-background);
4238
}
4339

44-
.hl-0 {
45-
color: var(--hl-0);
46-
}
47-
.hl-1 {
48-
color: var(--hl-1);
49-
}
50-
.hl-2 {
51-
color: var(--hl-2);
52-
}
53-
pre,
54-
code {
55-
background: var(--code-background);
56-
}
40+
.hl-0 { color: var(--hl-0); }
41+
.hl-1 { color: var(--hl-1); }
42+
.hl-2 { color: var(--hl-2); }
43+
pre, code { background: var(--code-background); }

docs/assets/search.js

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

docs/assets/style.css

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

docs/classes/API.API.html

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

docs/classes/InstanceId.InstanceId.html

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

docs/classes/MarkdownAPI.MarkdownAPI.html

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

docs/classes/MessageAPI.MessageAPI.html

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

docs/classes/markdown_AbstractMarkdownElement.AbstractMarkdownElement.html

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

docs/classes/markdown_AbstractMarkdownElementContainer.AbstractMarkdownElementContainer.html

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

docs/classes/markdown_AbstractMarkdownElementContainer.BlockQuoteElement.html

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

0 commit comments

Comments
 (0)