feat: add stub docs page
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -113,6 +113,10 @@ operating system, its components, and how to use and develop for it.
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user