Skip to content

Commit

Permalink
Merge pull request #1045 from processing/teaching-sidebar
Browse files Browse the repository at this point in the history
Add "Teach" link to sidebar
  • Loading branch information
outofambit authored Jun 17, 2021
2 parents fd0a4f4 + dc82a80 commit db207c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Start: Get Started
Reference: Reference
Libraries: Libraries
Learn: Learn
Teach: Teach
Examples: Examples
Books: Books
Community: Community
Expand Down
1 change: 1 addition & 0 deletions src/data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Start: Empezar
Reference: Referencia
Libraries: Bibliotecas
Learn: Aprender
Teach: Teach
Examples: Ejemplos
Books: Libros
Community: Comunidad
Expand Down
1 change: 1 addition & 0 deletions src/data/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Start: 시작하기
Reference: 레퍼런스
Libraries: 라이브러리
Learn: 배우기
Teach: Teach
Examples: 예제
Books: 출판물
Community: 커뮤니티
Expand Down
1 change: 1 addition & 0 deletions src/data/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Start: 入门
Reference: 参考文献
Libraries: 程式库
Learn: 学习
Teach: Teach
Examples: 范例
Books: 书籍
Community: 社群
Expand Down
1 change: 1 addition & 0 deletions src/templates/partials/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ slug: sidebar
<li><a href="{{root}}/reference/">{{#i18n "Reference"}}{{/i18n}}</a></li>
<li><a href="{{root}}/libraries/">{{#i18n "Libraries"}}{{/i18n}}</a></li>
<li><a href="{{root}}/learn/">{{#i18n "Learn"}}{{/i18n}}</a></li>
<li><a href="{{root}}/teach/">{{#i18n "Teach"}}{{/i18n}}</a></li>
<li><a href="{{root}}/examples/">{{#i18n "Examples"}}{{/i18n}}</a></li>
<li><a href="{{root}}/books/">{{#i18n "Books"}}{{/i18n}}</a></li>
<li><a href="{{root}}/community/">{{#i18n "Community"}}{{/i18n}}</a></li>
Expand Down

0 comments on commit db207c6

Please sign in to comment.