Skip to content

Commit b501e21

Browse files
Book Deployed
1 parent e0299d5 commit b501e21

File tree

78 files changed

+17517
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+17517
-0
lines changed

docs/.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

docs/404.html

+198
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en" class="light sidebar-visible" dir="ltr">
3+
<head>
4+
<!-- Book generated using mdBook -->
5+
<meta charset="UTF-8">
6+
<title>Page not found - Avail Go SDK Examples</title>
7+
<base href="/">
8+
9+
10+
<!-- Custom HTML head -->
11+
12+
<meta name="description" content="">
13+
<meta name="viewport" content="width=device-width, initial-scale=1">
14+
<meta name="theme-color" content="#ffffff">
15+
16+
<link rel="icon" href="favicon.svg">
17+
<link rel="shortcut icon" href="favicon.png">
18+
<link rel="stylesheet" href="css/variables.css">
19+
<link rel="stylesheet" href="css/general.css">
20+
<link rel="stylesheet" href="css/chrome.css">
21+
<link rel="stylesheet" href="css/print.css" media="print">
22+
23+
<!-- Fonts -->
24+
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
25+
<link rel="stylesheet" href="fonts/fonts.css">
26+
27+
<!-- Highlight.js Stylesheets -->
28+
<link rel="stylesheet" href="highlight.css">
29+
<link rel="stylesheet" href="tomorrow-night.css">
30+
<link rel="stylesheet" href="ayu-highlight.css">
31+
32+
<!-- Custom theme stylesheets -->
33+
<link rel="stylesheet" href="custom.css">
34+
35+
36+
<!-- Provide site root to javascript -->
37+
<script>
38+
var path_to_root = "";
39+
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
40+
</script>
41+
<!-- Start loading toc.js asap -->
42+
<script src="toc.js"></script>
43+
</head>
44+
<body>
45+
<div id="body-container">
46+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
47+
<script>
48+
try {
49+
var theme = localStorage.getItem('mdbook-theme');
50+
var sidebar = localStorage.getItem('mdbook-sidebar');
51+
52+
if (theme.startsWith('"') && theme.endsWith('"')) {
53+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
54+
}
55+
56+
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
57+
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
58+
}
59+
} catch (e) { }
60+
</script>
61+
62+
<!-- Set the theme before any content is loaded, prevents flash -->
63+
<script>
64+
var theme;
65+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
66+
if (theme === null || theme === undefined) { theme = default_theme; }
67+
const html = document.documentElement;
68+
html.classList.remove('light')
69+
html.classList.add(theme);
70+
html.classList.add("js");
71+
</script>
72+
73+
<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
74+
75+
<!-- Hide / unhide sidebar before it is displayed -->
76+
<script>
77+
var sidebar = null;
78+
var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
79+
if (document.body.clientWidth >= 1080) {
80+
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
81+
sidebar = sidebar || 'visible';
82+
} else {
83+
sidebar = 'hidden';
84+
}
85+
sidebar_toggle.checked = sidebar === 'visible';
86+
html.classList.remove('sidebar-visible');
87+
html.classList.add("sidebar-" + sidebar);
88+
</script>
89+
90+
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
91+
<!-- populated by js -->
92+
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
93+
<noscript>
94+
<iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
95+
</noscript>
96+
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
97+
<div class="sidebar-resize-indicator"></div>
98+
</div>
99+
</nav>
100+
101+
<div id="page-wrapper" class="page-wrapper">
102+
103+
<div class="page">
104+
<div id="menu-bar-hover-placeholder"></div>
105+
<div id="menu-bar" class="menu-bar sticky">
106+
<div class="left-buttons">
107+
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
108+
<i class="fa fa-bars"></i>
109+
</label>
110+
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
111+
<i class="fa fa-paint-brush"></i>
112+
</button>
113+
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
114+
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
115+
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
116+
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
117+
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
118+
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
119+
</ul>
120+
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
121+
<i class="fa fa-search"></i>
122+
</button>
123+
</div>
124+
125+
<h1 class="menu-title">Avail Go SDK Examples</h1>
126+
127+
<div class="right-buttons">
128+
<a href="print.html" title="Print this book" aria-label="Print this book">
129+
<i id="print-button" class="fa fa-print"></i>
130+
</a>
131+
132+
</div>
133+
</div>
134+
135+
<div id="search-wrapper" class="hidden">
136+
<form id="searchbar-outer" class="searchbar-outer">
137+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
138+
</form>
139+
<div id="searchresults-outer" class="searchresults-outer hidden">
140+
<div id="searchresults-header" class="searchresults-header"></div>
141+
<ul id="searchresults">
142+
</ul>
143+
</div>
144+
</div>
145+
146+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
147+
<script>
148+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
149+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
150+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
151+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
152+
});
153+
</script>
154+
155+
<div id="content" class="content">
156+
<main>
157+
<h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>
158+
<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>
159+
160+
</main>
161+
162+
<nav class="nav-wrapper" aria-label="Page navigation">
163+
<!-- Mobile navigation buttons -->
164+
165+
166+
<div style="clear: both"></div>
167+
</nav>
168+
</div>
169+
</div>
170+
171+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
172+
173+
</nav>
174+
175+
</div>
176+
177+
178+
179+
180+
<script>
181+
window.playground_copyable = true;
182+
</script>
183+
184+
185+
<script src="elasticlunr.min.js"></script>
186+
<script src="mark.min.js"></script>
187+
<script src="searcher.js"></script>
188+
189+
<script src="clipboard.min.js"></script>
190+
<script src="highlight.js"></script>
191+
<script src="book.js"></script>
192+
193+
<!-- Custom JS scripts -->
194+
195+
196+
</div>
197+
</body>
198+
</html>

docs/FontAwesome/css/font-awesome.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
162 KB
Binary file not shown.
162 KB
Binary file not shown.

0 commit comments

Comments
 (0)