Skip to content

Commit

Permalink
chore(macros/LearnSidebar): add Games Developing section (#10064)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey authored Nov 23, 2023
1 parent 2fa5aa0 commit d4739d3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kumascript/macros/LearnSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d4739d3

Please sign in to comment.