Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated docs/book files with new mdbook version #1503

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 73 additions & 27 deletions docs/book/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html lang="en" class="sidebar-visible no-js light">
<html lang="en" class="light" dir="ltr">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
Expand All @@ -9,10 +9,9 @@

<!-- Custom HTML head -->

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />
<meta name="theme-color" content="#ffffff">

<link rel="icon" href="favicon.svg">
<link rel="shortcut icon" href="favicon.png">
Expand All @@ -33,15 +32,16 @@
<!-- Custom theme stylesheets -->

</head>
<body>
<body class="sidebar-visible no-js">
<div id="body-container">
<!-- Provide site root to javascript -->
<script type="text/javascript">
<script>
var path_to_root = "";
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
</script>

<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script type="text/javascript">
<script>
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');
Expand All @@ -57,50 +57,79 @@
</script>

<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
<script>
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('light')
html.classList.add(theme);
html.classList.add('js');
var body = document.querySelector('body');
body.classList.remove('no-js')
body.classList.add('js');
</script>

<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">

<!-- Hide / unhide sidebar before it is displayed -->
<script type="text/javascript">
var html = document.querySelector('html');
var sidebar = 'hidden';
<script>
var body = document.querySelector('body');
var sidebar = null;
var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
} else {
sidebar = 'hidden';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
sidebar_toggle.checked = sidebar === 'visible';
body.classList.remove('sidebar-visible');
body.classList.add("sidebar-" + sidebar);
</script>

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="install.html"><strong aria-hidden="true">2.</strong> Installation</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="requirements/kubernetes.html"><strong aria-hidden="true">2.1.</strong> Kubernetes requirements</a></li><li class="chapter-item expanded "><a href="requirements/podman.html"><strong aria-hidden="true">2.2.</strong> Podman requirements</a></li><li class="chapter-item expanded "><a href="requirements/native.html"><strong aria-hidden="true">2.3.</strong> Native requirements</a></li></ol></li><li class="chapter-item expanded "><a href="features/index.html"><strong aria-hidden="true">3.</strong> Features by providers</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="features/kubernetes.html"><strong aria-hidden="true">3.1.</strong> Kubernetes</a></li><li class="chapter-item expanded "><a href="features/podman.html"><strong aria-hidden="true">3.2.</strong> Podman</a></li><li class="chapter-item expanded "><a href="features/native.html"><strong aria-hidden="true">3.3.</strong> Native</a></li></ol></li><li class="chapter-item expanded "><a href="cli/index.html"><strong aria-hidden="true">4.</strong> Cli usage</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="cli/setup.html"><strong aria-hidden="true">4.1.</strong> Setup</a></li><li class="chapter-item expanded "><a href="cli/spawn.html"><strong aria-hidden="true">4.2.</strong> Spawning</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="cli/env_vars.html"><strong aria-hidden="true">4.2.1.</strong> Using env vars</a></li><li class="chapter-item expanded "><a href="cli/teardown.html"><strong aria-hidden="true">4.2.2.</strong> Teardown</a></li></ol></li><li class="chapter-item expanded "><a href="cli/testing.html"><strong aria-hidden="true">4.3.</strong> Testing</a></li></ol></li><li class="chapter-item expanded "><a href="guide.html"><strong aria-hidden="true">5.</strong> Guide</a></li><li class="chapter-item expanded "><a href="network-definition-spec.html"><strong aria-hidden="true">6.</strong> Network definition spec</a></li><li class="chapter-item expanded "><a href="test-dsl-definition-spec.html"><strong aria-hidden="true">7.</strong> Testing DSL spec</a></li><li class="chapter-item expanded "><a href="development.html"><strong aria-hidden="true">8.</strong> Development</a></li><li class="chapter-item expanded "><a href="acknowledgement.html"><strong aria-hidden="true">9.</strong> Acknowledgement</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="install.html"><strong aria-hidden="true">2.</strong> Installation</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="requirements/kubernetes.html"><strong aria-hidden="true">2.1.</strong> Kubernetes requirements</a></li><li class="chapter-item expanded "><a href="requirements/podman.html"><strong aria-hidden="true">2.2.</strong> Podman requirements</a></li><li class="chapter-item expanded "><a href="requirements/native.html"><strong aria-hidden="true">2.3.</strong> Native requirements</a></li></ol></li><li class="chapter-item expanded "><a href="features/index.html"><strong aria-hidden="true">3.</strong> Features by providers</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="features/kubernetes.html"><strong aria-hidden="true">3.1.</strong> Kubernetes</a></li><li class="chapter-item expanded "><a href="features/podman.html"><strong aria-hidden="true">3.2.</strong> Podman</a></li><li class="chapter-item expanded "><a href="features/native.html"><strong aria-hidden="true">3.3.</strong> Native</a></li></ol></li><li class="chapter-item expanded "><a href="cli/index.html"><strong aria-hidden="true">4.</strong> Cli usage</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="cli/convert.html"><strong aria-hidden="true">4.1.</strong> Convert</a></li><li class="chapter-item expanded "><a href="cli/setup.html"><strong aria-hidden="true">4.2.</strong> Setup</a></li><li class="chapter-item expanded "><a href="cli/spawn.html"><strong aria-hidden="true">4.3.</strong> Spawning</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="cli/env_vars.html"><strong aria-hidden="true">4.3.1.</strong> Using env vars</a></li><li class="chapter-item expanded "><a href="cli/teardown.html"><strong aria-hidden="true">4.3.2.</strong> Teardown</a></li></ol></li><li class="chapter-item expanded "><a href="cli/testing.html"><strong aria-hidden="true">4.4.</strong> Testing</a></li></ol></li><li class="chapter-item expanded "><a href="guide.html"><strong aria-hidden="true">5.</strong> Guide (examples)</a></li><li class="chapter-item expanded "><a href="network-definition-spec.html"><strong aria-hidden="true">6.</strong> Network definition spec</a></li><li class="chapter-item expanded "><a href="cli/test-dsl-definition-spec.html"><strong aria-hidden="true">7.</strong> Testing DSL spec</a></li><li class="chapter-item expanded "><a href="development.html"><strong aria-hidden="true">8.</strong> Development</a></li><li class="chapter-item expanded "><a href="projects.html"><strong aria-hidden="true">9.</strong> Projects</a></li><li class="chapter-item expanded "><a href="acknowledgement.html"><strong aria-hidden="true">10.</strong> Acknowledgement</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>

<!-- Track and set sidebar scroll position -->
<script>
var sidebarScrollbox = document.querySelector('#sidebar .sidebar-scrollbox');
sidebarScrollbox.addEventListener('click', function(e) {
if (e.target.tagName === 'A') {
sessionStorage.setItem('sidebar-scroll', sidebarScrollbox.scrollTop);
}
}, { passive: true });
var sidebarScrollTop = sessionStorage.getItem('sidebar-scroll');
sessionStorage.removeItem('sidebar-scroll');
if (sidebarScrollTop) {
// preserve sidebar scroll position when navigating via links within sidebar
sidebarScrollbox.scrollTop = sidebarScrollTop;
} else {
// scroll sidebar to current active section when navigating via "next/previous chapter" buttons
var activeSection = document.querySelector('#sidebar .active');
if (activeSection) {
activeSection.scrollIntoView({ block: 'center' });
}
}
</script>

<div id="page-wrapper" class="page-wrapper">

<div class="page">
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar sticky bordered">
<div id="menu-bar" class="menu-bar sticky">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<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">
<i class="fa fa-bars"></i>
</button>
</label>
<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">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light (default)</button></li>
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
Expand Down Expand Up @@ -133,7 +162,7 @@ <h1 class="menu-title">🧟🧟🧟 ZombieNet 🧟🧟🧟</h1>
</div>

<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascript">
<script>
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
Expand Down Expand Up @@ -163,24 +192,41 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



<script type="text/javascript">
<script>
window.playground_copyable = true;
</script>


<script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
<script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
<script src="searcher.js" type="text/javascript" charset="utf-8"></script>
<script src="elasticlunr.min.js"></script>
<script src="mark.min.js"></script>
<script src="searcher.js"></script>

<script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
<script src="highlight.js" type="text/javascript" charset="utf-8"></script>
<script src="book.js" type="text/javascript" charset="utf-8"></script>
<script src="clipboard.min.js"></script>
<script src="highlight.js"></script>
<script src="book.js"></script>

<!-- Custom JS scripts -->


</div>
</body>
</html>
Loading
Loading