Skip to content

Commit

Permalink
Deploy js API reference Merge pull request oasisprotocol#2040 from oa…
Browse files Browse the repository at this point in the history
…sisprotocol/matevz/feature/get-stake-app-create

runtime-sdk: Add rofl.StakeThresholds query 8444b42
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent e755ec2 commit de69674
Show file tree
Hide file tree
Showing 1,010 changed files with 11,967 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions js/client-ext-utils/.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 js/client-ext-utils/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -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); }
18 changes: 18 additions & 0 deletions js/client-ext-utils/assets/icons.js

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

Loading

0 comments on commit de69674

Please sign in to comment.