Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and actions-user committed Dec 2, 2024
1 parent 84b41a9 commit 4305a8d
Show file tree
Hide file tree
Showing 116 changed files with 2,887 additions and 2,096 deletions.
1 change: 1 addition & 0 deletions docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 29 additions & 36 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
:root {
--light-hl-0: #800000;
--dark-hl-0: #808080;
--light-hl-1: #800000;
--dark-hl-1: #569CD6;
--light-hl-2: #000000;
--dark-hl-2: #D4D4D4;
--light-hl-3: #E50000;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0000FF;
--dark-hl-4: #CE9178;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #001080;
--dark-hl-6: #9CDCFE;
--light-hl-7: #A31515;
--dark-hl-7: #CE9178;
--light-hl-8: #795E26;
--dark-hl-8: #DCDCAA;
--light-hl-0: #AF00DB;
--dark-hl-0: #C586C0;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #001080;
--dark-hl-2: #9CDCFE;
--light-hl-3: #A31515;
--dark-hl-3: #CE9178;
--light-hl-4: #795E26;
--dark-hl-4: #DCDCAA;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-6: #800000;
--dark-hl-6: #808080;
--light-hl-7: #CD3131;
--dark-hl-7: #F44747;
--light-hl-8: #E50000;
--dark-hl-8: #9CDCFE;
--light-hl-9: #0000FF;
--dark-hl-9: #569CD6;
--light-hl-10: #CD3131;
--dark-hl-10: #F44747;
--light-hl-11: #008000;
--dark-hl-11: #6A9955;
--light-hl-12: #098658;
--dark-hl-12: #B5CEA8;
--light-hl-13: #267F99;
--dark-hl-13: #4EC9B0;
--light-hl-14: #0070C1;
--dark-hl-14: #4FC1FF;
--light-hl-15: #000000;
--dark-hl-15: #C8C8C8;
--dark-hl-9: #CE9178;
--light-hl-10: #008000;
--dark-hl-10: #6A9955;
--light-hl-11: #267F99;
--dark-hl-11: #4EC9B0;
--light-hl-12: #0070C1;
--dark-hl-12: #4FC1FF;
--light-hl-13: #098658;
--dark-hl-13: #B5CEA8;
--light-hl-14: #000000;
--dark-hl-14: #C8C8C8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -51,7 +49,6 @@
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--hl-15: var(--light-hl-15);
--code-background: var(--light-code-background);
} }

Expand All @@ -71,7 +68,6 @@
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--hl-15: var(--dark-hl-15);
--code-background: var(--dark-code-background);
} }

Expand All @@ -91,7 +87,6 @@
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--hl-15: var(--light-hl-15);
--code-background: var(--light-code-background);
}

Expand All @@ -111,7 +106,6 @@
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--hl-15: var(--dark-hl-15);
--code-background: var(--dark-code-background);
}

Expand All @@ -130,5 +124,4 @@
.hl-12 { color: var(--hl-12); }
.hl-13 { color: var(--hl-13); }
.hl-14 { color: var(--hl-14); }
.hl-15 { color: var(--hl-15); }
pre, code { background: var(--code-background); }
31 changes: 17 additions & 14 deletions docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4305a8d

Please sign in to comment.