Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 27, 2024
1 parent 8a51d1b commit cee70aa
Show file tree
Hide file tree
Showing 13 changed files with 962 additions and 2,013 deletions.
2 changes: 1 addition & 1 deletion Documentation/.nojekyll
Original file line number Diff line number Diff line change
@@ -1 +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.
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
10 changes: 5 additions & 5 deletions Documentation/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
--dark-color-background-secondary: #000;
--dark-code-background: #040404;
--color-accent: #2463eb;
--light-hl-0: #ffdd00;
--light-hl-1: #ff66ff;
--light-hl-2: #ff4444;
--light-hl-3: #44ffff;
--light-hl-4: #44ff44;
--light-hl-0: #b58900;
--light-hl-1: #d33682;
--light-hl-2: #dc322f;
--light-hl-3: #2aa198;
--light-hl-4: #859900;
--dark-hl-0: #ffdd00;
--dark-hl-1: #ff66ff;
--dark-hl-2: #ff4444;
Expand Down
33 changes: 13 additions & 20 deletions Documentation/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
:root {
--light-code-background: #ffffff;
--dark-code-background: #1e1e1e;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

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

@media (prefers-color-scheme: dark) {
:root {
--code-background: var(--dark-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='light'] {
--code-background: var(--light-code-background);
}

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

pre,
code {
background: var(--code-background);
}
pre, code { background: var(--code-background); }
31 changes: 17 additions & 14 deletions Documentation/assets/icons.js

Large diffs are not rendered by default.

182 changes: 1 addition & 181 deletions Documentation/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 Documentation/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Documentation/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 Documentation/assets/search.js

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

1,787 changes: 910 additions & 877 deletions Documentation/assets/style.css

Large diffs are not rendered by default.

315 changes: 1 addition & 314 deletions Documentation/functions/default.html
Original file line number Diff line number Diff line change
@@ -1,314 +1 @@
<!doctype html>
<html class="default" lang="en">
<head>
<meta charset="utf-8" />
<meta
content="astro-integration, astro-component, astro, network"
name="keywords" />
<meta content="IE=edge" http-equiv="x-ua-compatible" />
<title>default | astro-network - v0.0.1</title>
<meta content="Documentation for astro-network" name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="../assets/style.css" rel="stylesheet" />
<link href="../assets/highlight.css" rel="stylesheet" />
<link href="../assets/custom.css" rel="stylesheet" />
<script defer src="../assets/main.js"></script>
<script async id="tsd-icons-script" src="../assets/icons.js"></script>
<script async id="tsd-search-script" src="../assets/search.js"></script>
<script
async
id="tsd-nav-script"
src="../assets/navigation.js"></script>
</head>
<body>
<script>
document.documentElement.dataset.theme =
localStorage.getItem("tsd-theme") || "os";
document.body.style.display = "none";
setTimeout(
() =>
app
? app.showPage()
: document.body.style.removeProperty("display"),
500,
);
</script>
<header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base="..">
<div class="field">
<label
class="tsd-widget tsd-toolbar-icon search no-caption"
for="tsd-search-field"
><svg
fill="none"
height="16"
viewBox="0 0 16 16"
width="16">
<use
href="../assets/icons.svg#icon-search"></use></svg></label
><input
aria-label="Search"
id="tsd-search-field"
type="text" />
</div>
<div class="field"><div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">
The search index is not available
</li>
</ul>
<a class="title" href="../index.html"
>astro-network - v0.0.1</a
>
</div>
<div class="table-cell" id="tsd-widgets">
<a
aria-label="Menu"
class="tsd-widget tsd-toolbar-icon menu no-caption"
href="#"
data-toggle="menu"
><svg
fill="none"
height="16"
viewBox="0 0 16 16"
width="16">
<use
href="../assets/icons.svg#icon-menu"></use></svg
></a>
</div>
</div>
</header>
<div class="container-main container">
<div class="col-content">
<div class="tsd-page-title">
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">astro-network</a></li>
<li><a href="default.html">default</a></li>
</ul>
<h1>Function default</h1>
</div>
<section class="tsd-panel">
<ul class="tsd-signatures">
<li class="tsd-signature tsd-anchor-link">
<a class="tsd-anchor" id="default"></a
><span class="tsd-kind-call-signature">default</span
><span class="tsd-signature-symbol">(</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type"
>AstroIntegration</span
><a
aria-label="Permalink"
class="tsd-anchor-icon"
href="#default"
><svg viewBox="0 0 24 24">
<use
href="../assets/icons.svg#icon-anchor"></use></svg
></a>
</li>
<li class="tsd-description">
<h4 class="tsd-returns-title">
Returns
<span class="tsd-signature-type"
>AstroIntegration</span
>
</h4>
<aside class="tsd-sources">
<ul>
<li>
Defined in
<a
href="https://github.com/PlayForm/AstroNetwork/blob/2dc2d9f/Source/Index.ts#L3"
>Index.ts:3</a
>
</li>
</ul>
</aside>
</li>
</ul>
</section>
</div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion">
<summary class="tsd-accordion-summary">
<h3>
<svg
fill="none"
height="20"
viewBox="0 0 24 24"
width="20">
<use
href="../assets/icons.svg#icon-chevronDown"></use></svg
>Settings
</h3>
</summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4>
<form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item">
<label class="tsd-filter-input"
><input
id="tsd-filter-protected"
name="protected"
type="checkbox" /><svg
aria-hidden="true"
height="32"
viewBox="0 0 32 32"
width="32">
<rect
class="tsd-checkbox-background"
fill="none"
height="30"
rx="6"
width="30"
x="1"
y="1"></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
fill="none"
stroke="none"
stroke-linejoin="round"
stroke-width="3.5"></path></svg
><span
>Protected</span
></label
>
</li>
<li class="tsd-filter-item">
<label class="tsd-filter-input"
><input
id="tsd-filter-private"
name="private"
type="checkbox" /><svg
aria-hidden="true"
height="32"
viewBox="0 0 32 32"
width="32">
<rect
class="tsd-checkbox-background"
fill="none"
height="30"
rx="6"
width="30"
x="1"
y="1"></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
fill="none"
stroke="none"
stroke-linejoin="round"
stroke-width="3.5"></path></svg
><span>Private</span></label
>
</li>
<li class="tsd-filter-item">
<label class="tsd-filter-input"
><input
checked
id="tsd-filter-inherited"
name="inherited"
type="checkbox" /><svg
aria-hidden="true"
height="32"
viewBox="0 0 32 32"
width="32">
<rect
class="tsd-checkbox-background"
fill="none"
height="30"
rx="6"
width="30"
x="1"
y="1"></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
fill="none"
stroke="none"
stroke-linejoin="round"
stroke-width="3.5"></path></svg
><span
>Inherited</span
></label
>
</li>
<li class="tsd-filter-item">
<label class="tsd-filter-input"
><input
id="tsd-filter-external"
name="external"
type="checkbox" /><svg
aria-hidden="true"
height="32"
viewBox="0 0 32 32"
width="32">
<rect
class="tsd-checkbox-background"
fill="none"
height="30"
rx="6"
width="30"
x="1"
y="1"></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
fill="none"
stroke="none"
stroke-linejoin="round"
stroke-width="3.5"></path></svg
><span
>External</span
></label
>
</li>
</ul>
</form>
</div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4>
<select id="tsd-theme">
<option value="os">OS</option>
<option value="light">Light</option>
<option value="dark">Dark</option>
</select>
</div>
</div>
</details>
</div>
</div>
<div class="site-menu">
<nav class="tsd-navigation">
<a href="../modules.html"
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
<use
href="../assets/icons.svg#icon-1"></use></svg
><span>astro-network - v0.0.1</span></a
>
<ul
class="tsd-small-nested-navigation"
id="tsd-nav-container"
data-base="..">
<li>Loading...</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="tsd-generator">
<p>
Generated using
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
</p>
</div>
<div class="overlay"></div>
</body>
</html>
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta name="keywords" content="astro, astro-integration, astro-component, astro-network, network, withastro, playform"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>default | @playform/network - v0.0.1</title><meta name="description" content="Documentation for @playform/network"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@playform/network - v0.0.1</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@playform/network</a></li><li><a href="default.html">default</a></li></ul><h1>Function default</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="default" class="tsd-anchor"></a><span class="tsd-kind-call-signature">default</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AstroIntegration</span><a href="#default" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AstroIntegration</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Playform/Network/blob/Current/Source/Index.ts#L3">Index.ts:3</a></li></ul></aside></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@playform/network - v0.0.1</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
Loading

0 comments on commit cee70aa

Please sign in to comment.