Skip to content

Commit 0c4a2c1

Browse files
Ian AldenIan Alden
authored andcommitted
Regenerating docs
1 parent 02b8421 commit 0c4a2c1

30 files changed

+467
-95
lines changed

docs/examples/mixrmastr-bartender-droid.lua.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h2>Examples</h2>
4040
</ul>
4141
<h2>Modules</h2>
4242
<ul class="nowrap">
43+
<li><a href="../modules/LuaDB.html">LuaDB</a></li>
4344
<li><a href="../modules/area.html">area</a></li>
4445
<li><a href="../modules/cargo.html">cargo</a></li>
4546
<li><a href="../modules/char_proto.html">char_proto</a></li>
@@ -146,7 +147,7 @@ <h2>mixrmastr-bartender-droid.lua</h2>
146147
</div> <!-- id="main" -->
147148
<div id="about">
148149
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
149-
<i style="float:right;">Last updated 2025-08-06 01:43:03 </i>
150+
<i style="float:right;">Last updated 2025-08-19 19:46:22 </i>
150151
</div> <!-- id="about" -->
151152
</div> <!-- id="container" -->
152153
</body>

docs/examples/yatta-invisible-market.lua.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h2>Examples</h2>
4040
</ul>
4141
<h2>Modules</h2>
4242
<ul class="nowrap">
43+
<li><a href="../modules/LuaDB.html">LuaDB</a></li>
4344
<li><a href="../modules/area.html">area</a></li>
4445
<li><a href="../modules/cargo.html">cargo</a></li>
4546
<li><a href="../modules/char_proto.html">char_proto</a></li>
@@ -237,7 +238,7 @@ <h2>yatta-invisible-market.lua</h2>
237238
</div> <!-- id="main" -->
238239
<div id="about">
239240
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
240-
<i style="float:right;">Last updated 2025-08-06 01:43:03 </i>
241+
<i style="float:right;">Last updated 2025-08-19 19:46:22 </i>
241242
</div> <!-- id="about" -->
242243
</div> <!-- id="container" -->
243244
</body>

docs/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ <h1>LOTJ Lua API</h1>
3232

3333
<h2>Modules</h2>
3434
<ul class="nowrap">
35+
<li><a href="modules/LuaDB.html">LuaDB</a></li>
3536
<li><a href="modules/area.html">area</a></li>
3637
<li><a href="modules/cargo.html">cargo</a></li>
3738
<li><a href="modules/char_proto.html">char_proto</a></li>
@@ -76,6 +77,10 @@ <h2>Legends of the Jedi Lua API</h2>
7677

7778
<h2>Modules</h2>
7879
<table class="module_list">
80+
<tr>
81+
<td class="name" nowrap><a href="modules/LuaDB.html">LuaDB</a></td>
82+
<td class="summary">Functions for mobs and players</td>
83+
</tr>
7984
<tr>
8085
<td class="name" nowrap><a href="modules/area.html">area</a></td>
8186
<td class="summary">Functions for areas</td>
@@ -196,7 +201,7 @@ <h2>Examples</h2>
196201
</div> <!-- id="main" -->
197202
<div id="about">
198203
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
199-
<i style="float:right;">Last updated 2025-08-06 01:43:03 </i>
204+
<i style="float:right;">Last updated 2025-08-19 19:46:22 </i>
200205
</div> <!-- id="about" -->
201206
</div> <!-- id="container" -->
202207
</body>

docs/ldoc_new.css

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -288,70 +288,3 @@ pre .global { color: #c040c0; }
288288
pre .user-keyword { color: #800080; }
289289
pre .prompt { color: #558817; }
290290
pre .url { color: #272fc2; text-decoration: underline; }
291-
292-
@media screen and (prefers-color-scheme: dark) {
293-
/* width */
294-
::-webkit-scrollbar {
295-
width: auto;
296-
}
297-
298-
/* Track */
299-
::-webkit-scrollbar-track {
300-
box-shadow: inset 0 0 10px grey;
301-
}
302-
303-
/* Handle */
304-
::-webkit-scrollbar-thumb {
305-
background: darkgray;
306-
}
307-
308-
body {
309-
color: rgb(171, 184, 195);
310-
background: rgb(7, 2, 26);
311-
}
312-
313-
#navigation, #navigation h1, #navigation h2, #navigation h3 {
314-
background-color: rgb(7, 2, 26);
315-
color: rgb(224, 250, 247);
316-
}
317-
318-
#content table {
319-
background-color: rgb(7, 2, 26);
320-
}
321-
322-
#content h1 {
323-
color: rgb(224, 250, 247);
324-
}
325-
326-
#content h2, #content h2 a {
327-
color: rgb(224, 250, 247);
328-
background-color: rgb(62, 88, 149);
329-
}
330-
331-
#content pre {
332-
background-color: rgb(37, 39, 44);
333-
}
334-
335-
#pre {
336-
color: rgb(171, 184, 195);
337-
}
338-
339-
dl.function {
340-
background-color: rgb(7, 2, 26);
341-
}
342-
343-
table.module_list td.name, table.function_list td.name {
344-
background-color: rgb(18, 11, 44);
345-
}
346-
table.module_list td.summary, table.function_list td.summary {
347-
background-color: rgb(18, 11, 44);
348-
}
349-
350-
#about {
351-
background-color: rgb(7, 2, 26);
352-
}
353-
354-
a:target + * {
355-
background-color: rgb(220, 220, 138);
356-
}
357-
}

0 commit comments

Comments
 (0)