From d4739d34f3175aeb2cda6f43db0ed90bc6652f3e Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Thu, 23 Nov 2023 13:53:38 +0100 Subject: [PATCH] chore(macros/LearnSidebar): add Games Developing section (#10064) --- kumascript/macros/LearnSidebar.ejs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kumascript/macros/LearnSidebar.ejs b/kumascript/macros/LearnSidebar.ejs index 8306f3236897..1e534ab3fd0b 100644 --- a/kumascript/macros/LearnSidebar.ejs +++ b/kumascript/macros/LearnSidebar.ejs @@ -29,6 +29,8 @@ const l10nStrings = mdn.localStringMap({ 'Performance_guides' : 'Performance guides', 'MathML_Writing_mathematics' : 'MathML — Writing mathematics with MathML', 'MathML_first_steps': 'MathML first steps', + 'Games_Developing_for_web' : 'Games — Developing games for the web', + 'Guides_and_tutorials': 'Guides and tutorials', 'Tools_and_testing' : 'Tools and testing', 'Cross_browser_testing' : 'Cross browser testing', 'Git_and_GitHub' : 'Git and GitHub', @@ -638,6 +640,21 @@ const sections = [ } ] }, + { + name: "Games_Developing_for_web", + link: "../Games", + subsections: [ + { + name: "Guides_and_tutorials", + pages: [ + "../Games/Introduction", + "../Games/Techniques", + "../Games/Tutorials", + "../Games/Publishing_games", + ] + } + ] + }, { name: "Tools_and_testing", link: "Tools_and_testing",