-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.html
120 lines (106 loc) · 2.79 KB
/
sitemap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en" class="without-js">
<head>
<title>Site Map | Jovian-NixOS</title>
<base href="." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0" />
<link rel="stylesheet" href="styles/index.css" type="text/css" />
<script>
var html = document.documentElement;
html.className = html.className.replace("without-js", "with-js");
</script>
</head>
<body class="path--sitemap-html">
<header>
<div>
<h1><a href="index.html">Jovian-NixOS</a></h1>
<nav>
<ul>
<li><a href="getting-started.html" class="-getting-started">Getting Started</a></li>
<li><a href="in-depth.html" class="-in-depth">In Depth</a></li>
<li><a href="options.html" class="-options">Options</a></li>
<li><a href="packages.html" class="-packages">Packages</a></li>
<li><a href="contributing.html" class="-contributing">Contributing</a></li>
<li><a href="search.html" class="-search">Search</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="generic-layout">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<h1>Site Map</h1>
<table>
<thead>
<tr>
<th>Path</th>
<th>Page title</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>FAQ.html</code></td>
<td><a href="FAQ.html">FAQ</a></td>
</tr>
<tr>
<td><code>configuration.html</code></td>
<td><a href="configuration.html">Configuration</a></td>
</tr>
<tr>
<td><code>contributing.html</code></td>
<td><a href="contributing.html">Contributing to Jovian NixOS</a></td>
</tr>
<tr>
<td><code>devices/valve-steam-deck/index.html</code></td>
<td><a href="devices/valve-steam-deck/index.html">Steam Deck</a></td>
</tr>
<tr>
<td><code>getting-started.html</code></td>
<td><a href="getting-started.html">Getting Started</a></td>
</tr>
<tr>
<td><code>in-depth.html</code></td>
<td><a href="in-depth.html">In-Depth</a></td>
</tr>
<tr>
<td><code>in-depth/decky-loader.html</code></td>
<td><a href="in-depth/decky-loader.html">Decky Loader</a></td>
</tr>
<tr>
<td><code>index.html</code></td>
<td><a href="index.html">Home</a></td>
</tr>
<tr>
<td><code>options.html</code></td>
<td><a href="options.html">Options</a></td>
</tr>
<tr>
<td><code>packages.html</code></td>
<td><a href="packages.html">Packages</a></td>
</tr>
<tr>
<td><code>search.html</code></td>
<td><a href="search.html">Search</a></td>
</tr>
<tr>
<td><code>steam.html</code></td>
<td><a href="steam.html">Steam</a></td>
</tr>
</tbody>
</table>
</body></html>
</div>
</main>
<footer>
<div>
<nav>
<ul>
<li><a href="sitemap.html">Sitemap</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>