Fix troubleshooting section anchor in generated docs
Move start script, service setup, and troubleshooting sections outside the conditional block to ensure they appear in all generated documentation regardless of whether detailed XML startup params exist. Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
f8ae24e87b
commit
7fe56d207f
3 changed files with 366 additions and 121 deletions
|
|
@ -677,7 +677,10 @@ setadminpassword [password]
|
|||
<li><code>-console</code> - Enable console output</li>
|
||||
<li><code>-nographics</code> - Run without graphics (headless mode)</li>
|
||||
</ul>
|
||||
'''
|
||||
|
||||
# Common sections for all games (whether they have XML params or not)
|
||||
php_doc += '''
|
||||
<h3>Creating a Start Script</h3>
|
||||
|
||||
<p><strong>Linux (start.sh):</strong></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue