Skip to content

Commit c3da585

Browse files
GitHub Actions Auto Deploy
1 parent d66f24c commit c3da585

File tree

790 files changed

+202130
-0
lines changed

Some content is hidden

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

790 files changed

+202130
-0
lines changed

8.8.0/404.html

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

8.8.0/advancementargument.html

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

8.8.0/adventurechatarguments.html

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

8.8.0/afterword.html

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

8.8.0/aliases.html

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

8.8.0/angleargument.html

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

8.8.0/annotations.html

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

8.8.0/annotationsetup.html

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

8.8.0/annotationsintro.html

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

8.8.0/arguments.html

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

8.8.0/argumentsuggestions.html

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

8.8.0/argumenttypes.html

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

8.8.0/asyncsuggestions.html

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

8.8.0/axisarg.html

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

8.8.0/ayu-highlight.css

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
/*
2+
Based off of the Ayu theme
3+
Original by Dempfi (https://github.com/dempfi/ayu)
4+
*/
5+
6+
.hljs {
7+
display: block;
8+
overflow-x: auto;
9+
background: #191f26;
10+
color: #e6e1cf;
11+
}
12+
13+
.hljs-comment,
14+
.hljs-quote {
15+
color: #5c6773;
16+
font-style: italic;
17+
}
18+
19+
.hljs-variable,
20+
.hljs-template-variable,
21+
.hljs-attribute,
22+
.hljs-attr,
23+
.hljs-regexp,
24+
.hljs-link,
25+
.hljs-selector-id,
26+
.hljs-selector-class {
27+
color: #ff7733;
28+
}
29+
30+
.hljs-number,
31+
.hljs-meta,
32+
.hljs-builtin-name,
33+
.hljs-literal,
34+
.hljs-type,
35+
.hljs-params {
36+
color: #ffee99;
37+
}
38+
39+
.hljs-string,
40+
.hljs-bullet {
41+
color: #b8cc52;
42+
}
43+
44+
.hljs-title,
45+
.hljs-built_in,
46+
.hljs-section {
47+
color: #ffb454;
48+
}
49+
50+
.hljs-keyword,
51+
.hljs-selector-tag,
52+
.hljs-symbol {
53+
color: #ff7733;
54+
}
55+
56+
.hljs-name {
57+
color: #36a3d9;
58+
}
59+
60+
.hljs-tag {
61+
color: #00568d;
62+
}
63+
64+
.hljs-emphasis {
65+
font-style: italic;
66+
}
67+
68+
.hljs-strong {
69+
font-weight: bold;
70+
}
71+
72+
.hljs-addition {
73+
color: #91b362;
74+
}
75+
76+
.hljs-deletion {
77+
color: #d96c75;
78+
}

8.8.0/biomeargument.html

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

8.8.0/blockpredicateargs.html

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

8.8.0/blockstatearguments.html

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

0 commit comments

Comments
 (0)