feat: message box dynamic sizing, documentation page updates

This commit is contained in:
2026-04-22 20:27:55 +02:00
parent 15a092d0b4
commit 867d56b342
6 changed files with 101 additions and 25 deletions
+4 -9
View File
@@ -87,11 +87,6 @@
<hr>
<ul>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="#">Kernel</a></li>
<li><a href="#">Userspace</a></li>
<li><a href="#">Applications</a></li>
<li><a href="#">Building</a></li>
<li><a href="#">Contributing</a></li>
</ul>
</div>
@@ -114,6 +109,10 @@ operating system, its components, and how to use and develop for it.
<a href="introduction.html">Introduction</a>
<p>Installation, running on emulator, and your first steps with MontaukOS.</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="#">Kernel Architecture</a>
<p>Overview of the preemptive multitasking kernel and its subsystems.</p>
@@ -130,10 +129,6 @@ operating system, its components, and how to use and develop for it.
<a href="#">Building from Source</a>
<p>How to compile and build MontaukOS yourself.</p>
</li>
<li>
<a href="#">Contributing</a>
<p>Guidelines for contributing to the project.</p>
</li>
</ul>
<hr>
-5
View File
@@ -73,11 +73,6 @@
<hr>
<ul>
<li><a href="introduction.html" class="current">Introduction</a></li>
<li><a href="#">Kernel</a></li>
<li><a href="#">Userspace</a></li>
<li><a href="#">Applications</a></li>
<li><a href="#">Building</a></li>
<li><a href="#">Contributing</a></li>
</ul>
</div>