mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-11 21:00:07 +00:00
updated docs
This commit is contained in:
parent
1f305f1ab6
commit
b097f74d02
@ -1,28 +0,0 @@
|
||||
<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>
|
||||
|
2
docs/index.md
Normal file
2
docs/index.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Documentation
|
||||
Under construction
|
@ -1,45 +0,0 @@
|
||||
/* Reset default styles */
|
||||
body, h1, h2, h3, p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Golden theme */
|
||||
body {
|
||||
background-color: #f5f1e9;
|
||||
color: #292521;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #c19342;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 25%;
|
||||
background-color: #f7f5ed;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
display: block;
|
||||
color: #292521;
|
||||
text-decoration: none;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.sidebar a:hover {
|
||||
background-color: #e3d3a4;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 75%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user