From 060e53a002761656bbad954a1675ee0a8b8ef109 Mon Sep 17 00:00:00 2001 From: Jason Ren <40999116+jasonren0403@users.noreply.github.com> Date: Fri, 3 Nov 2023 21:09:32 +0800 Subject: [PATCH] chore(macros/LearnSidebar): add some pages under MathML (#9937) --- kumascript/macros/LearnSidebar.ejs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kumascript/macros/LearnSidebar.ejs b/kumascript/macros/LearnSidebar.ejs index 71220ce3856c..6ad04307bf1a 100644 --- a/kumascript/macros/LearnSidebar.ejs +++ b/kumascript/macros/LearnSidebar.ejs @@ -629,6 +629,10 @@ const sections = [ pages: [ "MathML/First_steps/", "MathML/First_steps/Getting_started", + "MathML/First_steps/Text_containers", + "MathML/First_steps/Fractions_and_roots", + "MathML/First_steps/Scripts", + "MathML/First_steps/Tables", "MathML/First_steps/Three_famous_mathematical_formulas", ] }