Deployed fc2ce88 with MkDocs version: 1.6.1

This commit is contained in:
2024-10-29 15:43:02 +00:00
parent 9122bb3d50
commit 2d51563943
2 changed files with 3 additions and 3 deletions

View File

@ -4869,7 +4869,7 @@
<p>Depending on how your mod is packaged, you may or may not need to create another folder to contain it.<br />
Inside that folder, the structure should follow the one in <code>data/</code>.</p>
<ul>
<li>Place your files inside that <code>data_mods/folder/</code>.</li>
<li>Place your files inside that <code>data_mods/mod_folder/</code>.</li>
</ul>
<p>If you're confused, the following may help you understand what this means.</p>
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>├─ data/
@ -4879,7 +4879,7 @@ Inside that folder, the structure should follow the one in <code>data/</code>.</
</span><span id="__span-0-5"><a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>├─── sound/
</span><span id="__span-0-6"><a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>├─── etc...
</span><span id="__span-0-7"><a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>├─ data_mods/
</span><span id="__span-0-8"><a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>├─── mod_folder_name/
</span><span id="__span-0-8"><a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>├─── mod_folder/
</span><span id="__span-0-9"><a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>├───── graphic/ &lt;- files that mod the /data/graphic/ folder go here
</span><span id="__span-0-10"><a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a>├───── info/ &lt;- files that mod the /data/info/ folder go here
</span><span id="__span-0-11"><a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>├───── movie/ &lt;- files that mod the /data/movie/ folder go here

File diff suppressed because one or more lines are too long