Skip to content

Commit

Permalink
0.14.9 API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Jul 21, 2023
1 parent 61dc888 commit 8d94a91
Show file tree
Hide file tree
Showing 614 changed files with 9,793 additions and 1 deletion.
1 change: 1 addition & 0 deletions 0.14.9/apidoc_npm/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
22 changes: 22 additions & 0 deletions 0.14.9/apidoc_npm/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:root {
--light-code-background: #F5F5F5;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--code-background: var(--dark-code-background);
} }

body.light {
--code-background: var(--light-code-background);
}

body.dark {
--code-background: var(--dark-code-background);
}

pre, code { background: var(--code-background); }
Loading

0 comments on commit 8d94a91

Please sign in to comment.