Skip to content

Commit 13def80

Browse files
committed
deploy: 8daebec
1 parent 316c1be commit 13def80

Some content is hidden

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

62 files changed

+10463
-0
lines changed

v3.0.1/.nojekyll

Lines changed: 1 addition & 0 deletions
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.

v3.0.1/404.html

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en" class="sidebar-visible no-js light">
3+
<head>
4+
<!-- Book generated using mdBook -->
5+
<meta charset="UTF-8">
6+
<title>Page not found - Matrix IRC Bridge</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="docs/_site/style.css">
34+
35+
</head>
36+
<body>
37+
<div id="body-container">
38+
<!-- Provide site root to javascript -->
39+
<script>
40+
var path_to_root = "";
41+
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
42+
</script>
43+
44+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
45+
<script>
46+
try {
47+
var theme = localStorage.getItem('mdbook-theme');
48+
var sidebar = localStorage.getItem('mdbook-sidebar');
49+
50+
if (theme.startsWith('"') && theme.endsWith('"')) {
51+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
52+
}
53+
54+
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
55+
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
56+
}
57+
} catch (e) { }
58+
</script>
59+
60+
<!-- Set the theme before any content is loaded, prevents flash -->
61+
<script>
62+
var theme;
63+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
64+
if (theme === null || theme === undefined) { theme = default_theme; }
65+
var html = document.querySelector('html');
66+
html.classList.remove('no-js')
67+
html.classList.remove('light')
68+
html.classList.add(theme);
69+
html.classList.add('js');
70+
</script>
71+
72+
<!-- Hide / unhide sidebar before it is displayed -->
73+
<script>
74+
var html = document.querySelector('html');
75+
var sidebar = null;
76+
if (document.body.clientWidth >= 1080) {
77+
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
78+
sidebar = sidebar || 'visible';
79+
} else {
80+
sidebar = 'hidden';
81+
}
82+
html.classList.remove('sidebar-visible');
83+
html.classList.add("sidebar-" + sidebar);
84+
</script>
85+
86+
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
87+
<div class="sidebar-scrollbox">
88+
<ol class="chapter"><li class="chapter-item expanded "><a href="introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="usage.html"><strong aria-hidden="true">2.</strong> Usage</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="admin_room.html"><strong aria-hidden="true">2.1.</strong> Admin Room</a></li><li class="chapter-item expanded "><a href="room_commands.html"><strong aria-hidden="true">2.2.</strong> Room Commands</a></li><li class="chapter-item expanded "><a href="room_configuration.html"><strong aria-hidden="true">2.3.</strong> Room Configuration</a></li><li class="chapter-item expanded "><a href="irc_modes.html"><strong aria-hidden="true">2.4.</strong> IRC Modes</a></li><li class="chapter-item expanded "><a href="setup_widget.html"><strong aria-hidden="true">2.5.</strong> Setup Widget</a></li></ol></li><li class="chapter-item expanded "><a href="bridged_networks.html"><strong aria-hidden="true">3.</strong> Bridged Networks</a></li><li class="chapter-item expanded "><a href="administrators_guide.html"><strong aria-hidden="true">4.</strong> Bridge Administrators</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="bridge_setup.html"><strong aria-hidden="true">4.1.</strong> Setting up the bridge</a></li><li class="chapter-item expanded "><a href="debug_api.html"><strong aria-hidden="true">4.2.</strong> Debug API</a></li><li class="chapter-item expanded "><a href="connection_pooling.html"><strong aria-hidden="true">4.3.</strong> Connection Pooling</a></li></ol></li><li class="chapter-item expanded "><a href="irc_operators.html"><strong aria-hidden="true">5.</strong> IRC Operators</a></li></ol>
89+
</div>
90+
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
91+
</nav>
92+
93+
<div id="page-wrapper" class="page-wrapper">
94+
95+
<div class="page">
96+
<div id="menu-bar-hover-placeholder"></div>
97+
<div id="menu-bar" class="menu-bar sticky bordered">
98+
<div class="left-buttons">
99+
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
100+
<i class="fa fa-bars"></i>
101+
</button>
102+
<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">
103+
<i class="fa fa-paint-brush"></i>
104+
</button>
105+
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
106+
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
107+
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
108+
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
109+
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
110+
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
111+
</ul>
112+
<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">
113+
<i class="fa fa-search"></i>
114+
</button>
115+
</div>
116+
117+
<h1 class="menu-title">Matrix IRC Bridge</h1>
118+
119+
<div class="right-buttons">
120+
<a href="print.html" title="Print this book" aria-label="Print this book">
121+
<i id="print-button" class="fa fa-print"></i>
122+
</a>
123+
<a href="https://github.com/matrix-org/matrix-appservice-irc" title="Git repository" aria-label="Git repository">
124+
<i id="git-repository-button" class="fa fa-github"></i>
125+
</a>
126+
127+
</div>
128+
</div>
129+
130+
<div id="search-wrapper" class="hidden">
131+
<form id="searchbar-outer" class="searchbar-outer">
132+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
133+
</form>
134+
<div id="searchresults-outer" class="searchresults-outer hidden">
135+
<div id="searchresults-header" class="searchresults-header"></div>
136+
<ul id="searchresults">
137+
</ul>
138+
</div>
139+
</div>
140+
141+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
142+
<script>
143+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
144+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
145+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
146+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
147+
});
148+
</script>
149+
150+
<div id="content" class="content">
151+
<main>
152+
<h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>
153+
<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>
154+
155+
</main>
156+
157+
<nav class="nav-wrapper" aria-label="Page navigation">
158+
<!-- Mobile navigation buttons -->
159+
160+
161+
<div style="clear: both"></div>
162+
</nav>
163+
</div>
164+
</div>
165+
166+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
167+
168+
</nav>
169+
170+
</div>
171+
172+
173+
174+
175+
<script>
176+
window.playground_copyable = true;
177+
</script>
178+
179+
180+
<script src="elasticlunr.min.js"></script>
181+
<script src="mark.min.js"></script>
182+
<script src="searcher.js"></script>
183+
184+
<script src="clipboard.min.js"></script>
185+
<script src="highlight.js"></script>
186+
<script src="book.js"></script>
187+
188+
<!-- Custom JS scripts -->
189+
<script src="docs/_site/main.js"></script>
190+
<script src="docs/_site/version.js"></script>
191+
192+
193+
</div>
194+
</body>
195+
</html>

v3.0.1/FontAwesome/css/font-awesome.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
162 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)