Skip to content

Commit

Permalink
Release 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoplatform-engineering committed Jul 25, 2022
1 parent 1081ca1 commit 9ca42e4
Show file tree
Hide file tree
Showing 27 changed files with 4,042 additions and 1,466 deletions.
1 change: 1 addition & 0 deletions docs/.nojekyll
@@ -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 docs/assets/highlight.css
@@ -0,0 +1,22 @@
:root {
--light-code-background: #FFFFFF;
--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);
} }

:root[data-theme='light'] {
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

pre, code { background: var(--code-background); }
54 changes: 54 additions & 0 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/search.js

Large diffs are not rendered by default.

0 comments on commit 9ca42e4

Please sign in to comment.