Skip to content

Commit 332a706

Browse files
Ian AldenIan Alden
authored andcommitted
Regenerating docs
1 parent 9b6aee7 commit 332a706

29 files changed

+696
-213
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ <h2>Examples</h2>
4141
<h2>Modules</h2>
4242
<ul class="nowrap">
4343
<li><a href="../modules/area.html">area</a></li>
44+
<li><a href="../modules/cargo.html">cargo</a></li>
4445
<li><a href="../modules/char_proto.html">char_proto</a></li>
4546
<li><a href="../modules/character.html">character</a></li>
4647
<li><a href="../modules/clan.html">clan</a></li>
@@ -145,7 +146,7 @@ <h2>mixrmastr-bartender-droid.lua</h2>
145146
</div> <!-- id="main" -->
146147
<div id="about">
147148
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
148-
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
149+
<i style="float:right;">Last updated 2024-12-09 20:53:05 </i>
149150
</div> <!-- id="about" -->
150151
</div> <!-- id="container" -->
151152
</body>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ <h2>Examples</h2>
4141
<h2>Modules</h2>
4242
<ul class="nowrap">
4343
<li><a href="../modules/area.html">area</a></li>
44+
<li><a href="../modules/cargo.html">cargo</a></li>
4445
<li><a href="../modules/char_proto.html">char_proto</a></li>
4546
<li><a href="../modules/character.html">character</a></li>
4647
<li><a href="../modules/clan.html">clan</a></li>
@@ -236,7 +237,7 @@ <h2>yatta-invisible-market.lua</h2>
236237
</div> <!-- id="main" -->
237238
<div id="about">
238239
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
239-
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
240+
<i style="float:right;">Last updated 2024-12-09 20:53:05 </i>
240241
</div> <!-- id="about" -->
241242
</div> <!-- id="container" -->
242243
</body>

docs/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h1>LOTJ Lua API</h1>
3333
<h2>Modules</h2>
3434
<ul class="nowrap">
3535
<li><a href="modules/area.html">area</a></li>
36+
<li><a href="modules/cargo.html">cargo</a></li>
3637
<li><a href="modules/char_proto.html">char_proto</a></li>
3738
<li><a href="modules/character.html">character</a></li>
3839
<li><a href="modules/clan.html">clan</a></li>
@@ -79,6 +80,10 @@ <h2>Modules</h2>
7980
<td class="name" nowrap><a href="modules/area.html">area</a></td>
8081
<td class="summary">Functions for areas</td>
8182
</tr>
83+
<tr>
84+
<td class="name" nowrap><a href="modules/cargo.html">cargo</a></td>
85+
<td class="summary">Functions for cargo</td>
86+
</tr>
8287
<tr>
8388
<td class="name" nowrap><a href="modules/char_proto.html">char_proto</a></td>
8489
<td class="summary">Functions for mob prototypes, including triggers</td>
@@ -191,7 +196,7 @@ <h2>Examples</h2>
191196
</div> <!-- id="main" -->
192197
<div id="about">
193198
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
194-
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
199+
<i style="float:right;">Last updated 2024-12-09 20:53:05 </i>
195200
</div> <!-- id="about" -->
196201
</div> <!-- id="container" -->
197202
</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-
}

docs/modules/area.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ <h2>Contents</h2>
4040
<h2>Modules</h2>
4141
<ul class="nowrap">
4242
<li><strong>area</strong></li>
43+
<li><a href="../modules/cargo.html">cargo</a></li>
4344
<li><a href="../modules/char_proto.html">char_proto</a></li>
4445
<li><a href="../modules/character.html">character</a></li>
4546
<li><a href="../modules/clan.html">clan</a></li>
@@ -310,7 +311,7 @@ <h3>Usage:</h3>
310311
</div> <!-- id="main" -->
311312
<div id="about">
312313
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
313-
<i style="float:right;">Last updated 2024-10-22 16:05:00 </i>
314+
<i style="float:right;">Last updated 2024-12-09 20:53:05 </i>
314315
</div> <!-- id="about" -->
315316
</div> <!-- id="container" -->
316317
</body>

0 commit comments

Comments
 (0)