Docs: Make all guide titles say Guide, for my sanity (and the webhost) (#2304)
This commit is contained in:
parent
38cc90efd0
commit
7fc159c881
|
@ -42,7 +42,7 @@ class ALTTPSettings(settings.Group):
|
|||
|
||||
class ALTTPWeb(WebWorld):
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago ALttP Software on your computer. This guide covers single-player, multiworld, and related software.",
|
||||
"English",
|
||||
"multiworld_en.md",
|
||||
|
@ -78,7 +78,7 @@ class ALTTPWeb(WebWorld):
|
|||
)
|
||||
|
||||
msu = Tutorial(
|
||||
"MSU-1 Setup Tutorial",
|
||||
"MSU-1 Setup Guide",
|
||||
"A guide to setting up MSU-1, which allows for custom in-game music.",
|
||||
"English",
|
||||
"msu1_en.md",
|
||||
|
@ -105,7 +105,7 @@ class ALTTPWeb(WebWorld):
|
|||
)
|
||||
|
||||
plando = Tutorial(
|
||||
"Plando Tutorial",
|
||||
"Plando Guide",
|
||||
"A guide to creating Multiworld Plandos with LTTP",
|
||||
"English",
|
||||
"plando_en.md",
|
||||
|
|
|
@ -14,7 +14,7 @@ from worlds.generic.Rules import forbid_item
|
|||
|
||||
class BumpStikWeb(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
"Bumper Stickers Setup Tutorial",
|
||||
"Bumper Stickers Setup Guide",
|
||||
"A guide to setting up the Archipelago Bumper Stickers software on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -10,7 +10,7 @@ client_version = 7
|
|||
|
||||
class ChecksFinderWeb(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago ChecksFinder software on your computer. This guide covers "
|
||||
"single-player, multiworld, and related software.",
|
||||
"English",
|
||||
|
|
|
@ -15,7 +15,7 @@ from .Options import RandomizeWeaponLevelOption, PoolTypeOption, EarlySmallLothr
|
|||
class DarkSouls3Web(WebWorld):
|
||||
bug_report_page = "https://github.com/Marechal-L/Dark-Souls-III-Archipelago-client/issues"
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago Dark Souls III randomizer on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -14,7 +14,7 @@ client_version = 0
|
|||
|
||||
class DLCqwebworld(WebWorld):
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago DLCQuest game on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -53,7 +53,7 @@ If this file does exist, then it will be used.
|
|||
|
||||
class FactorioWeb(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago Factorio software on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -17,7 +17,7 @@ client_version = 1
|
|||
|
||||
class MeritousWeb(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
"Meritous Setup Tutorial",
|
||||
"Meritous Setup Guide",
|
||||
"A guide to setting up the Archipelago Meritous software on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -17,7 +17,7 @@ class MessengerWeb(WebWorld):
|
|||
bug_report_page = "https://github.com/alwaysintreble/TheMessengerRandomizerModAP/issues"
|
||||
|
||||
tut_en = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up The Messenger randomizer on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -37,7 +37,7 @@ class MinecraftWebWorld(WebWorld):
|
|||
bug_report_page = "https://github.com/KonoTyran/Minecraft_AP_Randomizer/issues/new?assignees=&labels=bug&template=bug_report.yaml&title=%5BBug%5D%3A+Brief+Description+of+bug+here"
|
||||
|
||||
setup = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago Minecraft software on your computer. This guide covers"
|
||||
"single-player, multiworld, and related software.",
|
||||
"English",
|
||||
|
|
|
@ -92,7 +92,7 @@ class OOTSettings(settings.Group):
|
|||
|
||||
class OOTWeb(WebWorld):
|
||||
setup = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago Ocarina of Time software on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -16,7 +16,7 @@ class Overcooked2Web(WebWorld):
|
|||
|
||||
bug_report_page = "https://github.com/toasterparty/oc2-modding/issues"
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Overcooked! 2 randomizer on your computer.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
|
|
|
@ -46,7 +46,7 @@ class PokemonSettings(settings.Group):
|
|||
class PokemonWebWorld(WebWorld):
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to playing Pokemon Red and Blue with Archipelago.",
|
||||
"A guide to playing Pokémon Red and Blue with Archipelago.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
"setup/en",
|
||||
|
|
|
@ -45,7 +45,7 @@ class TLoZSettings(settings.Group):
|
|||
class TLoZWeb(WebWorld):
|
||||
theme = "stone"
|
||||
setup = Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up The Legend of Zelda for Archipelago on your computer.",
|
||||
"English",
|
||||
"multiworld_en.md",
|
||||
|
|
|
@ -29,7 +29,7 @@ def data_path(file_name: str):
|
|||
|
||||
class UndertaleWeb(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
"Multiworld Setup Tutorial",
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to setting up the Archipelago Undertale software on your computer. This guide covers "
|
||||
"single-player, multiworld, and related software.",
|
||||
"English",
|
||||
|
|
Loading…
Reference in New Issue