Skip to content

Commit 0f3e49d

Browse files
author
Deploy from CI
committed
Deploy e7a2511 to gh-pages
0 parents  commit 0f3e49d

Some content is hidden

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

64 files changed

+14012
-0
lines changed

404.html

+211
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
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 - cargo-deny</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+
34+
</head>
35+
<body>
36+
<div id="body-container">
37+
<!-- Provide site root to javascript -->
38+
<script>
39+
var path_to_root = "";
40+
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
41+
</script>
42+
43+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
44+
<script>
45+
try {
46+
var theme = localStorage.getItem('mdbook-theme');
47+
var sidebar = localStorage.getItem('mdbook-sidebar');
48+
49+
if (theme.startsWith('"') && theme.endsWith('"')) {
50+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
51+
}
52+
53+
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
54+
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
55+
}
56+
} catch (e) { }
57+
</script>
58+
59+
<!-- Set the theme before any content is loaded, prevents flash -->
60+
<script>
61+
var theme;
62+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
63+
if (theme === null || theme === undefined) { theme = default_theme; }
64+
var html = document.querySelector('html');
65+
html.classList.remove('no-js')
66+
html.classList.remove('light')
67+
html.classList.add(theme);
68+
html.classList.add('js');
69+
</script>
70+
71+
<!-- Hide / unhide sidebar before it is displayed -->
72+
<script>
73+
var html = document.querySelector('html');
74+
var sidebar = null;
75+
if (document.body.clientWidth >= 1080) {
76+
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
77+
sidebar = sidebar || 'visible';
78+
} else {
79+
sidebar = 'hidden';
80+
}
81+
html.classList.remove('sidebar-visible');
82+
html.classList.add("sidebar-" + sidebar);
83+
</script>
84+
85+
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
86+
<div class="sidebar-scrollbox">
87+
<ol class="chapter"><li class="chapter-item expanded "><a href="index.html"><strong aria-hidden="true">1.</strong> cargo-deny</a></li><li class="chapter-item expanded "><a href="cli/index.html"><strong aria-hidden="true">2.</strong> Command Line Tool</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="cli/common.html"><strong aria-hidden="true">2.1.</strong> common</a></li><li class="chapter-item expanded "><a href="cli/init.html"><strong aria-hidden="true">2.2.</strong> init</a></li><li class="chapter-item expanded "><a href="cli/check.html"><strong aria-hidden="true">2.3.</strong> check</a></li><li class="chapter-item expanded "><a href="cli/list.html"><strong aria-hidden="true">2.4.</strong> list</a></li></ol></li><li class="chapter-item expanded "><a href="checks/index.html"><strong aria-hidden="true">3.</strong> Checks</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="checks/cfg.html"><strong aria-hidden="true">3.1.</strong> config</a></li><li class="chapter-item expanded "><a href="checks/advisories/index.html"><strong aria-hidden="true">3.2.</strong> advisories</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="checks/advisories/cfg.html"><strong aria-hidden="true">3.2.1.</strong> config</a></li><li class="chapter-item expanded "><a href="checks/advisories/diags.html"><strong aria-hidden="true">3.2.2.</strong> diagnostics</a></li></ol></li><li class="chapter-item expanded "><a href="checks/bans/index.html"><strong aria-hidden="true">3.3.</strong> bans</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="checks/bans/cfg.html"><strong aria-hidden="true">3.3.1.</strong> config</a></li><li class="chapter-item expanded "><a href="checks/bans/diags.html"><strong aria-hidden="true">3.3.2.</strong> diagnostics</a></li></ol></li><li class="chapter-item expanded "><a href="checks/licenses/index.html"><strong aria-hidden="true">3.4.</strong> licenses</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="checks/licenses/cfg.html"><strong aria-hidden="true">3.4.1.</strong> config</a></li><li class="chapter-item expanded "><a href="checks/licenses/diags.html"><strong aria-hidden="true">3.4.2.</strong> diagnostics</a></li></ol></li><li class="chapter-item expanded "><a href="checks/sources/index.html"><strong aria-hidden="true">3.5.</strong> sources</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="checks/sources/cfg.html"><strong aria-hidden="true">3.5.1.</strong> config</a></li><li class="chapter-item expanded "><a href="checks/sources/diags.html"><strong aria-hidden="true">3.5.2.</strong> diagnostics</a></li></ol></li></ol></li></ol>
88+
</div>
89+
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
90+
</nav>
91+
92+
<!-- Track and set sidebar scroll position -->
93+
<script>
94+
var sidebarScrollbox = document.querySelector('#sidebar .sidebar-scrollbox');
95+
sidebarScrollbox.addEventListener('click', function(e) {
96+
if (e.target.tagName === 'A') {
97+
sessionStorage.setItem('sidebar-scroll', sidebarScrollbox.scrollTop);
98+
}
99+
}, { passive: true });
100+
var sidebarScrollTop = sessionStorage.getItem('sidebar-scroll');
101+
sessionStorage.removeItem('sidebar-scroll');
102+
if (sidebarScrollTop) {
103+
// preserve sidebar scroll position when navigating via links within sidebar
104+
sidebarScrollbox.scrollTop = sidebarScrollTop;
105+
} else {
106+
// scroll sidebar to current active section when navigating via "next/previous chapter" buttons
107+
var activeSection = document.querySelector('#sidebar .active');
108+
if (activeSection) {
109+
activeSection.scrollIntoView({ block: 'center' });
110+
}
111+
}
112+
</script>
113+
114+
<div id="page-wrapper" class="page-wrapper">
115+
116+
<div class="page">
117+
<div id="menu-bar-hover-placeholder"></div>
118+
<div id="menu-bar" class="menu-bar sticky">
119+
<div class="left-buttons">
120+
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
121+
<i class="fa fa-bars"></i>
122+
</button>
123+
<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">
124+
<i class="fa fa-paint-brush"></i>
125+
</button>
126+
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
127+
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
128+
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
129+
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
130+
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
131+
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
132+
</ul>
133+
<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">
134+
<i class="fa fa-search"></i>
135+
</button>
136+
</div>
137+
138+
<h1 class="menu-title">cargo-deny</h1>
139+
140+
<div class="right-buttons">
141+
<a href="print.html" title="Print this book" aria-label="Print this book">
142+
<i id="print-button" class="fa fa-print"></i>
143+
</a>
144+
145+
</div>
146+
</div>
147+
148+
<div id="search-wrapper" class="hidden">
149+
<form id="searchbar-outer" class="searchbar-outer">
150+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
151+
</form>
152+
<div id="searchresults-outer" class="searchresults-outer hidden">
153+
<div id="searchresults-header" class="searchresults-header"></div>
154+
<ul id="searchresults">
155+
</ul>
156+
</div>
157+
</div>
158+
159+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
160+
<script>
161+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
162+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
163+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
164+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
165+
});
166+
</script>
167+
168+
<div id="content" class="content">
169+
<main>
170+
<h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>
171+
<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>
172+
173+
</main>
174+
175+
<nav class="nav-wrapper" aria-label="Page navigation">
176+
<!-- Mobile navigation buttons -->
177+
178+
179+
<div style="clear: both"></div>
180+
</nav>
181+
</div>
182+
</div>
183+
184+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
185+
186+
</nav>
187+
188+
</div>
189+
190+
191+
192+
193+
<script>
194+
window.playground_copyable = true;
195+
</script>
196+
197+
198+
<script src="elasticlunr.min.js"></script>
199+
<script src="mark.min.js"></script>
200+
<script src="searcher.js"></script>
201+
202+
<script src="clipboard.min.js"></script>
203+
<script src="highlight.js"></script>
204+
<script src="book.js"></script>
205+
206+
<!-- Custom JS scripts -->
207+
208+
209+
</div>
210+
</body>
211+
</html>

FontAwesome/css/font-awesome.css

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

FontAwesome/fonts/FontAwesome.ttf

162 KB
Binary file not shown.
162 KB
Binary file not shown.

0 commit comments

Comments
 (0)