From 6b29de3e8d90abfaaf97c35e8a2517443543799d Mon Sep 17 00:00:00 2001 From: XQuestCode <9934145215aditya@gmail.com> Date: Tue, 12 Dec 2023 23:04:52 +1100 Subject: [PATCH] FIX: fixed the bug where "Animations Guides" section was being used in all of the guides. --- scripts/components.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/components.cjs b/scripts/components.cjs index 62d51de2..d2b2727e 100644 --- a/scripts/components.cjs +++ b/scripts/components.cjs @@ -123,7 +123,7 @@ fs.readFile(`${__dirname}/api.json`, "utf8", (err, data) => { \n `; if (guidesAvailable[categoryKey]) { mdxContent += "\n## \n"; - mdxContent += "## Animations Guides\n"; + mdxContent += `## ${name} Guides\n`; mdxContent += `