mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 21:03:07 +00:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Lord of Large Language Models Documentation</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="sidebar">
|
|
<h2>Documentation</h2>
|
|
<ul>
|
|
<li><a href="dev/db_infos.html">DB Infos</a></li>
|
|
<li><a href="dev/full_endpoints_list.html">Full Endpoints List</a></li>
|
|
<li><a href="dev/new_ui_dev.html">New UI Development</a></li>
|
|
<li><a href="tutorials/noobs_tutorial.html">Noobs Tutorial</a></li>
|
|
<li><a href="tutorials/personalities_tutorial.html">Personalities Tutorial</a></li>
|
|
<li><a href="usage/AdvancedInstallInstructions.html">Advanced Install Instructions</a></li>
|
|
<li><a href="usage/Build_extensions.html">Build Extensions</a></li>
|
|
<li><a href="usage/Linux_Osx_Install.html">Linux/OSX Install</a></li>
|
|
<li><a href="usage/Linux_Osx_Usage.html">Linux/OSX Usage</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="content">
|
|
<!-- Content of the selected documentation file will be displayed here -->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|