Skip to content

Commit

Permalink
chore(macros/LearnSidebar): add MathML tutorial (#6953)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-wang committed Sep 6, 2022
1 parent c4197f3 commit e2eb40e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kumascript/macros/LearnSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ var text = mdn.localStringMap({
'Accessible_multimedia' : 'Accessible multimedia',
'Mobile_accessibility' : 'Mobile accessibility',
'Assessment_Accessibility_troubleshooting' : 'Assessment: Accessibility troubleshooting',
'MathML_Writing_mathematics' : 'MathML — Writing mathematics with MathML',
'MathML_first_steps': 'MathML first steps',
'MathML_first_steps_overview': 'MathML first steps overview',
'Getting_started_with_MathML': 'Getting started with MathML',
'Assessment_Three_famous_mathematical_formulas': 'Assessment: Three famous mathematical formulas',
'Tools_and_testing' : 'Tools and testing',
'Cross_browser_testing' : 'Cross browser testing',
'Cross_browser_testing_overview' : 'Cross browser testing overview',
Expand Down Expand Up @@ -1871,6 +1876,17 @@ var text = mdn.localStringMap({
</ol>
</details>
</li>
<li data-default-state="<%=currentPageIsUnder('MathML')%>"><a href="<%=baseURL%>MathML"><strong><%=text['MathML_Writing_mathematics']%></strong></a></li>
<li class="toggle">
<details <%=currentPageIsUnder('MathML/First_steps')%>>
<summary><%=text['MathML_first_steps']%></summary>
<ol>
<li><a href="<%=baseURL%>MathML/First_steps"><%=text['MathML_first_steps_overview']%></a></li>
<li><a href="<%=baseURL%>MathML/First_steps/Getting_started"><%=text['Getting_started_with_MathML']%></a></li>
<li><a href="<%=baseURL%>MathML/First_steps/Three_famous_mathematical_formulas"><%=text['Assessment_Three_famous_mathematical_formulas']%></a></li>
</ol>
</details>
</li>
<li><a href="<%=baseURL%>Tools_and_testing"><strong><%=text['Tools_and_testing']%></strong></a></li>
<li class="toggle">
<details <%=currentPageIsUnder('Tools_and_testing/Understanding_client-side_tools')%>>
Expand Down

0 comments on commit e2eb40e

Please sign in to comment.