Skip to content

Commit

Permalink
add sdk reference docs (#257)
Browse files Browse the repository at this point in the history
* add sdk reference docs

Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>

* add docs to exclude list in tsconfig

Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>

---------

Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
  • Loading branch information
karthik2804 committed Jul 19, 2024
1 parent e1a417a commit 65bd3cc
Show file tree
Hide file tree
Showing 103 changed files with 2,439 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.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 docs/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 docs/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 65bd3cc

Please sign in to comment.