Skip to content

Commit 39dd49a

Browse files
committed
update docs v1.2.0
1 parent ce67b7e commit 39dd49a

28 files changed

+2549
-2480
lines changed

docs/assets/highlight.css

+8-15
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
--dark-hl-3: #569CD6;
1010
--light-hl-4: #0070C1;
1111
--dark-hl-4: #4FC1FF;
12-
--light-hl-5: #098658;
13-
--dark-hl-5: #B5CEA8;
14-
--light-hl-6: #001080;
15-
--dark-hl-6: #9CDCFE;
16-
--light-hl-7: #000000FF;
17-
--dark-hl-7: #D4D4D4;
18-
--light-hl-8: #008000;
19-
--dark-hl-8: #6A9955;
20-
--light-hl-9: #AF00DB;
21-
--dark-hl-9: #C586C0;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #000000FF;
15+
--dark-hl-6: #D4D4D4;
16+
--light-hl-7: #098658;
17+
--dark-hl-7: #B5CEA8;
18+
--light-hl-8: #AF00DB;
19+
--dark-hl-8: #C586C0;
2220
--light-code-background: #FFFFFF;
2321
--dark-code-background: #1E1E1E;
2422
}
@@ -33,7 +31,6 @@
3331
--hl-6: var(--light-hl-6);
3432
--hl-7: var(--light-hl-7);
3533
--hl-8: var(--light-hl-8);
36-
--hl-9: var(--light-hl-9);
3734
--code-background: var(--light-code-background);
3835
} }
3936

@@ -47,7 +44,6 @@
4744
--hl-6: var(--dark-hl-6);
4845
--hl-7: var(--dark-hl-7);
4946
--hl-8: var(--dark-hl-8);
50-
--hl-9: var(--dark-hl-9);
5147
--code-background: var(--dark-code-background);
5248
} }
5349

@@ -61,7 +57,6 @@
6157
--hl-6: var(--light-hl-6);
6258
--hl-7: var(--light-hl-7);
6359
--hl-8: var(--light-hl-8);
64-
--hl-9: var(--light-hl-9);
6560
--code-background: var(--light-code-background);
6661
}
6762

@@ -75,7 +70,6 @@
7570
--hl-6: var(--dark-hl-6);
7671
--hl-7: var(--dark-hl-7);
7772
--hl-8: var(--dark-hl-8);
78-
--hl-9: var(--dark-hl-9);
7973
--code-background: var(--dark-code-background);
8074
}
8175

@@ -88,5 +82,4 @@
8882
.hl-6 { color: var(--hl-6); }
8983
.hl-7 { color: var(--hl-7); }
9084
.hl-8 { color: var(--hl-8); }
91-
.hl-9 { color: var(--hl-9); }
9285
pre, code { background: var(--code-background); }

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Client.html

+154-170
Large diffs are not rendered by default.

docs/classes/Peer.html

+78-69
Large diffs are not rendered by default.

docs/classes/TankPacket.html

+70-61
Large diffs are not rendered by default.

docs/classes/TextPacket.html

+80-68
Large diffs are not rendered by default.

docs/classes/Variant.html

+75-65
Large diffs are not rendered by default.

docs/enums/PacketTypes.html

+66-65
Large diffs are not rendered by default.

docs/enums/TankTypes.html

+190-189
Large diffs are not rendered by default.

docs/enums/TileActionTypes.html

+584-584
Large diffs are not rendered by default.

docs/enums/TileCategoryFlags.html

+60-60
Large diffs are not rendered by default.

docs/enums/TileExtraTypes.html

+256-256
Large diffs are not rendered by default.

docs/enums/TileFlags.html

+88-88
Large diffs are not rendered by default.

docs/enums/TileOptionsFlags.html

+36-36
Large diffs are not rendered by default.

docs/enums/TilePropertiesFlags.html

+60-60
Large diffs are not rendered by default.

docs/enums/VariantTypes.html

+58-57
Large diffs are not rendered by default.

docs/functions/parseText.html

+28-28
Large diffs are not rendered by default.

docs/index.html

+30-30
Large diffs are not rendered by default.

docs/interfaces/ActionEvent.html

+32-32
Large diffs are not rendered by default.

docs/interfaces/ClientOptions.html

+75-34
Large diffs are not rendered by default.

docs/interfaces/ClientType.html

+85-83
Large diffs are not rendered by default.

docs/interfaces/DataObject.html

+27-27
Large diffs are not rendered by default.

docs/interfaces/LoginInfo.html

+164-164
Large diffs are not rendered by default.

docs/interfaces/Tank.html

+94-93
Large diffs are not rendered by default.

docs/interfaces/VariantOptions.html

+42-39
Large diffs are not rendered by default.

docs/modules.html

+50-50
Large diffs are not rendered by default.

docs/types/Sendable.html

+29-28
Large diffs are not rendered by default.

docs/types/VariantArg.html

+29-28
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)