This commit is contained in:
Carl Fredrik Samson
2020-01-25 15:39:45 +01:00
parent e17a4beb8b
commit fba6f649f1
10 changed files with 241 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Chapter 1 - Futures Explained in 200 Lines of Rust</title>
<title>Introduction - Futures Explained in 200 Lines of Rust</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
@@ -78,7 +78,7 @@
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li><a href="chapter_1.html"><strong aria-hidden="true">1.</strong> Chapter 1</a></li></ol>
<ol class="chapter"><li><a href="0_0_Introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li><a href="0_1_BackgroundInformation.html"><strong aria-hidden="true">2.</strong> Some background information</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
@@ -145,7 +145,7 @@
<div id="content" class="content">
<main>
<h1><a class="header" href="#chapter-1" id="chapter-1">Chapter 1</a></h1>
<h1><a class="header" href="#introduction" id="introduction">Introduction</a></h1>
</main>