Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 88f3dcd

Browse files
committed
Move updated documentation
1 parent 6f8a2c0 commit 88f3dcd

File tree

219 files changed

+55110
-40
lines changed

Some content is hidden

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

219 files changed

+55110
-40
lines changed

docs/9.7.0/.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

docs/9.7.0/404.html

+209
Large diffs are not rendered by default.

docs/9.7.0/advancementargument.html

+275
Large diffs are not rendered by default.

docs/9.7.0/afterword.html

+281
Large diffs are not rendered by default.

docs/9.7.0/aliases.html

+281
Large diffs are not rendered by default.

docs/9.7.0/annotations.html

+362
Large diffs are not rendered by default.

docs/9.7.0/annotationsintro.html

+353
Large diffs are not rendered by default.

docs/9.7.0/argument_angle.html

+230
Large diffs are not rendered by default.

docs/9.7.0/argument_axis.html

+227
Large diffs are not rendered by default.

docs/9.7.0/argument_biome.html

+274
Large diffs are not rendered by default.

docs/9.7.0/argument_blockpredicate.html

+337
Large diffs are not rendered by default.

docs/9.7.0/argument_blockstate.html

+270
Large diffs are not rendered by default.

docs/9.7.0/argument_chat_adventure.html

+370
Large diffs are not rendered by default.

docs/9.7.0/argument_chat_spigot.html

+430
Large diffs are not rendered by default.

docs/9.7.0/argument_chats.html

+227
Large diffs are not rendered by default.

docs/9.7.0/argument_command.html

+464
Large diffs are not rendered by default.

docs/9.7.0/argument_custom.html

+381
Large diffs are not rendered by default.

docs/9.7.0/argument_enchantment.html

+266
Large diffs are not rendered by default.

docs/9.7.0/argument_entities.html

+392
Large diffs are not rendered by default.

docs/9.7.0/argument_function.html

+267
Large diffs are not rendered by default.

docs/9.7.0/argument_itemstack.html

+251
Large diffs are not rendered by default.

docs/9.7.0/argument_itemstackpredicate.html

+277
Large diffs are not rendered by default.

docs/9.7.0/argument_list.html

+366
Large diffs are not rendered by default.

docs/9.7.0/argument_literal.html

+431
Large diffs are not rendered by default.

docs/9.7.0/argument_locations.html

+312
Large diffs are not rendered by default.

docs/9.7.0/argument_loottable.html

+284
Large diffs are not rendered by default.

docs/9.7.0/argument_map.html

+417
Large diffs are not rendered by default.

docs/9.7.0/argument_mathoperation.html

+323
Large diffs are not rendered by default.

docs/9.7.0/argument_multiliteral.html

+286
Large diffs are not rendered by default.

docs/9.7.0/argument_namespacedkey.html

+221
Large diffs are not rendered by default.

docs/9.7.0/argument_nbt.html

+303
Large diffs are not rendered by default.

docs/9.7.0/argument_objectives.html

+316
Large diffs are not rendered by default.

docs/9.7.0/argument_particle_new.html

+433
Large diffs are not rendered by default.

docs/9.7.0/argument_particle_old.html

+310
Large diffs are not rendered by default.

docs/9.7.0/argument_particles.html

+236
Large diffs are not rendered by default.

docs/9.7.0/argument_potion.html

+332
Large diffs are not rendered by default.

docs/9.7.0/argument_primitives.html

+299
Large diffs are not rendered by default.

docs/9.7.0/argument_range.html

+397
Large diffs are not rendered by default.

docs/9.7.0/argument_recipe.html

+296
Large diffs are not rendered by default.

docs/9.7.0/argument_rotation.html

+277
Large diffs are not rendered by default.

docs/9.7.0/argument_scoreboards.html

+372
Large diffs are not rendered by default.

docs/9.7.0/argument_sound.html

+282
Large diffs are not rendered by default.

docs/9.7.0/argument_strings.html

+318
Large diffs are not rendered by default.

docs/9.7.0/argument_team.html

+259
Large diffs are not rendered by default.

docs/9.7.0/argument_time.html

+279
Large diffs are not rendered by default.

docs/9.7.0/argument_uuid.html

+220
Large diffs are not rendered by default.

docs/9.7.0/argument_world.html

+260
Large diffs are not rendered by default.

docs/9.7.0/arguments.html

+417
Large diffs are not rendered by default.

docs/9.7.0/argumentsuggestions.html

+251
Large diffs are not rendered by default.

docs/9.7.0/argumenttypes.html

+220
Large diffs are not rendered by default.

docs/9.7.0/asyncsuggestions.html

+291
Large diffs are not rendered by default.

docs/9.7.0/ayu-highlight.css

+78
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+
}

0 commit comments

Comments
 (0)