Skip to content

Commit 4305a8d

Browse files
farfromrefugactions-user
authored andcommitted
chore: update doc
1 parent 84b41a9 commit 4305a8d

File tree

116 files changed

+2887
-2096
lines changed

Some content is hidden

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

116 files changed

+2887
-2096
lines changed

docs/assets/hierarchy.js

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

docs/assets/highlight.css

Lines changed: 29 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
:root {
2-
--light-hl-0: #800000;
3-
--dark-hl-0: #808080;
4-
--light-hl-1: #800000;
5-
--dark-hl-1: #569CD6;
6-
--light-hl-2: #000000;
7-
--dark-hl-2: #D4D4D4;
8-
--light-hl-3: #E50000;
9-
--dark-hl-3: #9CDCFE;
10-
--light-hl-4: #0000FF;
11-
--dark-hl-4: #CE9178;
12-
--light-hl-5: #AF00DB;
13-
--dark-hl-5: #C586C0;
14-
--light-hl-6: #001080;
15-
--dark-hl-6: #9CDCFE;
16-
--light-hl-7: #A31515;
17-
--dark-hl-7: #CE9178;
18-
--light-hl-8: #795E26;
19-
--dark-hl-8: #DCDCAA;
2+
--light-hl-0: #AF00DB;
3+
--dark-hl-0: #C586C0;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #001080;
7+
--dark-hl-2: #9CDCFE;
8+
--light-hl-3: #A31515;
9+
--dark-hl-3: #CE9178;
10+
--light-hl-4: #795E26;
11+
--dark-hl-4: #DCDCAA;
12+
--light-hl-5: #0000FF;
13+
--dark-hl-5: #569CD6;
14+
--light-hl-6: #800000;
15+
--dark-hl-6: #808080;
16+
--light-hl-7: #CD3131;
17+
--dark-hl-7: #F44747;
18+
--light-hl-8: #E50000;
19+
--dark-hl-8: #9CDCFE;
2020
--light-hl-9: #0000FF;
21-
--dark-hl-9: #569CD6;
22-
--light-hl-10: #CD3131;
23-
--dark-hl-10: #F44747;
24-
--light-hl-11: #008000;
25-
--dark-hl-11: #6A9955;
26-
--light-hl-12: #098658;
27-
--dark-hl-12: #B5CEA8;
28-
--light-hl-13: #267F99;
29-
--dark-hl-13: #4EC9B0;
30-
--light-hl-14: #0070C1;
31-
--dark-hl-14: #4FC1FF;
32-
--light-hl-15: #000000;
33-
--dark-hl-15: #C8C8C8;
21+
--dark-hl-9: #CE9178;
22+
--light-hl-10: #008000;
23+
--dark-hl-10: #6A9955;
24+
--light-hl-11: #267F99;
25+
--dark-hl-11: #4EC9B0;
26+
--light-hl-12: #0070C1;
27+
--dark-hl-12: #4FC1FF;
28+
--light-hl-13: #098658;
29+
--dark-hl-13: #B5CEA8;
30+
--light-hl-14: #000000;
31+
--dark-hl-14: #C8C8C8;
3432
--light-code-background: #FFFFFF;
3533
--dark-code-background: #1E1E1E;
3634
}
@@ -51,7 +49,6 @@
5149
--hl-12: var(--light-hl-12);
5250
--hl-13: var(--light-hl-13);
5351
--hl-14: var(--light-hl-14);
54-
--hl-15: var(--light-hl-15);
5552
--code-background: var(--light-code-background);
5653
} }
5754

@@ -71,7 +68,6 @@
7168
--hl-12: var(--dark-hl-12);
7269
--hl-13: var(--dark-hl-13);
7370
--hl-14: var(--dark-hl-14);
74-
--hl-15: var(--dark-hl-15);
7571
--code-background: var(--dark-code-background);
7672
} }
7773

@@ -91,7 +87,6 @@
9187
--hl-12: var(--light-hl-12);
9288
--hl-13: var(--light-hl-13);
9389
--hl-14: var(--light-hl-14);
94-
--hl-15: var(--light-hl-15);
9590
--code-background: var(--light-code-background);
9691
}
9792

@@ -111,7 +106,6 @@
111106
--hl-12: var(--dark-hl-12);
112107
--hl-13: var(--dark-hl-13);
113108
--hl-14: var(--dark-hl-14);
114-
--hl-15: var(--dark-hl-15);
115109
--code-background: var(--dark-code-background);
116110
}
117111

@@ -130,5 +124,4 @@
130124
.hl-12 { color: var(--hl-12); }
131125
.hl-13 { color: var(--hl-13); }
132126
.hl-14 { color: var(--hl-14); }
133-
.hl-15 { color: var(--hl-15); }
134127
pre, code { background: var(--code-background); }

docs/assets/icons.js

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/assets/main.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.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/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.

0 commit comments

Comments
 (0)