Skip to content

Commit 96c92aa

Browse files
author
aegir[bot]
committed
docs: update documentation [skip ci]
1 parent 24200f0 commit 96c92aa

File tree

173 files changed

+2579
-2519
lines changed

Some content is hidden

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

173 files changed

+2579
-2519
lines changed

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.

assets/highlight.css

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@
2323
--dark-hl-10: #9CDCFE;
2424
--light-hl-11: #267F99;
2525
--dark-hl-11: #4EC9B0;
26-
--light-hl-12: #000000FF;
27-
--dark-hl-12: #D4D4D4;
28-
--light-hl-13: #0000FF;
29-
--dark-hl-13: #CE9178;
30-
--light-hl-14: #AF00DB;
31-
--dark-hl-14: #C586C0;
32-
--light-hl-15: #000000;
33-
--dark-hl-15: #C8C8C8;
26+
--light-hl-12: #AF00DB;
27+
--dark-hl-12: #C586C0;
28+
--light-hl-13: #000000;
29+
--dark-hl-13: #C8C8C8;
3430
--light-code-background: #FFFFFF;
3531
--dark-code-background: #1E1E1E;
3632
}
@@ -50,8 +46,6 @@
5046
--hl-11: var(--light-hl-11);
5147
--hl-12: var(--light-hl-12);
5248
--hl-13: var(--light-hl-13);
53-
--hl-14: var(--light-hl-14);
54-
--hl-15: var(--light-hl-15);
5549
--code-background: var(--light-code-background);
5650
} }
5751

@@ -70,8 +64,6 @@
7064
--hl-11: var(--dark-hl-11);
7165
--hl-12: var(--dark-hl-12);
7266
--hl-13: var(--dark-hl-13);
73-
--hl-14: var(--dark-hl-14);
74-
--hl-15: var(--dark-hl-15);
7567
--code-background: var(--dark-code-background);
7668
} }
7769

@@ -90,8 +82,6 @@
9082
--hl-11: var(--light-hl-11);
9183
--hl-12: var(--light-hl-12);
9284
--hl-13: var(--light-hl-13);
93-
--hl-14: var(--light-hl-14);
94-
--hl-15: var(--light-hl-15);
9585
--code-background: var(--light-code-background);
9686
}
9787

@@ -110,8 +100,6 @@
110100
--hl-11: var(--dark-hl-11);
111101
--hl-12: var(--dark-hl-12);
112102
--hl-13: var(--dark-hl-13);
113-
--hl-14: var(--dark-hl-14);
114-
--hl-15: var(--dark-hl-15);
115103
--code-background: var(--dark-code-background);
116104
}
117105

@@ -129,6 +117,4 @@
129117
.hl-11 { color: var(--hl-11); }
130118
.hl-12 { color: var(--hl-12); }
131119
.hl-13 { color: var(--hl-13); }
132-
.hl-14 { color: var(--hl-14); }
133-
.hl-15 { color: var(--hl-15); }
134120
pre, code { background: var(--code-background); }

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.

assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

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.

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.

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)