feat: update docs

This commit is contained in:
2026-05-04 07:46:49 +02:00
parent 3ad5ae2e75
commit 8e354a0083
4 changed files with 248 additions and 37 deletions
+6 -36
View File
@@ -84,10 +84,6 @@
<li><a href="../index.html">Home</a></li>
<li><a href="index.html" class="current">Documentation</a></li>
</ul>
<hr>
<ul>
<li><a href="introduction.html">Introduction</a></li>
</ul>
</div>
<div class="main">
@@ -97,41 +93,15 @@
<hr>
<h2>Welcome</h2>
<p>
Welcome to the MontaukOS documentation. Here you will find information about the
operating system, its components, and how to use and develop for it.
</p>
<h2>Documentation Index</h2>
<h2>Volumes</h2>
<ul class="doc-list">
<li>
<a href="introduction.html">Introduction</a>
<p>Installation, running on emulator, and your first steps with MontaukOS.</p>
<a href="dtinternals/index.html">Desktop Internals</a>
<p>Internals of the MontaukOS desktop environment.</p>
</li>
<li>
<a href="dtinternals/dialogslib.html">Dialogs Library</a>
<p>Desktop internals: file, print, and message box dialogs exposed through the shared dialogs library.</p>
</li>
<li>
<a href="dtinternals/systemconfiguration.html">System Configuration Virtual Folder</a>
<p>Desktop internals: virtual view used for built-in configuration applets.</p>
</li>
<li>
<a href="#">Kernel Architecture</a>
<p>Overview of the preemptive multitasking kernel and its subsystems.</p>
</li>
<li>
<a href="#">Userspace Environment</a>
<p>The desktop environment, window manager, and system services.</p>
</li>
<li>
<a href="#">Applications</a>
<p>Documentation for the applications included with MontaukOS.</p>
</li>
<li>
<a href="#">Building from Source</a>
<p>How to compile and build MontaukOS yourself.</p>
<a href="usersmanual/index.html">User's Manual</a>
<p>Manual for users of MontaukOS.</p>
</li>
</ul>
@@ -143,4 +113,4 @@ operating system, its components, and how to use and develop for it.
</div>
</body>
</html>
</html>