mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Documentation: Fix order, title, and link to SMZ3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Super Metroid Setup Guide
|
||||
# SMZ3 Setup Guide
|
||||
|
||||
## Required Software
|
||||
|
||||
|
@@ -356,8 +356,8 @@
|
||||
"files": [
|
||||
{
|
||||
"language": "English",
|
||||
"filename": "smz3/multiworld_en.md",
|
||||
"link": "smz3/multiworld/en",
|
||||
"filename": "SMZ3/multiworld_en.md",
|
||||
"link": "SMZ3/multiworld/en",
|
||||
"authors": [
|
||||
"lordlou"
|
||||
]
|
||||
|
@@ -10,7 +10,7 @@
|
||||
{% include 'header/oceanHeader.html' %}
|
||||
<div id="games" class="markdown">
|
||||
<h1>Currently Supported Games</h1>
|
||||
{% for game_name, world in worlds.items() | sort %}
|
||||
{% for game_name, world in worlds.items() | sort(attribute=0) %}
|
||||
<h2>{{ game_name }}</h2>
|
||||
<p>
|
||||
{{ world.__doc__ | default("No description provided.", true) }}<br />
|
||||
|
Reference in New Issue
Block a user