From 76dde08e702ee2622bb3612fbf5768e35f493295 Mon Sep 17 00:00:00 2001 From: KiwiTaco <122469357+kiwitaco@users.noreply.github.com> Date: Sat, 9 May 2026 10:33:21 -0400 Subject: [PATCH 1/3] Titles and sidebar --- docs/guidelines/content/subset_design.md | 2 ++ 1 file changed, 2 insertions(+) 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. From 8cf8417887cc5ba5eb3e90a76db7f927db2ac1c7 Mon Sep 17 00:00:00 2001 From: KiwiTaco <122469357+kiwitaco@users.noreply.github.com> Date: Sat, 9 May 2026 10:33:47 -0400 Subject: [PATCH 2/3] TItle --- docs/guidelines/content/subsets.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 5059d9fa84bd43787d884126d910c4904c775eff Mon Sep 17 00:00:00 2001 From: KiwiTaco <122469357+kiwitaco@users.noreply.github.com> Date: Sat, 9 May 2026 10:35:02 -0400 Subject: [PATCH 3/3] Sidebar --- docs/.vitepress/config/en.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",