Skip to content

Commit 53d5018

Browse files
committed
Updated API docs to properly reflect new monorepo structure
1 parent a102d2e commit 53d5018

File tree

100 files changed

+1051
-16
lines changed

Some content is hidden

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

100 files changed

+1051
-16
lines changed

assets/highlight.css

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #008000;
5-
--dark-hl-1: #6A9955;
6-
--light-hl-2: #AF00DB;
7-
--dark-hl-2: #C586C0;
8-
--light-hl-3: #001080;
9-
--dark-hl-3: #9CDCFE;
2+
--light-hl-0: #A31515;
3+
--dark-hl-0: #CE9178;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #0000FF;
7+
--dark-hl-2: #569CD6;
8+
--light-hl-3: #0070C1;
9+
--dark-hl-3: #4FC1FF;
1010
--light-hl-4: #795E26;
1111
--dark-hl-4: #DCDCAA;
12-
--light-hl-5: #0070C1;
13-
--dark-hl-5: #4FC1FF;
14-
--light-hl-6: #A31515;
15-
--dark-hl-6: #CE9178;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #098658;
15+
--dark-hl-6: #B5CEA8;
16+
--light-hl-7: #AF00DB;
17+
--dark-hl-7: #C586C0;
18+
--light-hl-8: #008000;
19+
--dark-hl-8: #6A9955;
1620
--light-code-background: #FFFFFF;
1721
--dark-code-background: #1E1E1E;
1822
}
@@ -25,6 +29,8 @@
2529
--hl-4: var(--light-hl-4);
2630
--hl-5: var(--light-hl-5);
2731
--hl-6: var(--light-hl-6);
32+
--hl-7: var(--light-hl-7);
33+
--hl-8: var(--light-hl-8);
2834
--code-background: var(--light-code-background);
2935
} }
3036

@@ -36,6 +42,8 @@
3642
--hl-4: var(--dark-hl-4);
3743
--hl-5: var(--dark-hl-5);
3844
--hl-6: var(--dark-hl-6);
45+
--hl-7: var(--dark-hl-7);
46+
--hl-8: var(--dark-hl-8);
3947
--code-background: var(--dark-code-background);
4048
} }
4149

@@ -47,6 +55,8 @@
4755
--hl-4: var(--light-hl-4);
4856
--hl-5: var(--light-hl-5);
4957
--hl-6: var(--light-hl-6);
58+
--hl-7: var(--light-hl-7);
59+
--hl-8: var(--light-hl-8);
5060
--code-background: var(--light-code-background);
5161
}
5262

@@ -58,6 +68,8 @@
5868
--hl-4: var(--dark-hl-4);
5969
--hl-5: var(--dark-hl-5);
6070
--hl-6: var(--dark-hl-6);
71+
--hl-7: var(--dark-hl-7);
72+
--hl-8: var(--dark-hl-8);
6173
--code-background: var(--dark-code-background);
6274
}
6375

@@ -68,4 +80,6 @@
6880
.hl-4 { color: var(--hl-4); }
6981
.hl-5 { color: var(--hl-5); }
7082
.hl-6 { color: var(--hl-6); }
83+
.hl-7 { color: var(--hl-7); }
84+
.hl-8 { color: var(--hl-8); }
7185
pre, code { background: var(--code-background); }

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.

classes/_nut_tree_nut_js.AssertClass.html

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

classes/_nut_tree_nut_js.ClipboardClass.html

Lines changed: 8 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)