diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index 03044daf..85eba986 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -263,9 +263,13 @@ function sidebarGuidelines(): DefaultTheme.SidebarItem[] { link: "/guidelines/content/achievements-for-rom-hacks", }, { - text: "Subsets", + text: "Multiset and Subset Types", link: "/guidelines/content/subsets", }, + { + text: "Subset Design", + link: "/guidelines/content/subset_design", + }, { text: "Working with the Right ROM", link: "/guidelines/content/working-with-the-right-rom", diff --git a/docs/guidelines/content/subset_design.md b/docs/guidelines/content/subset_design.md index 98862d5a..ebea45cf 100644 --- a/docs/guidelines/content/subset_design.md +++ b/docs/guidelines/content/subset_design.md @@ -3,6 +3,8 @@ title: Subset Design description: Learn about creating and managing subsets for RetroAchievements, including design guidelines as well as approval processes --- +# Subset Design + Subsets are secondary sets attached to games that already have a base set. While RA shines through its complete sets that include challenges and make masteries satisfying, certain games are home to challenges that are poor fit for base sets yet have become of interest to the community. The design of these so-called subsets is particularly challenging. Challenges unfit for base sets are easy to come up with, simply disregarding good design practices or including unwelcome concepts will make sure of that. The challenging part is designing a subset that provides an interesting experience *despite* going against guidelines and conventional wisdom. diff --git a/docs/guidelines/content/subsets.md b/docs/guidelines/content/subsets.md index 1c73429a..df0d6c3c 100644 --- a/docs/guidelines/content/subsets.md +++ b/docs/guidelines/content/subsets.md @@ -3,6 +3,8 @@ title: Multiset and Subset Types description: Learn about subset types, multiset functionality and minimum requirements --- +# Multiset and Subset Types + When browsing the [list of games](https://retroachievements.org/games), you will see that some games have a `[Subset]` tag in the title. Each of these contain achievements that for some reason or another, are not available in a game's base set. To learn more about the kind of challenges that are included in subsets, refer to the [Subset Design](./subset_design) docs. ## Set Types