Skip to content

Commit 477640a

Browse files
fix markdown
1 parent fe495bf commit 477640a

File tree

1,355 files changed

+1084470
-5
lines changed

Some content is hidden

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

1,355 files changed

+1084470
-5
lines changed

book.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[book]
2+
authors = ["Allan CORNET"]
3+
language = "en"
4+
multilingual = false
5+
src = "./en"
6+
title = "Nelson"

docs/.nojekyll

Whitespace-only changes.

docs/index.html

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Main Page</title>
7+
<style>
8+
body {
9+
font-family: Arial, sans-serif;
10+
line-height: 1.6;
11+
}
12+
nav {
13+
margin-bottom: 20px;
14+
}
15+
nav a {
16+
margin-right: 10px;
17+
text-decoration: none;
18+
color: blue;
19+
}
20+
nav a:hover {
21+
text-decoration: underline;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<header>
27+
<h1>Welcome to the Main Page</h1>
28+
<nav>
29+
<a href="page1.html">Page 1</a>
30+
<a href="page2.html">Page 2</a>
31+
<a href="page3.html">Page 3</a>
32+
</nav>
33+
</header>
34+
<main>
35+
<p>This is the main page of the website. Use the links above to navigate to the internal pages.</p>
36+
</main>
37+
</body>
38+
</html>
39+
40+
<!-- page1.html -->
41+
<!DOCTYPE html>
42+
<html lang="en">
43+
<head>
44+
<meta charset="UTF-8">
45+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
46+
<title>Page 1</title>
47+
</head>
48+
<body>
49+
<header>
50+
<h1>Page 1</h1>
51+
<nav>
52+
<a href="index.html">Home</a>
53+
<a href="page2.html">Page 2</a>
54+
<a href="page3.html">Page 3</a>
55+
</nav>
56+
</header>
57+
<main>
58+
<p>Welcome to Page 1. Use the links above to navigate.</p>
59+
</main>
60+
</body>
61+
</html>
62+
63+
<!-- page2.html -->
64+
<!DOCTYPE html>
65+
<html lang="en">
66+
<head>
67+
<meta charset="UTF-8">
68+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
69+
<title>Page 2</title>
70+
</head>
71+
<body>
72+
<header>
73+
<h1>Page 2</h1>
74+
<nav>
75+
<a href="index.html">Home</a>
76+
<a href="page1.html">Page 1</a>
77+
<a href="page3.html">Page 3</a>
78+
</nav>
79+
</header>
80+
<main>
81+
<p>Welcome to Page 2. Use the links above to navigate.</p>
82+
</main>
83+
</body>
84+
</html>
85+
86+
<!-- page3.html -->
87+
<!DOCTYPE html>
88+
<html lang="en">
89+
<head>
90+
<meta charset="UTF-8">
91+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
92+
<title>Page 3</title>
93+
</head>
94+
<body>
95+
<header>
96+
<h1>Page 3</h1>
97+
<nav>
98+
<a href="index.html">Home</a>
99+
<a href="page1.html">Page 1</a>
100+
<a href="page2.html">Page 2</a>
101+
</nav>
102+
</header>
103+
<main>
104+
<p>Welcome to Page 3. Use the links above to navigate.</p>
105+
</main>
106+
</body>
107+
</html>

docs/releases/en_US/v1.10.0/.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/releases/en_US/v1.10.0/404.html

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

docs/releases/en_US/v1.10.0/FontAwesome/css/font-awesome.css

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

0 commit comments

Comments
 (0)