Skip to content

Commit 4bb6c2d

Browse files
farfromrefugactions-user
authored andcommitted
chore: update doc
1 parent 50af332 commit 4bb6c2d

File tree

406 files changed

+75
-75432
lines changed

Some content is hidden

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

406 files changed

+75
-75432
lines changed

docs/assets/highlight.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
--dark-hl-1: #D4D4D4;
66
--light-hl-2: #008000;
77
--dark-hl-2: #6A9955;
8-
--light-hl-3: #000000;
9-
--dark-hl-3: #C8C8C8;
108
--light-code-background: #FFFFFF;
119
--dark-code-background: #1E1E1E;
1210
}
@@ -15,36 +13,31 @@
1513
--hl-0: var(--light-hl-0);
1614
--hl-1: var(--light-hl-1);
1715
--hl-2: var(--light-hl-2);
18-
--hl-3: var(--light-hl-3);
1916
--code-background: var(--light-code-background);
2017
} }
2118

2219
@media (prefers-color-scheme: dark) { :root {
2320
--hl-0: var(--dark-hl-0);
2421
--hl-1: var(--dark-hl-1);
2522
--hl-2: var(--dark-hl-2);
26-
--hl-3: var(--dark-hl-3);
2723
--code-background: var(--dark-code-background);
2824
} }
2925

3026
:root[data-theme='light'] {
3127
--hl-0: var(--light-hl-0);
3228
--hl-1: var(--light-hl-1);
3329
--hl-2: var(--light-hl-2);
34-
--hl-3: var(--light-hl-3);
3530
--code-background: var(--light-code-background);
3631
}
3732

3833
:root[data-theme='dark'] {
3934
--hl-0: var(--dark-hl-0);
4035
--hl-1: var(--dark-hl-1);
4136
--hl-2: var(--dark-hl-2);
42-
--hl-3: var(--dark-hl-3);
4337
--code-background: var(--dark-code-background);
4438
}
4539

4640
.hl-0 { color: var(--hl-0); }
4741
.hl-1 { color: var(--hl-1); }
4842
.hl-2 { color: var(--hl-2); }
49-
.hl-3 { color: var(--hl-3); }
5043
pre, code { background: var(--code-background); }

docs/assets/search.js

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

docs/classes/core.CartoMapStyle.html

Lines changed: 0 additions & 146 deletions
This file was deleted.

docs/classes/core.IntVector.html

Lines changed: 0 additions & 269 deletions
This file was deleted.

docs/classes/core.MapBounds.html

Lines changed: 0 additions & 281 deletions
This file was deleted.

docs/classes/core.MapPosVector.html

Lines changed: 0 additions & 304 deletions
This file was deleted.

docs/classes/core.MapPosVectorVector.html

Lines changed: 0 additions & 279 deletions
This file was deleted.

docs/classes/core.NMapPos.html

Lines changed: 0 additions & 155 deletions
This file was deleted.

docs/classes/core.NativeVector.html

Lines changed: 0 additions & 274 deletions
This file was deleted.

docs/classes/core_index_common.ScreenBounds.html

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)