mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-08-04 13:28:22 -04:00
deploy: b261dda15c
This commit is contained in:
parent
bb73ed928b
commit
854c576ca5
41 changed files with 6963 additions and 91 deletions
|
@ -1,82 +1,14 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<head>
|
||||
<title>Cleaner mod for Minetest</title>
|
||||
<link rel="stylesheet" href="ldoc.css" type="text/css" />
|
||||
<link rel="icon" href="https://www.minetest.net/media/icon.svg" type="image/png" />
|
||||
</head>
|
||||
<head></head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="product">
|
||||
<div id="product_logo"></div>
|
||||
<div id="product_name"><big><b></b></big></div>
|
||||
<div id="product_description"></div>
|
||||
</div> <!-- id="product" -->
|
||||
|
||||
|
||||
<div id="main">
|
||||
|
||||
|
||||
<!-- Menu -->
|
||||
|
||||
<div id="navigation">
|
||||
<br/>
|
||||
<h1>Cleaner</h1>
|
||||
|
||||
<img src="data/cleaner_pencil.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Topics</h2>
|
||||
<ul class="">
|
||||
<li><a href="topics/settings.html">settings</a></li>
|
||||
<li><a href="topics/api.html">api</a></li>
|
||||
<li><a href="topics/commands.html">commands</a></li>
|
||||
<li><a href="topics/tools.html">tools</a></li>
|
||||
<li><a href="topics/config.html">config</a></li>
|
||||
<ul>
|
||||
<li><a href="current/">current</a></li>
|
||||
<li><a href="latest/">latest</a></li>
|
||||
<li><a href="v1.3-dev/">v1.3-dev</a></li>
|
||||
<li><a href="v1.2.1/">v1.2.1</a></li>
|
||||
<li><a href="v1.2/">v1.2</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
|
||||
|
||||
<h2>Topics</h2>
|
||||
<table class="module_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="topics/settings.html">settings</a></td>
|
||||
<td class="summary">Cleaner Settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="topics/api.html">api</a></td>
|
||||
<td class="summary">Cleaner API</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="topics/commands.html">commands</a></td>
|
||||
<td class="summary">Cleaner Chat Commands</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="topics/tools.html">tools</a></td>
|
||||
<td class="summary">Cleaner Tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="topics/config.html">config</a></td>
|
||||
<td class="summary">World Path Configuration</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div> <!-- id="content" -->
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||
<i style="float:right;">Last updated 2021-08-15 05:02:04 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
</html>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue