From 7bc5aa380ab783ffef9b512aadc1595e539be657 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Tue, 21 Nov 2023 17:31:00 +0100 Subject: [PATCH 1/2] Feature gamedev articles --- kumascript/macros/LearnSidebar.ejs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/kumascript/macros/LearnSidebar.ejs b/kumascript/macros/LearnSidebar.ejs index 6ad04307bf1a..9c343a836359 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,20 @@ const sections = [ } ] }, + { + name: "Games_Developing_for_web", + link: "../Games", + subsections: [ + { + name: "Guides_and_tutorials", + pages: [ + "../Games/Introduction", + "../Games/Tutorials", + "../Games/Publishing_games", + ] + } + ] + }, { name: "Tools_and_testing", link: "Tools_and_testing", From bee8f7487025b8de8096bdabdc81355e10fed630 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 22 Nov 2023 17:11:48 +0100 Subject: [PATCH 2/2] Add one more --- kumascript/macros/LearnSidebar.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/kumascript/macros/LearnSidebar.ejs b/kumascript/macros/LearnSidebar.ejs index 9c343a836359..d55b51ea7f94 100644 --- a/kumascript/macros/LearnSidebar.ejs +++ b/kumascript/macros/LearnSidebar.ejs @@ -648,6 +648,7 @@ const sections = [ name: "Guides_and_tutorials", pages: [ "../Games/Introduction", + "../Games/Techniques", "../Games/Tutorials", "../Games/Publishing_games", ]