montaukos.org - docs reorganization

This commit is contained in:
2026-08-07 12:04:43 +02:00
parent 326416636d
commit 2c8733298f
31 changed files with 3467 additions and 36 deletions
+24 -9
View File
@@ -20,6 +20,7 @@
}
p { margin: 0 0 0.5em; }
h2 { margin: 0.5em 0; }
h3 { margin: 0.75em 0 0.35em; }
.sidebar {
width: 160px;
flex-shrink: 0;
@@ -55,11 +56,19 @@
a { color: #0000EE; }
a:visited { color: #0066CC; }
hr { border-style: solid; border-width: 1px 0 0 0; border-color: #999; }
.center { text-align: center; }
.box {
border: 1px solid #999;
padding: 0.5em;
margin: 0.5em 0;
}
.stub {
border: 1px solid #999;
background: #f0f0f0;
padding: 0.75em;
margin: 1em 0;
}
.stub p { margin: 0; }
.doc-list {
list-style: none;
padding: 0;
@@ -101,7 +110,7 @@
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../downloads.html">Downloads</a></li>
<li><a href="index.html" class="current">Documentation</a></li>
<li><a href="index.html">Documentation</a></li>
<li><a href="https://git.montaukos.org/daniel/MontaukOS/issues">Issue tracker</a></li>
<li><a href="https://git.montaukos.org/daniel/MontaukOS">Git</a></li>
</ul>
@@ -114,19 +123,25 @@
<hr>
<h2>Volumes</h2>
<h2>User Documentation</h2>
<ul class="doc-list">
<li>
<a href="dtinternals/index.html">Desktop Internals</a>
<p>Internals of the MontaukOS desktop environment.</p>
</li>
<li>
<a href="usersmanual/index.html">Tutorials</a>
<p>Tutorials for users of MontaukOS.</p>
</li>
<li>
<a href="man/index.html">Man Pages</a>
<p>MontaukOS manual pages, also viewable with the man command.</p>
<a href="man/index.html">Man pages</a>
</li>
</ul>
<hr>
<h2>Developer Documentation</h2>
<ul class="doc-list">
<li>
<a href="apm/index.html">Application Programmer's Manual</a>
</li>
<li>
<a href="osdev/index.html">Operating System Developer's Manual</a>
</li>
</ul>